azure-resource-manager-mysql-dotnet Skill
Azure MySQL Flexible Server SDK for .NET. Database management for MySQL Flexible Server deployments. Use for creating servers, databases, firewall rules, configurations, backups, and high availability. Triggers: "MySQL", "MySqlFlexibleServer", "MySQL Flexible Server", "Azure Database for MySQL", "MySQL database managem Published by microsoft in skills.
What is azure-resource-manager-mysql-dotnet Skill?
Azure MySQL Flexible Server SDK for .NET. Database management for MySQL Flexible Server deployments. Use for creating servers, databases, firewall rules, configurations, backups, and high availability. Triggers: "MySQL", "MySqlFlexibleServer", "MySQL Flexible Server", "Azure Database for MySQL", "MySQL database managem Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Database workflows
- Database workflows use cases
Technical details
- Install or run with Copy skill directory
When to use azure-resource-manager-mysql-dotnet Skill
- Use it for database workflows.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-dotnet/skills/azure-resource-manager-mysql-dotnet/SKILL.md
What it does
Azure MySQL Flexible Server SDK for .NET. Database management for MySQL Flexible Server deployments. Use for creating servers, databases, firewall rules, configurations, backups, and high availability. Triggers: "MySQL", "MySqlFlexibleServer", "MySQL Flexible Server", "Azure Database for MySQL", "MySQL database managem
Skill instructions
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 AZURESUBSCRIPTIONID=<your-subscription-id Required: Azure subscription ID AZURERESOURCEGROUP=<your-resource-group Required: resource group name AZUREMYSQLSERVERNAME=<your-mysql-server Required: MySQL Flexible Server name AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Authentication csharp using Azure.Identity; using Azure.ResourceManager; using Azure.ResourceManager.MySql; using Azure.ResourceManager.MySql.FlexibleServers; // Local dev: DefaultAzureCredential. Production: set AZURETOKENCREDENTIALS=prod or AZURETOKENCREDENTIALS=<specificcredential var cre
Explore related resources
Frequently asked questions
What is azure-resource-manager-mysql-dotnet?
azure-resource-manager-mysql-dotnet is a open-source AI agent skill with Copy skill directory. Azure MySQL Flexible Server SDK for .NET. Database management for MySQL Flexible Server deployments.
Who is azure-resource-manager-mysql-dotnet best for?
azure-resource-manager-mysql-dotnet is best for reusing agent instructions, scripts, and references, database workflows.
How do I install azure-resource-manager-mysql-dotnet?
Install or run azure-resource-manager-mysql-dotnet using Copy skill directory. Check azure-resource-manager-mysql-dotnet for the latest setup command.
Is azure-resource-manager-mysql-dotnet actively maintained?
azure-resource-manager-mysql-dotnet may need a closer maintenance check before production use.
Auto-fetched from GitHub.