microsoft / azure-spring-apps-training

Guides and tutorials to make the most out of Azure Spring Apps
MIT License
431 stars 284 forks source link

Update Azure MySQL Server to Flexible Server #185

Open tacu90 opened 3 months ago

tacu90 commented 3 months ago

Summary

This pull request updates the Azure MySQL server configuration from single-server to flexible-server in both the ARM template and the necessary Azure CLI commands.

Changes Made

  1. ARM Template Update:

    • Replaced the mysql single-server configuration with mysql flexible-server.
    • Ensured all relevant parameters and configurations align with the flexible-server setup.
  2. Azure CLI Commands Update:

    • Updated all Azure CLI commands to use mysql flexible-server

Reason for Changes

Testing

Please review these changes and let me know if any further adjustments are needed. Thank you!