Skip to content

api-evangelist/microsoft-azure-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Database for MySQL (microsoft-azure-mysql)

Azure Database for MySQL is a fully managed relational database service based on the open-source MySQL community edition. Its REST APIs enable management of flexible servers, single servers, databases, firewall and network rules, configurations, replicas, and backups with built-in high availability and automated backups.

APIs.json: https://azure.microsoft.com/en-us/services/mysql/

Tags

  • Database
  • Flexible Server
  • Managed Database
  • MySQL
  • Open Source
  • Relational Database

Timestamps

  • Created: 2026-03-13
  • Modified: 2026-05-19

APIs

Azure Database for MySQL Flexible Servers API

Create and manage MySQL Flexible Servers, including SKU, storage, networking, high availability mode, maintenance windows, and identity. Flexible Server provides granular control and zone redundant high availability for production workloads.

Tags

  • Flexible Server
  • High Availability
  • MySQL
  • Server Management

Properties

Azure Database for MySQL Databases API

Create, list, retrieve, and delete databases hosted on a MySQL Flexible Server. Manage character sets and collations for each database within a server.

Tags

  • Charset
  • Collation
  • Database
  • MySQL

Properties

Azure Database for MySQL Firewall Rules API

Create and manage server-level firewall rules to grant access to a MySQL Flexible Server from specified client IP address ranges. Required for clients connecting from outside the Azure network.

Tags

  • Access Control
  • Firewall Rules
  • IP Allowlist
  • Networking

Properties

Azure Database for MySQL Configurations API

Manage server parameters (configurations) for a MySQL Flexible Server. Adjust MySQL engine variables such as character_set_server, time_zone, and innodb_buffer_pool_size to tune performance and behavior.

Tags

  • Configuration
  • Parameters
  • Server Settings
  • Tuning

Properties

Azure Database for MySQL Replicas API

Manage read replicas for MySQL Flexible Server to scale out read-heavy workloads. Create replicas in the same or different region for performance and read distribution.

Tags

  • Read Replica
  • Replication
  • Scale-Out

Properties

Azure Database for MySQL Backups API

List and manage automated backups for MySQL Flexible Servers, including on-demand backup creation, retention configuration, and point-in-time restore operations.

Tags

  • Backup
  • Disaster Recovery
  • Point-In-Time Restore
  • Retention

Properties

Azure Database for MySQL Administrators API

Configure Azure Active Directory administrators for MySQL Flexible Server. Allows tenant users, groups, or service principals to be designated as MySQL administrators for AAD-based authentication.

Tags

  • AAD
  • Administrators
  • Authentication
  • Identity

Properties

Azure Database for MySQL Check Name Availability API

Check whether a proposed MySQL Flexible Server name is available within the Azure global namespace before creating a new server.

Tags

  • Availability
  • Name Validation
  • Provisioning

Properties

Azure Database for MySQL Operations API

List Azure Database for MySQL provider operations available in the subscription, including supported operation types and metadata.

Tags

  • Operations
  • Provider
  • Resource Provider

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

About

Azure Database for MySQL is a fully managed relational database service based on the open-source MySQL community edition. Its REST APIs enable management of flexible servers, single servers, databases, firewall and network rules, configurations, replicas, and backups with built-in high availability and automated backups.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors