Skip to content

Commit bb1f323

Browse files
disable private networking in deployment parameters
1 parent 88bafa6 commit bb1f323

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ jobs:
143143
--template-file infra/main.json \
144144
--parameters \
145145
environmentName="${{ env.ENVIRONMENT_NAME }}" \
146+
enablePrivateNetworking="false" \
146147
secondaryLocation="EastUs2" \
147148
contentUnderstandingLocation="WestUS" \
148149
deploymentType="GlobalStandard" \

0 commit comments

Comments
 (0)