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 template is not supported for resource groups that have more than '200' resources #118

Open Jeremyp87 opened 1 year ago

Jeremyp87 commented 1 year ago
▶ Exporting ARM template of Azure resource group: 'qssazrgeu'

Export-AzResourceGroup : Export template is not supported for resource groups that have more than '200' resources. StatusCode: 409 ReasonPhrase: Conflict OperationID : At C:\Program Files\WindowsPowerShell\Modules\AzViz\1.2.1\src\private\ConvertFrom-ARM.ps1:55 char:34

EngelenH commented 1 year ago

Running into this restriction too. Not sure if there is a way to exclude certain resource types from being counted/graphed.

jasenf commented 8 months ago

Getting this same error.

Is it possible for AzViz to potentially do this in chunks? like 200 at a time?

t-bates123 commented 8 months ago

Hello, I am also running into this issue, but when I check the resource count in azure, there are only 158 resources in the resource group. any updates?

datnodude commented 4 months ago

has there been any fix or workaround for this?

pabloheimplatz commented 3 months ago

Also looking for a way to exclude some resource or to limit the export to high level resources I need (like VMs, storage accounts, etc.)