Agent skill · DevOps & Cloud

azure-resource-manager-mysql-dotnet

Azure MySQL Flexible Server SDK for .NET. Database management for MySQL Flexible Server deployments.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill azure-resource-manager-mysql-dotnet-sickn33-antigravity-awesome --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Path: skills/api/azure-resource-manager-mysql-dotnet-sickn33-antigravity-awesome/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Installation
  2. Environment Variables
  3. Authentication
  4. Resource Hierarchy
  5. Core Workflows
  6. 1. Create MySQL Flexible Server
  7. 2. Create Database
  8. 3. Configure Firewall Rules
  9. 4. Update Server Configuration
  10. 5. Configure Entra ID Administrator
  11. 6. List and Manage Servers
  12. 7. Backup and Restore
  13. 8. Stop and Start Server
  14. 9. Update Server (Scale)
Ships with 1 file
  • metadata.json
Commands it runs
dotnet add package Azure.ResourceManager.MySql
dotnet add package Azure.Identity
More from claude-skill-registry
All skills →
About this skill
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 majiayu000/claude-skill-registry --skill azure-resource-manager-mysql-dotnet-sickn33-antigravity-awesome --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 majiayu000/claude-skill-registry, a repository with 534 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.

Keep going