-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Comments
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.) |
Appears to be related to a limitation with Export-AzResourceGroup which has the limit of 200 per the template limits at https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits#template-limits I am curious if it could be re-designed to not rely on the export and instead build it's own relations using raw PowerShell/API. |
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
Cmdlet
The text was updated successfully, but these errors were encountered: