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

[FEATURE] Improve performance of policy as rules assignments exports #2971

Open
BernieWhite opened this issue Jul 3, 2024 · 0 comments
Open
Labels
enhancement New feature or request feature: policy-as-rules Issues that related to exporting policy as rules.

Comments

@BernieWhite
Copy link
Collaborator

BernieWhite commented Jul 3, 2024

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 of Export-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

@BernieWhite BernieWhite added enhancement New feature or request feature: policy-as-rules Issues that related to exporting policy as rules. labels Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature: policy-as-rules Issues that related to exporting policy as rules.
Projects
None yet
Development

No branches or pull requests

1 participant