Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nocsi-zz/fabric-capacity-management
Code snippets to help with Microsoft Fabric Capacity Management
https://github.com/nocsi-zz/fabric-capacity-management
Last synced: about 1 month ago
JSON representation
Code snippets to help with Microsoft Fabric Capacity Management
- Host: GitHub
- URL: https://github.com/nocsi-zz/fabric-capacity-management
- Owner: nocsi-zz
- Created: 2023-06-06T13:12:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-06T21:26:56.000Z (over 1 year ago)
- Last Synced: 2024-08-18T00:01:45.032Z (5 months ago)
- Size: 30.3 KB
- Stars: 38
- Watchers: 2
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-microsoft-fabric - Scale up / Scale down / Pause - Capacity management - fabric-101-episode-3-pausing-and-scaling-using-portal-and-powershell/) (Administration)
README
# Code snippets and guides to use Microsoft Fabric Capacity Management
Do you need to automate scaling of Microsoft Fabric capacities or maybe pausing the capacity at night? Then take a look at the following helper code snippets.
The code shows how to use the Microsoft Fabric Capacity REST API in [Fabric Pipelines](/fabric-data-pipelines), [Azure Data Factory](/azure-data-factory) and [Postman](/postman).The use cases for setting up capacity management could be:
- Scale up a Fabric capacity at night for a data load and then scale down again, if the end-users in PowerBI is satisfied with a smaller capacity.
- Use a multi capacity environment having the orchestration on a small F2 capacity and then use this capacity to start/stop other capacities when needed.
- Having a development environment on a designated Fabric capacity with a scheduled pipeline that pauses the capacity at night.