Skip to content

Commit a3bcdd3

Browse files
authored
Merge pull request #311978 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 9eeef75 + 6ee4c85 commit a3bcdd3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

articles/bastion/bastion-nsg.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
)
155155
foreach ($rule in $rules) {

articles/planetary-computer/collection-configuration-concept.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: planetary-computer-pro
77
ms.topic: concept-article #Don't change.
88
ms.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.
1111
ms.custom:
1212
- build-2025
1313
---

0 commit comments

Comments
 (0)