Skip to content

Commit 04aa40f

Browse files
authored
Merge pull request #118391 from Rageking8/rectify-public-typo
Rectify public typo
2 parents d8bc718 + 676b8dd commit 04aa40f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/ddos-protection/ddos-switch-ddos-protection-tier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ You can switch from Network Protection to IP Protection using the Azure portal.
6161
The DDoS protection plan must be disassociated from the protected resources before you can delete the plan.
6262

6363
>[!WARNING]
64-
>To maintain DDoS Protection during migration, ensure IP protection is enabled on all pubic IPs protected by Network Protection.
64+
>To maintain DDoS Protection during migration, ensure IP protection is enabled on all public IPs protected by Network Protection.
6565
6666
1. In the search box at the top of the portal, enter **DDoS protection plans**. Select your DDoS protection plan.
6767
1. In the **Settings** page, select the **Protected Resources** tab, then select the **Dissociate** icon next to the virtual network that contains the resources you are protecting. When prompted, select **Yes** to confirm.

articles/ddos-protection/manage-ddos-protection-powershell-ip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ $publicIp = Get-AzPublicIpAddress -Name myStandardPublicIP -ResourceGroupName My
6969
#Checks the status of the public IP address
7070
$protectionMode = $publicIp.DdosSettings.ProtectionMode
7171
72-
#Returns the status of the pubic IP address
72+
#Returns the status of the public IP address
7373
$protectionMode
7474
7575
```

articles/virtual-network/virtual-network-troubleshoot-nva.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Use PowerShell
7474
NetworkSecurityGroup : null
7575
```
7676

77-
**Check for NSG when using Standard SKU Pubilc IP**
77+
**Check for NSG when using Standard SKU Public IP**
7878
When using a Standard SKU and Public IPs, there must be an NSG created and an explicit rule to allow the traffic to the NVA.
7979

8080
**Check whether the traffic can be routed to the NVA**

0 commit comments

Comments
 (0)