Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export template is not supported for resource groups that have more than '200' resources #118

Open
Jeremyp87 opened this issue May 23, 2023 · 5 comments

Comments

@Jeremyp87
Copy link

▶ 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
@EngelenH
Copy link

EngelenH commented Jun 8, 2023

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

@jasenf
Copy link

jasenf commented Nov 30, 2023

Getting this same error.

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

@t-bates123
Copy link

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
Copy link

has there been any fix or workaround for this?

@pabloheimplatz
Copy link

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants