8000 Improving performance by implementation of PowerShell parallel feature · Issue #2 · Cloud-Architekt/EntraOps · GitHub
[go: up one dir, main page]

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

Improving performance by implementation of PowerShell parallel feature #2

Open
Cloud-Architekt opened this issue May 22, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Cloud-Architekt
Copy link
Owner

Currently, most of the requests will be executed in single threads by foreach operations.
This can be improved by using PowerShell parallel feature. Great samples are available by Julian Hayward:
https://github.com/JulianHayward/AzSchnitzels/blob/main/pwsh/foreach_parallel_demo.ps1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant
0