You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/quickstart-wordpress.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,16 +66,24 @@ In this quickstart, you'll learn how to create and deploy your first [WordPress]
66
66
67
67
:::image type="content" source="./media/quickstart-wordpress/wordpress-admin-login.png?text=WordPress admin login" alt-text="Screenshot of WordPress admin login":::
68
68
69
-
## (Optional) Update passwords
69
+
## MySQL password
70
70
71
-
App Service creates [Application Settings](reference-app-settings.md#wordpress)needed for WordPress/PHP configuration. These include WordPress admin and MySQL database credentials.
71
+
The [Application Settings](reference-app-settings.md#wordpress) for MySQL database credentials are used by WordPress to connect to the MySQL database. To change the MySQL database password, see [update admin password](/azure/mysql/single-server/how-to-create-manage-server-portal#update-admin-password). Whenever the MySQL database password is changed, the Application Settings also need to be updated.
| WordPress | WORDPRESS_ADMIN_USER <BR/> WORDPRESS_ADMIN_PASSWORD | The [Application Settings](reference-app-settings.md#wordpress) for WordPress admin credentials are only for deployment purposes. Modifying these values has no effect on the WordPress installation. To change the WordPress admin password, see [resetting your password](https://wordpress.org/support/article/resetting-your-password/#to-change-your-password). |
76
-
| MySQL | DATABASE_HOST <BR/> DATABASE_NAME <BR/> DATABASE_USERNAME <BR/> DATABASE_PASSWORD |The [Application Settings](reference-app-settings.md#wordpress) for MySQL database credentials are used by WordPress to connect to the MySQL database. To change the MySQL database password, see [update admin password](/azure/mysql/single-server/how-to-create-manage-server-portal#update-admin-password). Whenever the MySQL database password is changed, the Application Settings also need to be updated. |
73
+
| Application Settings | Description |
74
+
| DATABASE_HOST <BR/> DATABASE_NAME <BR/> DATABASE_USERNAME <BR/> DATABASE_PASSWORD | MySQL database credentials created during deployment. |
77
75
78
-
For more information on updating WordPress or MySQL passwords, see [WordPress on App Service](https://azure.github.io/AppService/2022/02/23/WordPress-on-App-Service-Public-Preview.html#known-limitations).
76
+
For more information on updating MySQL passwords, see [WordPress on App Service](https://azure.github.io/AppService/2022/02/23/WordPress-on-App-Service-Public-Preview.html#known-limitations).
77
+
78
+
## WordPress admin password
79
+
80
+
The [Application Settings](reference-app-settings.md#wordpress) for WordPress admin credentials are only for deployment purposes. Modifying these values has no effect on the WordPress installation. To change the WordPress admin password, see [resetting your password](https://wordpress.org/support/article/resetting-your-password/#to-change-your-password).
81
+
82
+
| Application Settings | Description |
83
+
|-----------------------|-------------|
84
+
| WORDPRESS_ADMIN_USER <BR/> WORDPRESS_ADMIN_PASSWORD | WordPress admin credentials created during deployment. |
85
+
86
+
For more information on updating the WordPress admin password, see [WordPress on App Service](https://azure.github.io/AppService/2022/02/23/WordPress-on-App-Service-Public-Preview.html#known-limitations).
79
87
## Clean up resources
80
88
81
89
When no longer needed, you can delete the resource group, App service, and all related resources.
Copy file name to clipboardExpand all lines: articles/app-service/reference-app-settings.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -279,7 +279,11 @@ APACHE_RUN_GROUP | RUN sed -i 's!User ${APACHE_RUN_GROUP}!Group www-data!g' /etc
279
279
> |DATABASE_HOST|Database|-|-|Database host used to connect to WordPress.|
280
280
> |DATABASE_NAME|Database|-|-|Database name used to connect to WordPress.|
281
281
> |DATABASE_USERNAME|Database|-|-|Database username used to connect to WordPress.|
282
-
> |DATABASE_PASSWORD|Database|-|-|Database password used to connect to WordPress.|
282
+
> |DATABASE_PASSWORD|Database|-|-|Database password used to connect to the MySQL database. To change the MySQL database password, see [update admin password](/azure/mysql/single-server/how-to-create-manage-server-portal#update-admin-password). Whenever the MySQL database password is changed, the Application Settings also need to be updated. |
> |WORDPRESS_ADMIN_PASSWORD|Deployment only|-|-|WordPress admin password. This is only for deployment purposes. Modifying this value has no effect on the WordPress installation. To change the WordPress admin password, see [resetting your password](https://wordpress.org/support/article/resetting-your-password/#to-change-your-password).|
0 commit comments