Answer accepted by question author
Guillermo Gimenez - Microsoft Fabric supports pausing and resuming an F-SKU capacity from the Azure portal. Pausing a capacity can make Fabric content unavailable, so Microsoft explicitly recommends confirming the capacity is not being used before initiating a pause. [Pause and...soft Learn | Learn.Microsoft.com]
For Fabric workloads, Microsoft also documents that a pause/resume is intended to stop execution and stop accepting new requests while the capacity is paused. [blog.fabri...rosoft.com]
If your scenario involves Fabric Data Warehouse / SQL analytics endpoint, Microsoft documents that:
- New requests are rejected once the capacity is paused, and
- In-flight requests are canceled when the capacity is paused. [Pause and...soft Learn | Learn.Microsoft.com]
Note: Microsoft documentation does not publish a guaranteed or fixed “pause duration,” so it’s best to treat pause/resume as an asynchronous operation that may take time depending on platform state.
Recommended actions (supported paths)
- Validate the capacity state and use supported pause/resume controls Use the Azure portal flow documented in Microsoft Learn to pause/resume the capacity. [Pause and...soft Learn | Learn.Microsoft.com]
- Confirm RBAC permissions for pause/resume operations To pause/resume, Microsoft lists the required Azure RBAC actions (including
Microsoft.Fabric/capacities/suspend/actionandMicrosoft.Fabric/capacities/resume/action). [Pause and...soft Learn | Learn.Microsoft.com] - If the portal UI fails, use the supported Azure REST operation for “Suspend” (pause) Microsoft publishes a REST operation to suspend a Fabric capacity:
POST https://management.azure.com/.../providers/Microsoft.Fabric/capacities/{capacityName}/suspend?api-version=2023-11-01[learn.microsoft.com] - Monitor the pause/resume events using the Capacity Metrics app Microsoft provides a way to monitor paused capacities (events show as Suspended for paused and Active for resumed) and explains why a utilization spike may appear at pause time. [learn.microsoft.com], [Pause and...soft Learn | Learn.Microsoft.com]
- If the capacity remains in a transitional state (for example, “Pausing/Updating”) and pause/resume continues to be rejected, the next supported step is to engage Microsoft support with the relevant details (capacity, region, timestamps, and the exact error).
Also, for Fabric capacity questions, Microsoft guidance indicates Microsoft Fabric isn’t always monitored/supported through Microsoft Q&A for product triage and recommends using the Microsoft Fabric Community for better visibility by Fabric experts.
User fabric capacity was able to stop after an hour of waiting and i am able to restart it
