Supercharge Your Azure API Calls: Master Azure Resource Manager batching with PowerShell
Learn how to use undocumented Azure APIs for massive performance gains
Aug 1, 20259 min read838

Search for a command to run...
Articles tagged with #batch-processing
Learn how to use undocumented Azure APIs for massive performance gains

Graph Api batching is a great way to improve the performance of your Graph API-related scripts dramatically. It enables parallel execution of up to 20 Graph API calls, which is fantastic, but there is one tiny little problem. You have to write your o...
