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
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,17 @@ 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
+
## Clean up resources
70
+
71
+
When no longer needed, you can delete the resource group, App service, and all related resources.
72
+
73
+
1. From your App Service *overview* page, click the *resource group* you created in the [Create WordPress site using Azure portal](#create-wordpress-site-using-azure-portal) step.
74
+
75
+
:::image type="content" source="./media/quickstart-wordpress/resource-group.png" alt-text="Resource group in App Service overview page":::
76
+
77
+
1. From the *resource group* page, select **Delete resource group**. Confirm the name of the resource group to finish deleting the resources.
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.
@@ -85,17 +96,6 @@ The [Application Settings](reference-app-settings.md#wordpress) for WordPress ad
85
96
| WORDPRESS_ADMIN_USER <BR/> WORDPRESS_ADMIN_PASSWORD | WordPress admin credentials created during deployment. |
86
97
87
98
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).
88
-
## Clean up resources
89
-
90
-
When no longer needed, you can delete the resource group, App service, and all related resources.
91
-
92
-
1. From your App Service *overview* page, click the *resource group* you created in the [Create WordPress site using Azure portal](#create-wordpress-site-using-azure-portal) step.
93
-
94
-
:::image type="content" source="./media/quickstart-wordpress/resource-group.png" alt-text="Resource group in App Service overview page":::
95
-
96
-
1. From the *resource group* page, select **Delete resource group**. Confirm the name of the resource group to finish deleting the resources.
0 commit comments