Issue: failure anomalies - [resource name] #28
-
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. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @cramsey86, Can you try running the command again with 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: |
Beta Was this translation helpful? Give feedback.
Hey @cramsey86,
Can you try running the command again with
-LabelVerbosity 2
like in the following example and it should give you info likeresource provider
andtype
Other option is simply export the resource group you are targeting to check the ARM template:
Export-AzResourceGroup -ResourceGroupName $Target