Skip to content

Commit bea0299

Browse files
authored
Fix VNet configuration script (#45512)
1 parent 7a3f740 commit bea0299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/admin/configuration/configuring-private-networking-for-hosted-compute-products/configuring-private-networking-for-github-hosted-runners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ echo Create resource group $RESOURCE_GROUP_NAME at $AZURE_LOCATION
257257

258258
echo
259259
echo Create NSG rules deployed with 'actions-nsg-deployment.bicep' file
260-
. az deployment group create --resource-group $RESOURCE_GROUP_NAME --template-file ./actions-nsg-deployment.bicep --parameters location $AZURE_LOCATION nsgName $NSG_NAME
260+
. az deployment group create --resource-group $RESOURCE_GROUP_NAME --template-file ./actions-nsg-deployment.bicep --parameters location=$AZURE_LOCATION nsgName=$NSG_NAME
261261

262262
echo
263263
echo Create vnet $VNET_NAME and subnet $SUBNET_NAME

0 commit comments

Comments
 (0)