Skip to content

Commit bd604c0

Browse files
Update howto-deploy-java-wls-app.md
1 parent 386b1bb commit bd604c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/howto-deploy-java-wls-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ Use the following steps to verify the functionality of the deployment by viewing
709709
710710
## Clean up resources
711711
712-
To avoid Azure charges, you should clean up unnecessary resources. When you no longer need the cluster, use the [az group delete](/cli/azure/group#az-group-delete) command. The following command removes the resource group, container service, container registry, and all related resources:
712+
To avoid Azure charges, you should clean up unnecessary resources. When you no longer need the cluster, use the [az group delete](/cli/azure/group#az-group-delete) command. The following command removes the resource group, container service, container registry, database, and all related resources:
713713
714714
```azurecli
715715
az group delete --name <resource-group-name> --yes --no-wait

0 commit comments

Comments
 (0)