File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ $rules = @(
105105 SourcePortRange = "*"
106106 DestinationAddressPrefix = "VirtualNetwork"
107107 DestinationPortRange = 8080,5701
108- Protocol = "Ah "
108+ Protocol = "Tcp "
109109 }
110110 @{
111111 Name = "AllowSshRdpOutbound"
@@ -116,7 +116,7 @@ $rules = @(
116116 SourcePortRange = "*"
117117 DestinationAddressPrefix = "VirtualNetwork"
118118 DestinationPortRange = 22,3389
119- Protocol = "Ah "
119+ Protocol = "Tcp "
120120 },
121121 @{
122122 Name = "AllowAzureCloudOutbound"
@@ -138,7 +138,7 @@ $rules = @(
138138 SourcePortRange = "*"
139139 DestinationAddressPrefix = "VirtualNetwork"
140140 DestinationPortRange = 8080,5701
141- Protocol = "Ah "
141+ Protocol = "Tcp "
142142 },
143143 @{
144144 Name = "AllowHttpOutbound"
@@ -149,7 +149,7 @@ $rules = @(
149149 SourcePortRange = "*"
150150 DestinationAddressPrefix = "Internet"
151151 DestinationPortRange = "80"
152- Protocol = "Ah "
152+ Protocol = "Tcp "
153153 }
154154 )
155155foreach ($rule in $rules) {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ms.service: planetary-computer-pro
77ms.topic : concept-article # Don't change.
88ms.date : 04/24/2025
99
10- # customer intent: As a Microsoft Planetary Computer Pro user I want to understand collection configuration so I can vizualize data in the Explorer.
10+ # customer intent: As a Microsoft Planetary Computer Pro user I want to understand collection configuration so I can visualize data in the Explorer.
1111ms.custom :
1212 - build-2025
1313---
You can’t perform that action at this time.
0 commit comments