Skip to content

Commit 67f4d43

Browse files
committed
Freshness, updated tutorials, updated date, updated screenshots.
1 parent 89f150e commit 67f4d43

31 files changed

+143
-131
lines changed

articles/ddos-protection/alerts.md

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
---
2-
title: 'Configure Azure DDoS Protection metric alerts through portal'
2+
title: 'Tutorial: Configure Azure DDoS Protection metric alerts through portal'
33
description: Learn how to configure DDoS protection metric alerts for Azure DDoS Protection.
44
services: ddos-protection
55
author: AbdullahBell
66
ms.service: ddos-protection
77
ms.topic: tutorial
8-
ms.date: 08/07/2023
8+
ms.date: 07/17/2024
99
ms.author: abell
1010
---
11-
# Configure Azure DDoS Protection metric alerts through portal
1211

13-
DDoS Protection metrics alerts are an important step in alerting your team through Azure portal, email, SMS message, push, or voice notification when an attack is detected.
12+
# Tutorial: Configure Azure DDoS Protection metric alerts through portal
1413

1514
In this tutorial, you learn how to:
1615

1716
> [!div class="checklist"]
1817
> * Configure metrics alerts through Azure Monitor.
1918
19+
DDoS Protection metrics alerts are an important step in alerting your team through Azure portal, email, SMS message, push, or voice notification when an attack is detected.
2020

2121
## Prerequisites
2222

2323
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2424
- [DDoS Network Protection](manage-ddos-protection.md) must be enabled on a virtual network or [DDoS IP Protection](manage-ddos-protection-powershell-ip.md) must be enabled on a public IP address.
25-
- DDoS Protection monitors public IP addresses assigned to resources within a virtual network. If you don't have any resources with public IP addresses in the virtual network, you must first create a resource with a public IP address. You can monitor the public IP address of all resources deployed through Resource Manager (not classic) listed in [Virtual network for Azure services](../virtual-network/virtual-network-for-azure-services.md#services-that-can-be-deployed-into-a-virtual-network) (including Azure Load Balancers where the backend virtual machines are in the virtual network), except for Azure App Service Environments. To continue with this How-To guide, you can quickly create a [Windows](../virtual-machines/windows/quick-create-portal.md?toc=%2fazure%2fvirtual-network%2ftoc.json) or [Linux](../virtual-machines/linux/quick-create-portal.md?toc=%2fazure%2fvirtual-network%2ftoc.json) virtual machine.  
25+
- DDoS Protection monitors public IP addresses assigned to resources within a virtual network. If you don't have any resources with public IP addresses in the virtual network, you must first create a resource with a public IP address.  
2626

2727
## Configure metric alerts through portal
2828

@@ -34,7 +34,7 @@ You can select any of the available Azure DDoS Protection metrics to alert you w
3434

3535
1. Select **+ Create** on the navigation bar, then select **Alert rule**.
3636

37-
:::image type="content" source="./media/ddos-alerts/ddos-protection-alert-page.png" alt-text="Screenshot of creating Alerts." lightbox="./media/ddos-alerts/ddos-protection-alert-page.png":::
37+
:::image type="content" source="./media/ddos-alerts/ddos-protection-alert-page.png" alt-text="Screenshot of DDoS Protection creating Alerts." lightbox="./media/ddos-alerts/ddos-protection-alert-page.png":::
3838

3939
1. On the **Create an alert rule** page, select **+ Select scope**, then select the following information in the **Select a resource** page.
4040

@@ -57,40 +57,45 @@ You can select any of the available Azure DDoS Protection metrics to alert you w
5757

5858
| Setting | Value |
5959
|--|--|
60-
| Threshold | Leave as default. |
61-
| Aggregation type | Leave as default. |
60+
| Threshold | Leave as the default *Static*. |
61+
| Aggregation type | Leave as default *Maximum*. |
6262
| Operator | Select **Greater than or equal to**. |
63-
| Unit | Leave as default. |
63+
| Unit | Leave as default *Count*. |
6464
| Threshold value | Enter **1**. For the *Under DDoS attack or not metric*, **0** means you're not under attack while **1** means you are under attack. |
65-
65+
| Check every | Choose how often the alert rule will check if the condition is met. Leave as default *1 minute*. |
66+
| Lookback period | This is the lookback period, or the time period to look back at each time the data is checked. For example, every 1 minute you’ll be looking at the past 5 minutes. Leave as default *5 minutes*. |
6667

