Ryoma Nagata on 29 May 2023 00:59:30
For Azure Capacity, it needs to be stopped and resume on a schedule to keep costs down.
- Comments (1)
Comments (1)
RE: Scheduled stop/resume for Azure Capacity
There's a REST API that you can use to pause or resume a capacity.You can put this in an ADF pipeline, a Logic App, a Github action, an Azure Function, you name it.Anything that can be scheduled and that can call a REST API (and authenticate against Azure) can be used to stop/resume a Fabric capacity.A solution with ADF is described here:https://www.mssqltips.com/sqlservertip/7774/save-money-microsoft-fabric-pause-start-capacity/