Skip to content

Commit 820fd2f

Browse files
Merge pull request #233319 from AbdullahBell/ddos-ip-qs-portal
DDoS Protection: IP Protection: Include Portal quickstart
2 parents 593650b + c95aefb commit 820fd2f

File tree

7 files changed

+12
-10
lines changed

7 files changed

+12
-10
lines changed

articles/ddos-protection/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
expanded: true
2727
- name: DDoS IP Protection
2828
items:
29+
- name: Portal
30+
href: manage-ddos-ip-protection-portal.md
2931
- name: PowerShell
3032
href: manage-ddos-protection-powershell-ip.md
3133
- name: CLI

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: AbdullahBell
55
ms.author: abell
66
ms.service: ddos-protection
77
ms.topic: quickstart
8-
ms.date: 03/09/2023
8+
ms.date: 04/04/2023
99
ms.workload: infrastructure-services
1010
ms.custom: template-quickstart
1111
# Customer intent As an IT admin, I want to learn how to enable DDoS IP Protection on my public IP address.
@@ -77,7 +77,7 @@ You can disable DDoS IP Protection on an existing public IP address.
7777
7878
```
7979
>[!Note]
80-
>When changing DDoS IP protection from **Enabled** to **Disabled**, telemetry for the public IP resource will not be available.
80+
> When changing DDoS IP protection from **Enabled** to **Disabled**, telemetry for the public IP resource will no longer be active.
8181
8282
## Validate and test
8383

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: AbdullahBell
55
ms.author: abell
66
ms.service: ddos-protection
77
ms.topic: quickstart
8-
ms.date: 03/16/2023
8+
ms.date: 04/04/2023
99
ms.workload: infrastructure-services
1010
ms.custom: template-quickstart
1111
# Customer intent As an IT admin, I want to learn how to enable DDoS IP Protection on my public IP address.
@@ -37,8 +37,8 @@ In this quickstart, you'll enable DDoS IP protection and link it to a public IP
3737
| --- | --- |
3838
| Subscription | Select your subscription. |
3939
| Resource group | Select **Create new**, enter **MyResourceGroup**. </br> Select **OK**. |
40-
| Region | Select your region. In this example, we selected **(US) East US 2**. |
41-
| Name | Enter your resource name. In this example, we selected **mystandardpublicip**. |
40+
| Region | Select your region. In this example, we selected **(US) East US**. |
41+
| Name | Enter your resource name. In this example, we selected **myStandardPublicIP**. |
4242
| IP Version | Select IPv4 or IPv6. In this example, we selected **IPv4**. |
4343
| SKU | Select **Standard**. DDoS IP Protection is enabled only on Public IP Standard SKU. |
4444
| Availability Zone | You can specify an availability zone in which to deploy your public IP address. In this example, we selected **zone-redundant**. |
@@ -59,7 +59,7 @@ In this quickstart, you'll enable DDoS IP protection and link it to a public IP
5959
1. Select your Public IP address. In this example, select **myStandardPublicIP**.
6060
1. In the **Overview** pane, select the **Properties** tab, then select **DDoS protection**.
6161

62-
:::image type="content" source="./media/ddos-protection-quickstarts/ddos-protection-view-status.png" alt-text="Screenshot showing view of Public IP Properties.":::
62+
:::image type="content" source="./media/ddos-protection-quickstarts/ddos-protection-view-status.png" alt-text="Screenshot showing view of Public IP Properties." lightbox="./media/ddos-protection-quickstarts/ddos-protection-view-status.png":::
6363

6464
1. In the **Configure DDoS protection** pane, under **Protection type**, select **IP**, then select **Save**.
6565

@@ -74,7 +74,7 @@ In this quickstart, you'll enable DDoS IP protection and link it to a public IP
7474
:::image type="content" source="./media/ddos-protection-quickstarts/ddos-protection-disable-status.png" alt-text="Screenshot of disabling IP Protection in Public IP Properties.":::
7575

7676
> [!NOTE]
77-
> When changing DDoS IP protection from **Enabled** to **Disabled**, telemetry for the public IP resource will not be available.
77+
> When changing DDoS IP protection from **Enabled** to **Disabled**, telemetry for the public IP resource will no longer be active.
7878
## Validate and test
7979

8080
First, check the details of your public IP address:
@@ -85,7 +85,7 @@ First, check the details of your public IP address:
8585
1. In the **Overview** pane, select the **Properties** tab in the middle of the page, then select **DDoS protection**.
8686
1. View **Protection status** and verify your public IP is protected.
8787

88-
:::image type="content" source="./media/ddos-protection-quickstarts/ddos-protection-protected-status.png" alt-text="Screenshot of status of IP Protection in Public IP Properties.":::
88+
:::image type="content" source="./media/ddos-protection-quickstarts/ddos-protection-protected-status.png" alt-text="Screenshot of status of IP Protection in Public IP Properties." lightbox="./media/ddos-protection-quickstarts/ddos-protection-protected-status.png":::
8989

9090

9191
## Clean up resources

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: AbdullahBell
55
ms.author: abell
66
ms.service: ddos-protection
77
ms.topic: quickstart
8-
ms.date: 02/27/2023
8+
ms.date: 04/04/2023
99
ms.workload: infrastructure-services
1010
ms.custom: template-quickstart, ignite-2022, devx-track-azurepowershell
1111
---
@@ -81,7 +81,7 @@ $publicIp.DdosSettings.ProtectionMode = 'Disabled'
8181
Set-AzPublicIpAddress -PublicIpAddress $publicIp
8282
```
8383
> [!NOTE]
84-
> When changing DDoS IP protection from **Enabled** to **Disabled**, telemetry for the public IP resource will not be available.
84+
> When changing DDoS IP protection from **Enabled** to **Disabled**, telemetry for the public IP resource will no longer be active.
8585
8686
## Clean up resources
8787

26.9 KB
Loading
-44.7 KB
Loading
-44.2 KB
Loading

0 commit comments

Comments
 (0)