6768

6869
1. Select **Next: Actions** then select **+ Create action group**.
6970

7071
### Create action group
7172

7273
1. In the **Create action group** page, enter the following information, then select **Next: Notifications**.
73-
:::image type="content" source="./media/ddos-alerts/ddos-protection-alert-action-group-basics.png" alt-text="Screenshot of adding DDoS Protection attack alert action group basics." lightbox="./media/ddos-alerts/ddos-protection-alert-action-group-basics.png":::
74+
75+
:::image type="content" source="./media/ddos-alerts/ddos-protection-alert-action-group-basics.png" alt-text="Screenshot of adding DDoS Protection attack alert action group basics." lightbox="./media/ddos-alerts/ddos-protection-alert-action-group-basics.png":::
7476

7577
| Setting | Value |
7678
|--|--|
7779
| Subscription | Select your Azure subscription that contains the public IP address you want to log. |
7880
| Resource Group | Select your Resource group. |
79-
| Region | Leave as default. |
80-
| Action Group | Enter **myDDoSAlertsActionGroup**. |
81-
| Display name | Enter **myDDoSAlerts**. |
81+
| Region | Choose these locations for the broadest set of Azure products and long-term capacity growth. |
82+
| Action Group | Provide an action group name that is unique within the resource group. For this example, enter **myDDoSAlertsActionGroup**. |
83+
| Display name | This display name will be shown as the action group name in email and SMS notifications. For this example, enter **myDDoSAlerts**. |
8284

8385

84-
1. On the *Notifications* tab, under *Notification type*, select **Email/SMS message/Push/Voice**. Under *Name*, enter **myUnderAttackEmailAlert**.
86+
1. On the *Notifications* tab, under *Notification type*, select the notification type you wish to use. For this example we will select **Email/SMS message/Push/Voice**. In the *Name* tab, enter **myUnderAttackEmailAlert**.
8587

8688
:::image type="content" source="./media/ddos-alerts/ddos-protection-alert-action-group-notification.png" alt-text="Screenshot of adding DDoS Protection attack alert notification type." lightbox="./media/ddos-alerts/ddos-protection-alert-action-group-notification.png":::
8789

88-
8990
1. On the *Email/SMS message/Push/Voice* page, select the **Email** check box, then enter the required email. Select **OK**.
9091

9192
:::image type="content" source="./media/ddos-alerts/ddos-protection-alert-notification.png" alt-text="Screenshot of adding DDoS Protection attack alert notification page." lightbox="./media/ddos-alerts/ddos-protection-alert-notification.png":::
9293

9394
1. Select **Review + create** and then select **Create**.
95+
96+
> [!NOTE]
97+
> Review the [Action groups](../azure-monitor/alerts/action-groups.md) documentation for more information on creating action groups.
98+
9499
### Continue configuring alerts through portal
95100

96101
1. Select **Next: Details**.
@@ -108,7 +113,7 @@ You can select any of the available Azure DDoS Protection metrics to alert you w
108113

109114
Within a few minutes of attack detection, you should receive an email from Azure Monitor metrics that looks similar to the following picture:
110115

111-
:::image type="content" source="./media/ddos-alerts/ddos-alert.png" alt-text="Screenshot of a DDoS Attack Alert." lightbox="./media/ddos-alerts/ddos-alert.png":::
116+
:::image type="content" source="./media/ddos-alerts/ddos-alert.png" alt-text="Screenshot of a DDoS attack Alert after a DDoS attack." lightbox="./media/ddos-alerts/ddos-alert.png":::
112117

113118
You can also learn more about [configuring webhooks](../azure-monitor/alerts/alerts-webhooks.md?toc=%2fazure%2fvirtual-network%2ftoc.json) and [logic apps](../logic-apps/logic-apps-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json) for creating alerts.
114119

@@ -117,14 +122,16 @@ You can keep your resources for the next tutorial. If no longer needed, delete t
117122

118123
1. In the search box at the top of the portal, enter **Alerts**. Select **Alerts** in the search results.
119124

