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

Resource groups that have more than '200' resources #99

Open cfourmy opened 1 year ago

cfourmy commented 1 year ago

Hello

I am running into a problem of too many resources, do you have a solution or a workaround?

Export-AzResourceGroup: /Users/christophefourmy/Sources/AzViz/AzViz/src/private/ConvertFrom-ARM.ps1:55
Line |
  55 |  … template = (Export-AzResourceGroup -ResourceGroupName $Target -SkipAl …
     |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | Export template is not supported for resource groups that have more than '200' resources. StatusCode: 409 ReasonPhrase: Conflict OperationID :
     | cf9748f0-6168-4a23-9d3e-16f6626f2d04
dw5304 commented 1 year ago

Another with the same issue we have more than 200 resources i did note that it seems that other have had this issue as well see https://github.com/Azure/aztfy/issues/76 i guess they found a workaround but not sure how it would translate on azviz.