Skip to content

Commit d8540cd

Browse files
committed
replaced the clean-up section
1 parent d0a64a6 commit d8540cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/spring-apps/quickstart-deploy-web-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,11 +270,11 @@ Now that the cloud environment is prepared, the application is ready to deploy.
270270

271271
## Clean up resources
272272

273-
- To avoid unnecessary costs, use the following command to delete the resource group.
273+
If you plan to continue working with subsequent quickstarts and tutorials, you might want to leave these resources in place. When you no longer need the resources, delete them by deleting the resource group. Use the following command to delete the resource group:
274274

275-
```azurecli
276-
az group delete --name ${RESOURCE_GROUP}
277-
```
275+
```azurecli
276+
az group delete --name ${RESOURCE_GROUP}
277+
```
278278

279279
## Next steps
280280

0 commit comments

Comments
 (0)