Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Azure MySQL Server to Flexible Server #185

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tacu90
Copy link

@tacu90 tacu90 commented Jul 24, 2024

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

  • Deprecation of Single Server:
    The mysql single-server is marked as retired and, since March 19, new instances cannot be created via CLI. More details can be found in the Microsoft documentation.

Testing

  • Verified the deployment process using the updated ARM template to ensure a mysql flexible-server is correctly provisioned.
  • Confirmed that the Azure CLI commands execute without errors

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant