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 4597458 commit 0e5bdfbCopy full SHA for 0e5bdfb
.pipelines/swiftv2-long-running/scripts/create_aks.sh
@@ -17,7 +17,7 @@ stamp_vnet() {
17
responseFile="response.txt"
18
modified_vnet="${vnet_id//\//%2F}"
19
cmd_stamp_curl="'curl -v -X PUT http://localhost:8080/VirtualNetwork/$modified_vnet/stampcreatorservicename'"
20
- cmd_containerapp_exec="az containerapp exec -n subnetdelegator-centraluseuap-w4 -g subnetdelegator-centraluseuap --subscription $SUBSCRIPTION_ID --command $cmd_stamp_curl"
+ cmd_containerapp_exec="az containerapp exec -n subnetdelegator-westus-u3h4j -g subnetdelegator-westus --subscription 9b8218f9-902a-4d20-a65c-e98acec5362f --command $cmd_stamp_curl"
21
22
max_retries=10
23
sleep_seconds=15
0 commit comments