Skip to content

Commit bccc146

Browse files
committed
move h2
1 parent 9ed6971 commit bccc146

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/app-service/quickstart-wordpress.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,17 @@ 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+
## 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.
78+
79+
:::image type="content" source="./media/quickstart-wordpress/delete-resource-group.png" alt-text="Delete resource group":::
6980
## MySQL password
7081

7182
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
8596
| WORDPRESS_ADMIN_USER <BR/> WORDPRESS_ADMIN_PASSWORD | WordPress admin credentials created during deployment. |
8697

8798
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.
97-
98-
:::image type="content" source="./media/quickstart-wordpress/delete-resource-group.png" alt-text="Delete resource group":::
9999

100100
## Next steps
101101

0 commit comments

Comments
 (0)