Azure Resource Manager Mysql Dotnet
Helps with Azure, MySQL as part of deploying and managing cloud infrastructure workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add azure-resource-manager-mysql-dotnet npx -- -y @trustedskills/azure-resource-manager-mysql-dotnet
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"azure-resource-manager-mysql-dotnet": {
"command": "npx",
"args": [
"-y",
"@trustedskills/azure-resource-manager-mysql-dotnet"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Azure Resource Manager (ARM) for MySQL databases using .NET code. It enables automated provisioning, configuration changes, and management of MySQL resources within an Azure environment. Specifically, the agent can execute commands against a MySQL database hosted on Azure via ARM templates and .NET scripts.
When to use it
- Automate the creation of new MySQL servers in Azure based on predefined configurations.
- Modify existing MySQL server settings, such as firewall rules or connection strings, through code.
- Deploy ARM templates to manage complex database infrastructure changes programmatically.
- Troubleshoot and diagnose issues with MySQL databases by executing diagnostic scripts via .NET.
Key capabilities
- ARM template deployment for MySQL resources
- .NET code execution against Azure MySQL instances
- Automated provisioning of MySQL servers
- Configuration management through scripting
Example prompts
- "Create a new Azure MySQL server named 'mydb' in the 'eastus' region with version 5.7."
- "Update the firewall rule on my existing Azure MySQL server to allow connections from IP address 192.168.1.100."
- "Deploy the ARM template located at /path/to/template.json to create a new database environment."
Tips & gotchas
- Requires appropriate Azure credentials and permissions for managing MySQL resources.
- Familiarity with .NET programming is beneficial for advanced scripting tasks.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.