Skip to content

Commit e7ddd41

Browse files
authored
PR review: Fix typos in default-outbound-access.md
Acrolinx fixes
1 parent 546f149 commit e7ddd41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-network/ip-services/default-outbound-access.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ There are multiple ways to turn off default outbound access. The following secti
8282

8383
:::image type="content" source="./media/default-outbound-access/private-subnet-portal.png" alt-text="Screenshot of Azure portal showing Private subnet option.":::
8484

85-
* Using Powershell, the following script takes the names of the Resource Group and Virtual Network and loops through each subnet to enable private subnet.
85+
* Using PowerShell, the following script takes the names of the Resource Group and Virtual Network and loops through each subnet to enable private subnet.
8686

8787
```
8888
$resourceGroupName = ""
@@ -166,7 +166,7 @@ az network vnet subnet update --resource-group rgname --name subnetname --vnet-n
166166

167167
* In configurations using a User Defined Route (UDR) with a default route (0/0) that sends traffic to an upstream firewall/network virtual appliance, any traffic that bypasses this route (for example, to Service Tagged destinations) breaks in a Private subnet.
168168

169-
* Private Subnets are not applicable to delegated or managed subnets used for hosting PaaS services. In these scenarios, outbound connectivty is managed by the the individual service.
169+
* Private Subnets are not applicable to delegated or managed subnets used for hosting PaaS services. In these scenarios, outbound connectivity is managed by the individual service.
170170

171171
### Add an explicit outbound connectivity method
172172

0 commit comments

Comments
 (0)