From 90733106c9ca090932baa2371a1968f283ac5b0e Mon Sep 17 00:00:00 2001 From: Abhishek Reddy <17237531+reddyabhishek@users.noreply.github.com> Date: Tue, 4 Feb 2025 12:57:18 +0530 Subject: [PATCH] Adding a note for people using managed identity --- WordPress/using_an_existing_mysql_database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WordPress/using_an_existing_mysql_database.md b/WordPress/using_an_existing_mysql_database.md index 50d447a..45c6208 100644 --- a/WordPress/using_an_existing_mysql_database.md +++ b/WordPress/using_an_existing_mysql_database.md @@ -19,5 +19,5 @@ | DATABASE_HOST | | DATABASE_USERNAME | | DATABASE_PASSWORD | - +## Note: If you are using Managed Idenity, do not use the application setting DATABASE_PASSWORD, follow this document to configure: [Enabling Managed Identity with Azure MySQL for WordPress App Service](https://github.com/Azure/wordpress-linux-appservice/blob/main/WordPress/wordpress_enable_managed_identity_with_mysql.md) **Reference**: [WordPress Application Settings](./wordpress_application_settings.md)