Back to skills

azure-resource-manager-sql-dotnet

infrastructure

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

Setup & Installation

npx skills add https://github.com/microsoft/azure-resource-manager-sql-dotnet --skill azure-resource-manager-sql-dotnet
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-resource-manager-sql-dotnet
View on GitHub

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