[FEATURE] Improve performance of policy as rules assignments exports #2971
Labels
enhancement
New feature or request
feature: policy-as-rules
Issues that related to exporting policy as rules.
Your suggestion
When an Azure environment has many policy assignments exporting policy assignments from a scope may take an extended unreasonable time to complete or not complete at all.
Additionally, the current implementation relies on
Az.Resources
and v7.x introduces breaking changes that affect the functionality ofExport-AzPolicyAssignmentData
. (#2970)The intent is to rewrite export in C# using key components of the resource data export process that supports throttling, concurrency, and greatly improves performance over the PowerShell cmdlets.
Alternatives
na
Additional context
No response
The text was updated successfully, but these errors were encountered: