The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I just tried resume and suspend PowerBI capacity via MS sample pages ('Try it' button), and it works:
https://docs.microsoft.com/en-us/rest/api/power-bi-embedded/capacities/resume
https://docs.microsoft.com/en-us/rest/api/power-bi-embedded/capacities/suspend
How to automate this using Data Factory?
I created a new pipeline, added a Web Part and pasted the URL string copied from the above-mentioned pages. I also set the Method to POST.
How to set other parameters?
Integration runtime is 'AutoResolveIntegrationRuntime'
How to set Resource setting?
Solved! Go to Solution.
HI @Tom_uni,
I'd like to suggest you take a look at the following link about integration API with data pipeline in azure data factory if helps:
Integrating APIs into data pipelines with Azure Data Factory (sqlshack.com)
Parameterizing a REST API Linked Service in Data Factory – Data Savvy
Regards,
Xiaoxin Sheng
HI @Tom_uni,
I'd like to suggest you take a look at the following link about integration API with data pipeline in azure data factory if helps:
Integrating APIs into data pipelines with Azure Data Factory (sqlshack.com)
Parameterizing a REST API Linked Service in Data Factory – Data Savvy
Regards,
Xiaoxin Sheng