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 1ba9b51 commit 261365aCopy full SHA for 261365a
.pipelines/swiftv2-long-running/scripts/create_pe.sh
@@ -32,4 +32,8 @@ SA1_ID=$(az storage account show -g "$RG" -n "$SA1_NAME" --query id -o tsv)
32
az network private-endpoint create \
33
-g "$RG" -n "$PE_NAME" -l "$LOCATION" \
34
--vnet-name "$VNET_A1" --subnet "$SUBNET_PE_A1" \
35
- --private-connection-resource-id "$SA1
+ --private-connection-resource-id "$SA1_ID" \
36
+ --group-id blob \
37
+ --connection-name "${PE_NAME}-conn" \
38
+ --output none \
39
+ && echo "[OK] Private Endpoint $PE_NAME created for $SA1_NAME."
0 commit comments