From 54cca3e361f79ddb5c616012c8ff449fe99365ed Mon Sep 17 00:00:00 2001 From: Shaker Gilbert <24681097+shakerg@users.noreply.github.com> Date: Fri, 14 Feb 2025 04:27:28 -0500 Subject: [PATCH] Updating the VNET NSG port rules for communication over HTTPS/443 only. (#54351) --- data/reusables/actions/azure-vnet-procedures-prereqs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/reusables/actions/azure-vnet-procedures-prereqs.md b/data/reusables/actions/azure-vnet-procedures-prereqs.md index 2b3eef76f0f1..93ee327ae9f3 100644 --- a/data/reusables/actions/azure-vnet-procedures-prereqs.md +++ b/data/reusables/actions/azure-vnet-procedures-prereqs.md @@ -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 @@ -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 @@ -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'