Skip to content

Commit 261365a

Browse files
author
sivakami
committed
update private endpoint.
1 parent 1ba9b51 commit 261365a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,8 @@ SA1_ID=$(az storage account show -g "$RG" -n "$SA1_NAME" --query id -o tsv)
3232
az network private-endpoint create \
3333
-g "$RG" -n "$PE_NAME" -l "$LOCATION" \
3434
--vnet-name "$VNET_A1" --subnet "$SUBNET_PE_A1" \
35-
--private-connection-resource-id "$SA1
35+
--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

Comments
 (0)