File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ You will use a script to automate configuring your Azure resources.
46
46
properties: {
47
47
protocol: '*'
48
48
sourcePortRange: '*'
49
- destinationPortRange: '* '
49
+ destinationPortRange: '443 '
50
50
sourceAddressPrefix: '*'
51
51
access: 'Allow'
52
52
priority: 210
@@ -125,7 +125,7 @@ You will use a script to automate configuring your Azure resources.
125
125
properties: {
126
126
protocol: '*'
127
127
sourcePortRange: '*'
128
- destinationPortRange: '* '
128
+ destinationPortRange: '443 '
129
129
sourceAddressPrefix: '*'
130
130
access: 'Allow'
131
131
priority: 220
@@ -207,7 +207,7 @@ You will use a script to automate configuring your Azure resources.
207
207
properties: {
208
208
protocol: '*'
209
209
sourcePortRange: '*'
210
- destinationPortRange: '* '
210
+ destinationPortRange: '443 '
211
211
sourceAddressPrefix: '*'
212
212
destinationAddressPrefix: 'Storage'
213
213
access: 'Allow'
You can’t perform that action at this time.
0 commit comments