diff --git a/samples/BikeSharingApp/Bikes/azds_pipeline.yaml b/samples/BikeSharingApp/Bikes/azds_pipeline.yaml index 0b3de1679..694255fdf 100644 --- a/samples/BikeSharingApp/Bikes/azds_pipeline.yaml +++ b/samples/BikeSharingApp/Bikes/azds_pipeline.yaml @@ -212,7 +212,7 @@ stages: azureSubscription: $(azureServiceConnection) scriptLocation: inlineScript inlineScript: | - az aks use-dev-spaces -n $(AZDSControllerName) -g $(AZDSControllerName) -y -s $(k8sNamespace)/$(system.pullRequest.sourceBranch) --update + az aks use-dev-spaces -n $(AZDSControllerName) -g $(AZDSControllerRG) -y -s $(k8sNamespace)/$(system.pullRequest.sourceBranch) --update azds up -d azds list-uris -o json azds list-uris -o json > $(AGENT.TEMPDIRECTORY)/azdsuri.txt