Skip to content

Commit

Permalink
add clean-up step to Azure-AKS template
Browse files Browse the repository at this point in the history
  • Loading branch information
anastyakulyk committed Mar 12, 2024
1 parent 3e5bea8 commit ad89daf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/examples-azure-aks.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,14 @@ On this page you will find guidance on how to start an AKS cluster on Azure usin
kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d; echo
```
## Destroy sample architecture
1. Run `cdev destroy`
2. Remove NS records for subdomain in parent domain.
3. Delete Azure Storage Account and a container for Terraform backend:
```
az group delete --name cdevResourceGroup
```

0 comments on commit ad89daf

Please sign in to comment.