You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-management/protect-with-ddos-protection.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Depending on the DDoS Protection plan you use, enable DDoS protection on the vir
59
59
60
60
### Enable DDoS protection on the API Management public IP address
61
61
62
-
If your plan uses the IP DDoS Protection SKU, see [Enable DDoS IP Protection for a public IP address](../ddos-protection/manage-ddos-protection-powershell-ip.md#disable-ddos-ip-protection-for-an-existing-public-ip-address).
62
+
If your plan uses the IP DDoS Protection SKU, see [Enable DDoS IP Protection for a public IP address](../ddos-protection/manage-ddos-protection-powershell-ip.md#disable-ddos-ip-protection-for-a-public-ip-address).
Copy file name to clipboardExpand all lines: articles/ddos-protection/ddos-protection-partner-onboarding.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ The following steps are required for partners to configure integration with Azur
62
62
> [!NOTE]
63
63
> Only 1 DDoS Protection Plan needs to be created for a given tenant.
64
64
2. Deploy a service with public endpoint in your (partner) subscriptions, such as load balancer, firewalls, and web application firewall.
65
-
3. Enable Azure DDoS Protection on the virtual network of the service that has public endpoints using DDoS Protection Plan created in the first step. For step-by-step instructions, see [Enable DDoS Protection plan](manage-ddos-protection.md#enable-for-an-existing-virtual-network)
65
+
3. Enable Azure DDoS Protection on the virtual network of the service that has public endpoints using DDoS Protection Plan created in the first step. For step-by-step instructions, see [Enable DDoS Protection plan](manage-ddos-protection.md#enable-ddos-protection-for-a-virtual-network)
66
66
> [!IMPORTANT]
67
67
> After Azure DDoS Protection is enabled on a virtual network, all public IPs within that virtual network are automatically protected. The origin of these public IPs can be either within Azure (client subscription) or outside of Azure.
68
68
4. Optionally, integrate Azure DDoS Protection telemetry and attack analytics in your application-specific customer-facing dashboard. For more information about using telemetry, see [View and configure DDoS protection telemetry](telemetry.md).
Copy file name to clipboardExpand all lines: articles/ddos-protection/ddos-switch-ddos-protection-tier.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: abell
5
5
ms.author: abell
6
6
ms.service: azure-ddos-protection
7
7
ms.topic: how-to
8
-
ms.date: 03/17/2025
8
+
ms.date: 03/05/2026
9
9
# Customer intent: "As a cloud administrator, I want to switch between DDoS Protection tiers in the Azure portal, so that I can adapt my DDoS protections based on my network architecture and requirements."
# Customer intent: As a cloud administrator, I want to enable DDoS IP Protection on a public IP address using the CLI, so that I can enhance the security of my applications against distributed denial-of-service attacks.
11
11
---
@@ -41,9 +41,11 @@ To create a resource group, use [az group create](/cli/azure/group#az-group-crea
41
41
42
42
## Enable DDoS IP Protection on a public IP address
43
43
44
-
### New public IP address
44
+
You can enable DDoS IP Protection when creating a new public IP address or for an existing public IP address. Select the tab for your scenario.
45
45
46
-
You can enable DDoS IP Protection when creating a public IP address. In this example, we'll name our public IP address _myStandardPublicIP_:
46
+
# [New public IP address](#tab/new-ip)
47
+
48
+
In this example, we'll name our public IP address _myStandardPublicIP_:
47
49
48
50
```azurecli-interactive
49
51
az network public-ip create \
@@ -55,7 +57,7 @@ You can enable DDoS IP Protection when creating a public IP address. In this exa
55
57
--ddos-protection-mode Enabled
56
58
```
57
59
58
-
### Existing public IP address
60
+
#[Existing public IP address](#tab/existing-ip)
59
61
60
62
You can enable DDoS IP Protection on an existing public IP address.
61
63
@@ -66,7 +68,9 @@ You can enable DDoS IP Protection on an existing public IP address.
66
68
--ddos-protection-mode Enabled
67
69
```
68
70
69
-
### Disable DDoS IP Protection:
71
+
---
72
+
73
+
## Disable DDoS IP Protection for a public IP address
70
74
71
75
You can disable DDoS IP Protection on an existing public IP address.
Copy file name to clipboardExpand all lines: articles/ddos-protection/manage-ddos-ip-protection-portal.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: AbdullahBell
5
5
ms.author: abell
6
6
ms.service: azure-ddos-protection
7
7
ms.topic: quickstart
8
-
ms.date: 03/17/2025
8
+
ms.date: 01/26/2026
9
9
ms.custom: template-quickstart
10
10
# Customer intent: "As a network administrator, I want to configure DDoS IP protection for my public IP address, so that I can safeguard my application from distributed denial-of-service attacks."
11
11
---
@@ -20,14 +20,16 @@ In this quickstart, you enable DDoS IP protection and link it to a public IP add
20
20
## Prerequisites
21
21
22
22
- Create a [free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) before you begin.
23
-
- Sign in to the [Azure portal](https://portal.azure.com).
23
+
- Sign in to the [Azure portal](https://portal.azure.com).
24
24
25
25
## Enable DDoS IP Protection on a public IP address
26
26
27
+
You can enable DDoS IP Protection when creating a new public IP address or for an existing public IP address. Select the tab for your scenario.
28
+
27
29
> [!IMPORTANT]
28
30
> Ensure that your account is assigned to the [network contributor](../role-based-access-control/built-in-roles.md?toc=%2fazure%2fvirtual-network%2ftoc.json#network-contributor) role or to a [custom role](../role-based-access-control/custom-roles.md?toc=%2fazure%2fvirtual-network%2ftoc.json) that is assigned the appropriate actions listed in the how-to guide on [Permissions](manage-permissions.md).
29
31
30
-
### Create a public IP address
32
+
#[New public IP address](#tab/new-ip)
31
33
32
34
1. Select **Create a resource** in the upper left corner of the Azure portal.
33
35
1. Select **Networking**, and then select **Public IP address**.
@@ -49,10 +51,11 @@ In this quickstart, you enable DDoS IP protection and link it to a public IP add
49
51
| Idle Timeout (minutes) | Keep a TCP or HTTP connection open without relying on clients to send keep-alive messages. In this example, we leave the default of **4**. |
50
52
| DNS name label | Enter a DNS name label. In this example, we left the value blank. |
51
53
52
-
54
+
1. Select **Next: DDoS Protection** to open the DDoS Protection page.
55
+
1. Select **IP** on the **Azure DDoS IP Protection** radio button.
53
56
1. Select **Review + create** to review your settings and create the public IP address.
54
57
55
-
### Enable for an existing Public IP address
58
+
#[Existing public IP address](#tab/existing-ip)
56
59
57
60
1. In the search box at the top of the portal, enter **public IP Address**. Select **public IP Address**.
58
61
1. Select your Public IP address. In this example, select **myStandardPublicIP**.
@@ -62,14 +65,17 @@ In this quickstart, you enable DDoS IP protection and link it to a public IP add
62
65
63
66
1. In the **Configure DDoS protection** pane, under **Protection type**, select **IP**, then select **Save**.
64
67
65
-
### Disable for a Public IP address:
68
+
---
69
+
70
+
## Disable DDoS IP Protection for a public IP address
66
71
67
72
1. Enter the name of the public IP address you want to disable DDoS IP Protection for in the **Search resources, services, and docs box** at the top of the portal. When the name of public IP address appears in the search results, select it.
68
73
1. Under **Properties** in the overview pane, select **DDoS Protection**.
69
74
1. Under **Protection type** select **Disable**, then select **Save**.
70
75
71
76
> [!NOTE]
72
77
> When changing DDoS IP protection from **Enabled** to **Disabled**, telemetry for the public IP resource will no longer be active.
78
+
73
79
## Validate and test
74
80
75
81
First, check the details of your public IP address:
Copy file name to clipboardExpand all lines: articles/ddos-protection/manage-ddos-ip-protection-template.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.service: azure-ddos-protection
7
7
ms.topic: quickstart
8
8
ms.custom: mode-arm, devx-track-arm-template
9
9
ms.author: abell
10
-
ms.date: 03/17/2025
10
+
ms.date: 03/05/2026
11
11
# Customer intent: As a network administrator, I want to deploy a DDoS IP Protection using an ARM template, so that I can safeguard my public IP addresses against distributed denial-of-service attacks.
# Customer intent: As a cloud infrastructure engineer, I want to create and configure an Azure DDoS protection plan using Bicep, so that I can effectively safeguard my virtual networks against DDoS attacks across multiple subscriptions.
Copy file name to clipboardExpand all lines: articles/ddos-protection/manage-ddos-protection-cli.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: AbdullahBell
6
6
ms.service: azure-ddos-protection
7
7
ms.topic: quickstart
8
8
ms.custom: devx-track-azurecli
9
-
ms.date: 03/17/2025
9
+
ms.date: 01/26/2026
10
10
ms.author: abell
11
11
# Customer intent: As a network administrator, I want to create and configure a DDoS protection plan using Azure CLI, so that I can enhance the security of my virtual networks against DDoS attacks.
12
12
---
@@ -51,9 +51,11 @@ az network ddos-protection create \
51
51
52
52
## Enable DDoS protection for a virtual network
53
53
54
-
### Enable DDoS protection for a new virtual network
54
+
You can enable DDoS protection when creating a new virtual network or for an existing virtual network. Select the tab for your scenario.
55
55
56
-
You can enable DDoS protection when creating a virtual network. In this example, we'll name our virtual network _MyVnet_:
56
+
# [New virtual network](#tab/new-vnet)
57
+
58
+
In this example, we'll name our virtual network _MyVnet_:
### Enable DDoS protection for an existing virtual network
71
+
#[Existing virtual network](#tab/existing-vnet)
70
72
71
73
When [creating a DDoS protection plan](#create-a-ddos-protection-plan), you can associate one or more virtual networks to the plan. To add more than one virtual network, list the names or IDs, space-separated. In this example, we'll add _MyVnet_:
72
74
@@ -91,7 +93,9 @@ az network vnet update \
91
93
--ddos-protection true
92
94
```
93
95
94
-
### Disable DDoS protection for a virtual network
96
+
---
97
+
98
+
## Disable DDoS protection for a virtual network
95
99
96
100
Update a given virtual network to disable DDoS protection:
# Customer intent: As a cloud engineer, I want to enable DDoS IP protection for a public IP address using PowerShell, so that I can strengthen my infrastructure against potential DDoS attacks.
11
11
---
@@ -30,7 +30,11 @@ In this QuickStart, you'll enable DDoS IP protection and link it to a public IP
30
30
31
31
## Enable DDoS IP Protection for a public IP address
32
32
33
-
You can enable DDoS IP Protection when creating a public IP address. In this example, we'll name our public IP address _myStandardPublicIP_:
33
+
You can enable DDoS IP Protection when creating a new public IP address or for an existing public IP address. Select the tab for your scenario.
34
+
35
+
# [New public IP address](#tab/new-ip)
36
+
37
+
In this example, we'll name our public IP address _myStandardPublicIP_:
Copy file name to clipboardExpand all lines: articles/ddos-protection/manage-ddos-protection-powershell.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: ddos-protection
5
5
author: AbdullahBell
6
6
ms.service: azure-ddos-protection
7
7
ms.topic: quickstart
8
-
ms.date: 03/17/2025
8
+
ms.date: 01/26/2026
9
9
ms.author: abell
10
10
ms.custom: devx-track-azurepowershell, mode-api
11
11
# Customer intent: "As a cloud administrator, I want to create and configure a DDoS protection plan using PowerShell, so that I can secure my virtual networks against distributed denial-of-service attacks effectively."
0 commit comments