Skip to content

Commit 5d052db

Browse files
Merge pull request #233741 from KarlErickson/karler-fix
replaced the clean-up section
2 parents 948c32e + d8540cd commit 5d052db

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)