120-
:::image type="content" source="./media/ddos-alerts/ddos-protection-alert-rule.png" alt-text="Screenshot of Alerts page." lightbox="./media/ddos-alerts/ddos-protection-alert-rule.png":::
125+
:::image type="content" source="./media/ddos-alerts/ddos-protection-alert-rule.png" alt-text="Screenshot of Alerts page within Azure for DDoS Protection." lightbox="./media/ddos-alerts/ddos-protection-alert-rule.png":::
121126

122127
1. Select **Alert rules**.
123128

124-
:::image type="content" source="./media/ddos-alerts/ddos-protection-delete-alert-rules.png" alt-text="Screenshot of Alert rules page." lightbox="./media/ddos-alerts/ddos-protection-delete-alert-rules.png":::
129+
:::image type="content" source="./media/ddos-alerts/ddos-protection-delete-alert-rules.png" alt-text="Screenshot of Alert rules page within Azure for DDoS Protection.." lightbox="./media/ddos-alerts/ddos-protection-delete-alert-rules.png":::
125130

126131
1. In the Alert rules page, select your subscription.
132+
127133
1. Select the alerts created in this tutorial, then select **Delete**.
134+
128135
## Next steps
129136

130137
In this tutorial you learned how to configure metric alerts through Azure portal.

articles/ddos-protection/ddos-configure-log-analytics-workspace.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
2-
title: 'Configure Azure DDoS Protection Log Analytics workspace'
2+
title: 'Tutorial: Configure Azure DDoS Protection Log Analytics workspace'
33
description: Learn how to configure Log Analytics workspace for Azure DDoS Protection.
44
services: ddos-protection
55
author: AbdullahBell
66
ms.service: ddos-protection
77
ms.topic: tutorial
8-
ms.date: 08/07/2023
8+
ms.date: 07/17/2024
99
ms.author: abell
1010
---
1111

12-
# Configure Azure DDoS Protection Log Analytics workspace
13-
14-
In order to use diagnostic logging, you'll first need a Log Analytics workspace with diagnostic settings enabled.
12+
# Tutorial: Configure Azure DDoS Protection Log Analytics workspace
1513

1614
In this tutorial, you learn how to:
1715

1816
> [!div class="checklist"]
1917
> * Configure a Log Analytics workspace for DDoS Protection.
2018
19+
In order to use diagnostic logging, you'll first need a Log Analytics workspace with diagnostic settings enabled.
20+
2121
## Prerequisites
2222

2323
- If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
@@ -48,7 +48,8 @@ In this tutorial, you learn how to:
4848
:::image type="content" source="./media/ddos-log-analytics-workspace/ddos-protection-log-analytics-workspace-settings.png" alt-text="Screenshot of locating log analytics workspace diagnostic setting.":::
4949

5050
1. On the *Diagnostic setting* page, under *Destination details*, select **Send to Log Analytics workspace**, then enter the following information.
51-
:::image type="content" source="./media/ddos-log-analytics-workspace/ddos-protection-diagnostic-settings.png" alt-text="Screenshot of log analytics workspace diagnostic setting.":::
51+
52+
:::image type="content" source="./media/ddos-log-analytics-workspace/ddos-protection-diagnostic-settings.png" alt-text="Screenshot of log analytics workspace diagnostic setting.":::
5253

5354
| Setting | Value |
5455
|--|--|

articles/ddos-protection/ddos-diagnostic-alert-templates.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
11
---
2-
title: 'Configure Azure DDoS Protection diagnostic logging alerts'
2+
title: 'Tutorial: Configure Azure DDoS Protection diagnostic logging alerts'
33
description: Learn how to configure DDoS protection diagnostic alerts for Azure DDoS Protection.
44
services: ddos-protection
55
author: AbdullahBell
66
ms.service: ddos-protection
77
ms.topic: tutorial
8-
ms.date: 08/07/2023
8+
ms.date: 07/17/2024
99
ms.author: abell
1010
---
1111

12-
# Configure Azure DDoS Protection diagnostic logging alerts
13-
14-
DDoS Protection diagnostic logging alerts provide visibility into DDoS attacks and mitigation actions. You can configure alerts for all DDoS protected public IP addresses that you have enabled diagnostic logging on.
12+
# Tutorial: Configure Azure DDoS Protection diagnostic logging alerts
1513

