Skip to content

Commit b7db6c6

Browse files
committed
links
1 parent 8d8a79f commit b7db6c6

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

articles/app-service/quickstart-wordpress.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,13 @@ When no longer needed, you can delete the resource group, App service, and all r
7979
:::image type="content" source="./media/quickstart-wordpress/delete-resource-group.png" alt-text="Delete resource group":::
8080
## MySQL password
8181

82-
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 credentials are changed, the Application Settings also need to be updated.
83-
84-
| Application Settings | Description |
85-
|-----------------------|-------------|
86-
| DATABASE_HOST <BR/> DATABASE_NAME <BR/> DATABASE_USERNAME <BR/> DATABASE_PASSWORD | MySQL database credentials created during deployment. |
82+
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 credentials are changed, the [Application Settings](reference-app-settings.md#wordpress) also need to be updated. The [Application Settings for MySQL database](reference-app-settings.md#wordpress) begin with the **DATABASE_** prefix.
8783

8884
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).
8985

9086
## WordPress admin password
9187

92-
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).
93-
94-
| Application Settings | Description |
95-
|-----------------------|-------------|
96-
| WORDPRESS_ADMIN_USER <BR/> WORDPRESS_ADMIN_PASSWORD | WordPress admin credentials created during deployment. |
88+
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). The [Application Settings for WordPress admin credentials](reference-app-settings.md#wordpress) begin with the **WORDPRESS_ADMIN_** prefix.
9789

9890
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).
9991

0 commit comments

Comments
 (0)