Skip to content

Commit 632ed05

Browse files
author
sivakami
committed
update stamp infra vnet function. use network agent test sub.
1 parent 48515b6 commit 632ed05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pipelines/swiftv2-long-running/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ parameters:
44
- name: subscriptionId
55
displayName: "Azure Subscription ID"
66
type: string
7-
default: "37deca37-c375-4a14-b90a-043849bd2bf1"
7+
default: "9b8218f9-902a-4d20-a65c-e98acec5362f"
88

99
- name: location
1010
displayName: "Deployment Region"

.pipelines/swiftv2-long-running/scripts/create_aks.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ stamp_vnet() {
2121
responseFile="response.txt"
2222
modified_vnet="${vnet_id//\//%2F}"
2323
cmd_stamp_curl="'curl -v -X PUT http://localhost:8080/VirtualNetwork/$modified_vnet/stampcreatorservicename'"
24-
cmd_containerapp_exec="az containerapp exec -n subnetdelegator-westus-u3h4j -g subnetdelegator-westus --subscription 9b8218f9-902a-4d20-a65c-e98acec5362f --command $cmd_stamp_curl"
24+
cmd_containerapp_exec="az containerapp exec -n subnetdelegator-centraluseuap-w4 -g subnetdelegator-centraluseuap --subscription $SUBSCRIPTION_ID --command $cmd_stamp_curl"
2525

26-
max_retries=6
26+
max_retries=10
2727
sleep_seconds=15
2828
retry_count=0
2929

0 commit comments

Comments
 (0)