Skip to content

Commit b8dcd07

Browse files
committed
edits
1 parent c92b938 commit b8dcd07

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/spring-apps/includes/quickstart-deploy-restful-api-app/clean-up-resources.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ For clarity of structure, a separate markdown file is used to describe how to cl
1515

1616
## 6. Clean up resources
1717

18-
You can delete the Azure resource group, which includes all the resources in the resource group. Use the following steps to delete the entire resource group, including the newly created service:
18+
You can delete the Azure resource group, which includes all the resources in the resource group.
1919

2020
::: zone pivot="sc-enterprise"
2121

2222
### [Azure portal + Maven plugin](#tab/Azure-portal-maven-plugin-ent)
2323

24+
Use the following steps to delete the entire resource group, including the newly created service:
25+
2426
1. Locate your resource group in the Azure portal.
2527

2628
1. On the navigation menu, select **Resource groups**. Then, select the name of your resource group - for example, **myresourcegroup**.
@@ -43,6 +45,8 @@ az group delete --name ${RESOURCE_GROUP}
4345

4446
### [Azure portal + Maven plugin](#tab/Azure-portal-maven-plugin)
4547

48+
Use the following steps to delete the entire resource group, including the newly created service:
49+
4650
1. Locate your resource group in the Azure portal.
4751

4852
1. On the navigation menu, select **Resource groups**. Then, select the name of your resource group - for example, **myresourcegroup**.

0 commit comments

Comments
 (0)