Setup & Installation
What This Skill Does
Management plane SDK for Azure SQL in .NET. Covers provisioning and configuring SQL servers, databases, elastic pools, firewall rules, and failover groups via Azure Resource Manager. Does not execute queries — use Microsoft.Data.SqlClient for data plane operations. The SDK wraps ARM REST calls into typed C# objects with async support, so you avoid hand-rolling HTTP requests or shelling out to the Azure CLI for provisioning tasks in .NET pipelines.
When to use it
- Working with azure resource manager sql dotnet functionality
- Implementing azure resource manager sql dotnet features
- Debugging azure resource manager sql dotnet related issues
