Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello team,
I have a GitHub CI/CD pipeline which will deploy Power BI reports to multiple workspaces parallely in seperate jobs.
One of my Job returned the below error when the pipeline is calling a Power BI API
I would like to why the API endpoint returned this response and Is there any limitaion for parallel API calls made to endpoint?
FYI: Pipeline deploying 20 reports to 32 workspaces, so 32 parallel jobs were ran
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Anonymous ,
The 503 Service Unavailable error is an HTTP status code that means a website's server is not available right now. Most of the time, it occurs because the server is too busy or maintenance is being performed on it.
A 503 error message can be customized by the website it appears on or the server software that generates it, so how you might see it vary greatly.
I find a blog which explains how to fix the 503 Service Unavailable Error:503 Service Unavailable Error Message: What It Is and How to Fix It (lifewire.com)
Best regards,
Community Support Team _Yadong Fang