Skip to content

Commit

Permalink
Updating the VNET NSG port rules for communication over HTTPS/443 onl…
Browse files Browse the repository at this point in the history
…y. (#54351)
  • Loading branch information
shakerg authored Feb 14, 2025
1 parent e40a8fa commit 54cca3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/reusables/actions/azure-vnet-procedures-prereqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ You will use a script to automate configuring your Azure resources.
properties: {
protocol: '*'
sourcePortRange: '*'
destinationPortRange: '*'
destinationPortRange: '443'
sourceAddressPrefix: '*'
access: 'Allow'
priority: 210
Expand Down Expand Up @@ -125,7 +125,7 @@ You will use a script to automate configuring your Azure resources.
properties: {
protocol: '*'
sourcePortRange: '*'
destinationPortRange: '*'
destinationPortRange: '443'
sourceAddressPrefix: '*'
access: 'Allow'
priority: 220
Expand Down Expand Up @@ -207,7 +207,7 @@ You will use a script to automate configuring your Azure resources.
properties: {
protocol: '*'
sourcePortRange: '*'
destinationPortRange: '*'
destinationPortRange: '443'
sourceAddressPrefix: '*'
destinationAddressPrefix: 'Storage'
access: 'Allow'
Expand Down

0 comments on commit 54cca3e

Please sign in to comment.