1614
In this tutorial, you learn how to:
1715

1816
> [!div class="checklist"]
1917
> * Configure diagnostic logging alerts through Azure Monitor and Logic App.
18+
19+
DDoS Protection diagnostic logging alerts provide visibility into DDoS attacks and mitigation actions. You can configure alerts for all DDoS protected public IP addresses that you have enabled diagnostic logging on.
20+
2021
## Prerequisites
2122

2223
- If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2324
- [DDoS Network Protection](manage-ddos-protection.md) must be enabled on a virtual network or [DDoS IP Protection](manage-ddos-protection-powershell-ip.md) must be enabled on a public IP address.
2425
- In order to use diagnostic logging, you must first create a [Log Analytics workspace with diagnostic settings enabled](ddos-configure-log-analytics-workspace.md).
25-
- DDoS Protection monitors public IP addresses assigned to resources within a virtual network. If you don't have any resources with public IP addresses in the virtual network, you must first create a resource with a public IP address. You can monitor the public IP address of all resources deployed through Resource Manager (not classic) listed in [Virtual network for Azure services](../virtual-network/virtual-network-for-azure-services.md#services-that-can-be-deployed-into-a-virtual-network) (including Azure Load Balancers where the backend virtual machines are in the virtual network), except for Azure App Service Environments. To continue with this guide, you can quickly create a [Windows](../virtual-machines/windows/quick-create-portal.md?toc=%2fazure%2fvirtual-network%2ftoc.json) or [Linux](../virtual-machines/linux/quick-create-portal.md?toc=%2fazure%2fvirtual-network%2ftoc.json) virtual machine.
26+
- DDoS Protection monitors public IP addresses assigned to resources within a virtual network. If you don't have any resources with public IP addresses in the virtual network, you must first create a resource with a public IP address.
2627

2728
## Configure diagnostic logging alerts through Azure Monitor
2829

articles/ddos-protection/ddos-pricing-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: ddos-protection
55
author: AbdullahBell
66
ms.service: ddos-protection
77
ms.topic: conceptual
8-
ms.date: 07/19/2023
8+
ms.date: 07/17/2024
99
ms.author: abell
1010
---
1111

articles/ddos-protection/ddos-protection-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: ddos-protection
55
author: AbdullahBell
66
ms.service: ddos-protection
77
ms.topic: conceptual
8-
ms.date: 11/06/2023
8+
ms.date: 07/17/2024
99
ms.author: abell
1010
---
1111
# Azure DDoS Protection features

articles/ddos-protection/ddos-protection-reference-architectures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: ddos-protection
55
author: AbdullahBell
66
ms.service: ddos-protection
77
ms.topic: conceptual
8-
ms.date: 03/27/2024
8+
ms.date: 07/17/2024
99
ms.author: abell
1010
ms.custom: fasttrack-edit, linux-related-content
1111
---

articles/ddos-protection/ddos-protection-sku-comparison.md

Lines changed: 1 addition & 1 deletion
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: conceptual
8-
ms.date: 03/27/2024
8+
ms.date: 07/17/2024
99
ms.custom: template-concept
1010
---
1111

articles/ddos-protection/ddos-rapid-response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: ddos-protection
55
author: AbdullahBell
66
ms.service: ddos-protection
77
ms.topic: how-to
8-
ms.date: 11/06/2023
8+
ms.date: 07/17/2024
99
ms.author: abell
1010
---
1111
# Azure DDoS Rapid Response

articles/ddos-protection/ddos-response-strategy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: ddos-protection
55
author: AbdullahBell
66
ms.service: ddos-protection
77
ms.topic: conceptual
8-
ms.date: 06/01/2023
8+
ms.date: 07/17/2024
99
ms.author: abell
1010
---
1111

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: abell
55
ms.author: abell
66
ms.service: ddos-protection
77
ms.topic: how-to
8-
ms.date: 06/21/2023
8+
ms.date: 07/17/2024
99
ms.custom: template-how-to-pattern
1010
---
1111

0 commit comments

Comments
 (0)