Azure / azure-cli

Azure Command-Line Interface
MIT License
4.01k stars 2.98k forks source link

Align parameters for MariaDB replica creation with primary creation #26141

Open Flasheh opened 1 year ago

Flasheh commented 1 year ago

Related command

az mariadb server replica create

Is your feature request related to a problem? Please describe.

I would like to have the parameters for the MariaDB replica aligned with the creation of a primary MariaDB instance. Our client has Azure Policies in place which require the enforcement certain configurations such as SSL connections. There is currently no way to supply this configuration when creating a replica using azure cli so the deployment gets blocked due to policy violations.

Describe the solution you'd like

I would like to have the ability to provide all available configuration for a MariaDB replica so that my deployment is able to comply with every policy.

Describe alternatives you've considered

I am able to deploy replicas using other methods such as Terraform which allows me to provide all the required configuration.

Additional context

N/A

yonzhan commented 1 year ago

Thank you for opening this issue, we will look into it.

ghost commented 1 year ago

Thank you for your feedback. This has been routed to the support team for assistance.

yonzhan commented 1 year ago

route to CXP team