AzViz
AzViz copied to clipboard
Export template is not supported for resource groups that have more than '200' resources
▶ 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
- ... template = (Export-AzResourceGroup -ResourceGroupName $Target -SkipAl ...
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : CloseError: (:) [Export-AzResourceGroup], ResourceManagerCloudException
- FullyQualifiedErrorId : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ExportAzureResourceGroup Cmdlet
Running into this restriction too. Not sure if there is a way to exclude certain resource types from being counted/graphed.
Getting this same error.
Is it possible for AzViz to potentially do this in chunks? like 200 at a time?
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?
has there been any fix or workaround for this?
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.)