azure-resource-manager-mysql-dotnet
Azure MySQL Flexible Server SDK for .NET. Database management for MySQL Flexible Server deployments.
npx skills add sickn33/agentic-awesome-skills --skill azure-resource-manager-mysql-dotnet --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Azure.ResourceManager.MySql (.NET) Azure Resource Manager SDK for managing MySQL Flexible Server deployments. ## Installation ```bash dotnet add package Azure.ResourceManager.MySql dotnet add package Azure.Identity ``` **Current Version**: v1.2.0 (GA) **API Version**: 2023-12-30 > **Note**: This skill focuses on MySQL Flexible Server. Single Server is deprecated and scheduled for retirement. ## Environment Variables ```bash AZURE_SUBSCRIPTION_ID=<your-subscription-id> AZURE_RESOURCE_GROUP=<your-resource-group> AZURE_MYSQL_SERVER_NAME=<your-mysql-server> ``` ## Authentication ```csharp using Azure.Identity; using Azure.ResourceManager; using Azure.ResourceManager.MySql; using Azure.ResourceManager.MySql.FlexibleServers; ArmClient client = new ArmClient(new DefaultAzureCredential()); ``` ## Resource Hierarchy ``` Subscription └── ResourceGroup └── MySqlFlexibleServer # MySQL Flexible Server instance ├── MySqlFlexibleServerDatabase # Database within the server ├── MySqlFlexibleServerFirewallRule # IP firewall rules ├── MySqlFlexibleServerConfiguration # Server parameters ├── MySqlFlexibleServerBackup # Backup information ├── MySqlFlexibleServerMaintenanceWindow # Maintenance schedul
- Installation
- Environment Variables
- Authentication
- Resource Hierarchy
- Core Workflows
- 1. Create MySQL Flexible Server
- 2. Create Database
- 3. Configure Firewall Rules
- 4. Update Server Configuration
- 5. Configure Entra ID Administrator
- 6. List and Manage Servers
- 7. Backup and Restore
- 8. Stop and Start Server
- 9. Update Server (Scale)
dotnet add package Azure.ResourceManager.MySql dotnet add package Azure.Identity
What does the azure-resource-manager-mysql-dotnet skill do?
Azure MySQL Flexible Server SDK for .NET. Database management for MySQL Flexible Server deployments.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill azure-resource-manager-mysql-dotnet --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.