Skip to content

Commit fef7fa4

Browse files
clean up resources
1 parent 370bea9 commit fef7fa4

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

articles/azure-app-configuration/quickstart-azure-kubernetes-service.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,15 @@ kubectl get service configmap-demo-service -n quickstart-appconfig
236236
```
237237

238238
## Clean up resources
239-
240-
[!INCLUDE[Azure App Configuration cleanup](../../includes/azure-app-configuration-cleanup.md)]
239+
1. Remove the resources deployed to AKS
240+
``` bash
241+
kubectl delete -f ./AKS-AppConfiguration-Demo -n quickstart-appconfig
242+
kubectl delete namespace quickstart-appconfig
243+
```
244+
2. Uninstall the Azure App Configuration Kubernetes Provider
245+
``` bash
246+
helm uninstall azureappconfiguration.kubernetesprovider --namespace azappconfig-system
247+
```
241248

242249
## Next steps
243250

0 commit comments

Comments
 (0)