We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370bea9 commit fef7fa4Copy full SHA for fef7fa4
articles/azure-app-configuration/quickstart-azure-kubernetes-service.md
@@ -236,8 +236,15 @@ kubectl get service configmap-demo-service -n quickstart-appconfig
236
```
237
238
## Clean up resources
239
-
240
-[!INCLUDE[Azure App Configuration cleanup](../../includes/azure-app-configuration-cleanup.md)]
+1. Remove the resources deployed to AKS
+ ``` 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
246
+ helm uninstall azureappconfiguration.kubernetesprovider --namespace azappconfig-system
247
248
249
## Next steps
250
0 commit comments