azure-resource-manager-mysql-dotnet

Manage Azure MySQL Flexible Server resources programmatically from .NET.

2.9k|323|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/microsoft/skills --skill azure-resource-manager-mysql-dotnet-microsoft
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: azure-resource-manager-mysql-dotnet
Source: https://github.com/microsoft/skills/tree/main/.github/plugins/azure-sdk-dotnet/skills/azure-resource-manager-mysql-dotnet
Command: npx skills add https://github.com/microsoft/skills --skill azure-resource-manager-mysql-dotnet-microsoft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Azure Resource Manager MySQL .NET SDK enables .NET developers to programmatically create, configure, and manage Azure MySQL Flexible Server deployments, databases, firewall rules, parameters, backups, and high-availability settings.

Core Features & Use Cases

  • Create and update MySQL Flexible Server instances and databases from .NET applications.
  • Manage server configurations, firewall rules, backups, and high-availability options within a single SDK.
  • Automate provisioning and lifecycle operations in CI/CD pipelines for Azure MySQL workloads.

Quick Start

Install the Azure.ResourceManager.MySql package and initialize an ArmClient to begin provisioning resources.

Frequently Asked Questions about azure-resource-manager-mysql-dotnet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Azure MySQL Flexible Server provisioning from .NET?▼

You can automate Azure MySQL Flexible Server provisioning from .NET by installing the Azure.ResourceManager.MySql package and initializing an ArmClient to programmatically create and configure server instances, databases, and firewall rules.

Can I manage firewall rules and high-availability settings for Azure MySQL using C#?▼

Yes, you can manage firewall rules and high-availability settings for Azure MySQL using C# through the Azure.ResourceManager.MySql SDK, which exposes configuration and lifecycle operations within a single package.

What is the Azure Resource Manager MySQL .NET SDK used for?▼

The Azure Resource Manager MySQL .NET SDK is used to programmatically manage Azure MySQL Flexible Server deployments, allowing developers to create servers, databases, backups, and configurations from .NET applications.

Does Azure.ResourceManager.MySql support production-grade backup configurations?▼

Yes, Azure.ResourceManager.MySql supports production-grade backup configurations, enabling .NET developers to automate and manage backups, parameters, and high-availability settings for Azure MySQL Flexible Server deployments.