Setup & Installation
What This Skill Does
Azure Resource Manager SDK for .NET that manages MySQL Flexible Server deployments on Azure. Covers server provisioning, database creation, firewall rules, configuration tuning, backups, high availability, and Entra ID authentication.
Using the SDK lets you manage the full MySQL server lifecycle, including HA setup, backup policy, and Entra ID auth, through typed .NET code rather than ARM templates or portal clicks.
When to use it
- Provisioning a MySQL Flexible Server with zone-redundant HA from a .NET deployment script
- Adding IP-based firewall rules to restrict database access to specific network ranges
- Restoring a database to a point-in-time snapshot after a bad migration
- Scaling server compute and storage tiers without leaving the .NET codebase
- Stopping dev/test servers programmatically to reduce Azure costs during off-hours