Setup & Installation
What This Skill Does
Azure.ResourceManager.Fabric is the .NET SDK for managing Microsoft Fabric capacity resources through Azure Resource Manager. It covers provisioning, scaling, suspending, and resuming Fabric capacities. It does not handle data plane operations like workspaces or lakehouses. Using this SDK instead of raw ARM REST calls gives you typed C# models, built-in long-running operation handling, and DefaultAzureCredential support, removing the need to manually manage HTTP requests and polling loops.
When to use it
- Working with azure mgmt fabric dotnet functionality
- Implementing azure mgmt fabric dotnet features
- Debugging azure mgmt fabric dotnet related issues
