Skip to content

Commit 3b517db

Browse files
committed
adding cleanup after testing keda workload identity
1 parent dfebe9c commit 3b517db

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

articles/aks/keda-workload-identity.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,11 +339,21 @@ Now that we have published messages to the Azure Service Bus queue, we will depl
339339
Normal KEDAJobsCreated 10m scale-handler Created 10 jobs
340340
```
341341
342+
## Clean up resources
343+
344+
After you verify that the deployment is successful, you can clean up the resources to avoid incurring Azure costs.
345+
346+
1. Delete the Azure resource group and all resources in it using the [`az group delete`][az-group-delete] command.
347+
348+
```azurecli-interactive
349+
az group delete --name $RG_NAME --yes --no-wait
350+
```
351+
342352
## Next steps
343353
344354
This article showed you how to securely scale your applications using the KEDA add-on and workload identity in AKS.
345355
346-
With the KEDA add-on installed on your cluster, you can [deploy a sample application][keda-sample] to start scaling apps. For information on KEDA troubleshooting, see [Troubleshoot the Kubernetes Event-driven Autoscaling (KEDA) add-on][keda-troubleshoot].
356+
For information on KEDA troubleshooting, see [Troubleshoot the Kubernetes Event-driven Autoscaling (KEDA) add-on][keda-troubleshoot].
347357
348358
To learn more about KEDA, see the [upstream KEDA docs][keda].
349359

0 commit comments

Comments
 (0)