Is there a way to delay for x seconds after one re...
# typescript
b
Is there a way to delay for x seconds after one resource is created but before another is created? When I create my Azure Service Principal, and then create an AKS Kubernetes Cluster with that Azure Service Principal, sometimes it fails because replication of the Service Principal needs to occur. If I could just delay by 30 seconds or so after the Service Principal is created and before it starts creating the AKS Kubernetes cluster, it would allow my pipeline to pass first time without having to re-run as I do currently.