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 556d63c commit 3e502faCopy full SHA for 3e502fa
.pipelines/swiftv2-long-running/scripts/create_aks.sh
@@ -15,9 +15,6 @@ echo "VM SKU (default): $VM_SKU_DEFAULT"
15
echo "VM SKU (high-NIC): $VM_SKU_HIGHNIC"
16
az account set --subscription "$SUBSCRIPTION_ID"
17
18
-echo "==> Creating resource group: $RG"
19
-az group create -n "$RG" -l "$LOCATION" --output none
20
-
21
# Enable parallel cluster creation
22
create_cluster() {
23
local CLUSTER=$1
.pipelines/swiftv2-long-running/template/long-running-pipeline-template.yaml
@@ -138,6 +138,3 @@ stages:
138
${{ parameters.location }}
139
${{ parameters.resourceGroupName }}
140
$(CreateStorageAccounts.StorageAccount1)
141
- $(CreateStorageAccounts.StorageAccount2)
142
143
0 commit comments