Skip to content

Commit 54cca3e

Browse files
authored
Updating the VNET NSG port rules for communication over HTTPS/443 only. (#54351)
1 parent e40a8fa commit 54cca3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/reusables/actions/azure-vnet-procedures-prereqs.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You will use a script to automate configuring your Azure resources.
4646
properties: {
4747
protocol: '*'
4848
sourcePortRange: '*'
49-
destinationPortRange: '*'
49+
destinationPortRange: '443'
5050
sourceAddressPrefix: '*'
5151
access: 'Allow'
5252
priority: 210
@@ -125,7 +125,7 @@ You will use a script to automate configuring your Azure resources.
125125
properties: {
126126
protocol: '*'
127127
sourcePortRange: '*'
128-
destinationPortRange: '*'
128+
destinationPortRange: '443'
129129
sourceAddressPrefix: '*'
130130
access: 'Allow'
131131
priority: 220
@@ -207,7 +207,7 @@ You will use a script to automate configuring your Azure resources.
207207
properties: {
208208
protocol: '*'
209209
sourcePortRange: '*'
210-
destinationPortRange: '*'
210+
destinationPortRange: '443'
211211
sourceAddressPrefix: '*'
212212
destinationAddressPrefix: 'Storage'
213213
access: 'Allow'

0 commit comments

Comments
 (0)