PrateekKumarSingh / AzViz

⚡ ☁ Azure Visualizer aka 'AzViz' : A #powershell module to automatically generate Azure resource topology diagrams by just typing a PowerShell cmdlet and passing the name of one or more Azure Resource groups
MIT License
597 stars 148 forks source link

Issue: failure anomalies - [resource name] #27

Closed cramsey86 closed 3 years ago

cramsey86 commented 3 years ago

I am getting Edge and Nodes that are being created with the names "failure anomalies - [resource name]". They have the generic icon, so I am not sure what resource it is actually failing on, and the temporary armtemplate.json is being cleaned up before I have a chance to view where the issue might be.

image

PrateekKumarSingh commented 3 years ago

Hey @cramsey86,

Can you try running the command again with -LabelVerbosity 2 like in the following example and it should give you info like resource provider and type

Export-AzViz -ResourceGroup demo-2, demo-3 -LabelVerbosity 2 -CategoryDepth 1 -Theme light -Verbose -Show -OutputFormat png

Other option is simply export the resource group you are targeting to check the ARM template: Export-AzResourceGroup -ResourceGroupName $Target