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
584 stars 146 forks source link

export-azviz doesn't work wih ADF resources. #65

Open MaximoTrinidad opened 3 years ago

MaximoTrinidad commented 3 years ago

I'm sure this may be a new one for you! export-azviz doesn't work with ADF resources. Export-AzViz -ResourceGroup "xxxazadfrg01" -Theme light -Verbose -OutputFormat png -Show;

error: ▶ No resources found.. re-run the command and try increasing the category depth using -CategoryDepth 2 or -CategoryDepth 3 cmdlet parameters. 5.46s azvizErrWwithADF2021-07-16_9-49-39

moiaune commented 2 years ago

This is a limitation of the Export Template in Azure (source).