Skip to content

Commit dabfd38

Browse files
committed
h2s and tables
1 parent 48baa1f commit dabfd38

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

articles/app-service/quickstart-wordpress.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,24 @@ In this quickstart, you'll learn how to create and deploy your first [WordPress]
6666

6767
:::image type="content" source="./media/quickstart-wordpress/wordpress-admin-login.png?text=WordPress admin login" alt-text="Screenshot of WordPress admin login":::
6868

69-
## (Optional) Update passwords
69+
## MySQL password
7070

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.
7272

73-
| Scope | Application Settings | Description |
74-
|----------|-----------------------|-------------|
75-
| 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. |
7775

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).
7987
## Clean up resources
8088

8189
When no longer needed, you can delete the resource group, App service, and all related resources.

articles/app-service/reference-app-settings.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,11 @@ APACHE_RUN_GROUP | RUN sed -i 's!User ${APACHE_RUN_GROUP}!Group www-data!g' /etc
279279
> |DATABASE_HOST|Database|-|-|Database host used to connect to WordPress.|
280280
> |DATABASE_NAME|Database|-|-|Database name used to connect to WordPress.|
281281
> |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. |
283+
> |WORDPRESS_ADMIN_EMAIL|Deployment only|-|-|WordPress admin email.|
284+
> |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).|
285+
> |WORDPRESS_ADMIN_USER|Deployment only|-|-|WordPress admin username|
286+
> |WORDPRESS_ADMIN_LOCALE_CODE|Deployment only|-|-|Database username used to connect to WordPress.|
283287
284288
## Domain and DNS
285289

0 commit comments

Comments
 (0)