From 58293816695dcac66798cdc5152958f994a4c137 Mon Sep 17 00:00:00 2001 From: Greg Dryke <55298966+gdryke@users.noreply.github.com> Date: Thu, 25 Apr 2024 09:35:58 -0500 Subject: [PATCH] Change TCP/443 to */* (#50313) Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com> --- .../azure-vnet-configure-azure-resources-procedures.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/reusables/actions/azure-vnet-configure-azure-resources-procedures.md b/data/reusables/actions/azure-vnet-configure-azure-resources-procedures.md index 9fcd72c95628..00d35bb7b464 100644 --- a/data/reusables/actions/azure-vnet-configure-azure-resources-procedures.md +++ b/data/reusables/actions/azure-vnet-configure-azure-resources-procedures.md @@ -43,9 +43,9 @@ You will use a script to automate configuring your Azure resources. { name: 'AllowOutBoundActions' properties: { - protocol: 'TCP' + protocol: '*' sourcePortRange: '*' - destinationPortRange: '443' + destinationPortRange: '*' sourceAddressPrefix: '*' access: 'Allow' priority: 210 @@ -122,9 +122,9 @@ You will use a script to automate configuring your Azure resources. { name: 'AllowOutBoundGitHub' properties: { - protocol: 'TCP' + protocol: '*' sourcePortRange: '*' - destinationPortRange: '443' + destinationPortRange: '*' sourceAddressPrefix: '*' access: 'Allow' priority: 220