Skip to content

Commit b5977a7

Browse files
authored
Merge pull request #247545 from AbdullahBell/ddos-convert-alerts
DDoS Protection: Update: Configure Azure DDoS Protection metric alerts through portal
2 parents 0dc581b + 3f74881 commit b5977a7

17 files changed

+30
-21
lines changed

articles/ddos-protection/alerts.md

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,20 @@ description: Learn how to configure DDoS protection metric alerts for Azure DDoS
44
services: ddos-protection
55
author: AbdullahBell
66
ms.service: ddos-protection
7-
ms.topic: how-to
7+
ms.topic: tutorial
88
ms.custom: ignite-2022
99
ms.workload: infrastructure-services
10-
ms.date: 01/30/2023
10+
ms.date: 08/07/2023
1111
ms.author: abell
1212
---
1313
# Configure Azure DDoS Protection metric alerts through portal
1414

15-
Azure DDoS Protection provides detailed attack insights and visualization with DDoS Attack Analytics. Customers protecting their virtual networks against DDoS attacks have detailed visibility into attack traffic and actions taken to mitigate the attack via attack mitigation reports & mitigation flow logs. Rich telemetry is exposed via Azure Monitor including detailed metrics during the duration of a DDoS attack. Alerting can be configured for any of the Azure Monitor metrics exposed by DDoS Protection. Logging can be further integrated with [Microsoft Sentinel](../sentinel/data-connectors/azure-ddos-protection.md), Splunk (Azure Event Hubs), OMS Log Analytics, and Azure Storage for advanced analysis via the Azure Monitor Diagnostics interface.
15+
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.
1616

17-
In this article, you'll learn how to configure metrics alerts through Azure Monitor.
17+
In this tutorial, you learn how to:
18+
19+
> [!div class="checklist"]
20+
> * Configure metrics alerts through Azure Monitor.
1821
1922

2023
## Prerequisites
@@ -33,11 +36,11 @@ You can select any of the available Azure DDoS Protection metrics to alert you w
3336

3437
1. Select **+ Create** on the navigation bar, then select **Alert rule**.
3538

36-
:::image type="content" source="./media/manage-ddos-protection/ddos-protection-alert-page.png" alt-text="Screenshot of creating Alerts.":::
39+
:::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":::
3740

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

40-
:::image type="content" source="./media/manage-ddos-protection/ddos-protection-alert-scope.png" alt-text="Screenshot of selecting DDoS Protection attack alert scope.":::
43+
:::image type="content" source="./media/ddos-alerts/ddos-protection-alert-scope.png" alt-text="Screenshot of selecting DDoS Protection attack alert scope." lightbox="./media/ddos-alerts/ddos-protection-alert-scope.png":::
4144

4245

4346
| Setting | Value |
@@ -49,10 +52,10 @@ You can select any of the available Azure DDoS Protection metrics to alert you w
4952
1. Select **Done**, then select **Next: Condition**.
5053
1. On the **Condition** page, select **+ Add Condition**, then in the *Search by signal name* search box, search and select **Under DDoS attack or not**.
5154

52-
:::image type="content" source="./media/manage-ddos-protection/ddos-protection-alert-add-condition.png" alt-text="Screenshot of adding DDoS Protection attack alert condition.":::
55+
:::image type="content" source="./media/ddos-alerts/ddos-protection-alert-add-condition.png" alt-text="Screenshot of adding DDoS Protection attack alert condition." lightbox="./media/ddos-alerts/ddos-protection-alert-add-condition.png":::
5356

5457
1. In the **Create an alert rule** page, enter or select the following information.
55-
:::image type="content" source="./media/manage-ddos-protection/ddos-protection-alert-signal.png" alt-text="Screenshot of adding DDoS Protection attack alert signal.":::
58+
:::image type="content" source="./media/ddos-alerts/ddos-protection-alert-signal.png" alt-text="Screenshot of adding DDoS Protection attack alert signal." lightbox="./media/ddos-alerts/ddos-protection-alert-signal.png":::
5659

5760
| Setting | Value |
5861
|--|--|
@@ -69,7 +72,7 @@ You can select any of the available Azure DDoS Protection metrics to alert you w
6972
### Create action group
7073

7174
1. In the **Create action group** page, enter the following information, then select **Next: Notifications**.
72-
:::image type="content" source="./media/manage-ddos-protection/ddos-protection-alert-action-group-basics.png" alt-text="Screenshot of adding DDoS Protection attack alert action group basics.":::
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":::
7376

7477
| Setting | Value |
7578
|--|--|
@@ -82,19 +85,19 @@ You can select any of the available Azure DDoS Protection metrics to alert you w
8285

8386
1. On the *Notifications* tab, under *Notification type*, select **Email/SMS message/Push/Voice**. Under *Name*, enter **myUnderAttackEmailAlert**.
8487

85-
:::image type="content" source="./media/manage-ddos-protection/ddos-protection-alert-action-group-notification.png" alt-text="Screenshot of adding DDoS Protection attack alert notification type.":::
88+
:::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":::
8689

8790

8891
1. On the *Email/SMS message/Push/Voice* page, select the **Email** check box, then enter the required email. Select **OK**.
8992

90-
:::image type="content" source="./media/manage-ddos-protection/ddos-protection-alert-notification.png" alt-text="Screenshot of adding DDoS Protection attack alert notification page.":::
93+
:::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":::
9194

9295
1. Select **Review + create** and then select **Create**.
9396
### Continue configuring alerts through portal
9497

9598
1. Select **Next: Details**.
9699

97-
:::image type="content" source="./media/manage-ddos-protection/ddos-protection-alert-details.png" alt-text="Screenshot of adding DDoS Protection attack alert details page.":::
100+
:::image type="content" source="./media/ddos-alerts/ddos-protection-alert-details.png" alt-text="Screenshot of adding DDoS Protection attack alert details page." lightbox="./media/ddos-alerts/ddos-protection-alert-details.png":::
98101

99102
1. On the *Details* tab, under *Alert rule details*, enter the following information.
100103

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

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

110-
:::image type="content" source="./media/manage-ddos-protection/ddos-alert.png" alt-text="Screenshot of a DDoS Attack Alert.":::
113+
:::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":::
111114

112115
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.
113116

@@ -116,15 +119,21 @@ You can keep your resources for the next tutorial. If no longer needed, delete t
116119

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

119-
:::image type="content" source="./media/manage-ddos-protection/ddos-protection-alert-rule.png" alt-text="Screenshot of Alerts page.":::
122+
:::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":::
120123

121124
1. Select **Alert rules**.
122125

123-
:::image type="content" source="./media/manage-ddos-protection/ddos-protection-delete-alert-rules.png" alt-text="Screenshot of Alert rules page.":::
126+
:::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":::
124127

125128
1. In the Alert rules page, select your subscription.
126129
1. Select the alerts created in this tutorial, then select **Delete**.
127130
## Next steps
128131

129-
* [Test through simulations](test-through-simulations.md)
130-
* [View alerts in Microsoft Defender for Cloud](ddos-view-alerts-defender-for-cloud.md)
132+
In this tutorial you learned how to configure metric alerts through Azure portal.
133+
134+
To configure diagnostic logging, continue to the next tutorial.
135+
136+
> [!div class="nextstepaction"]
137+
> [Configure diagnostic logging](diagnostic-logging.md)
138+
> [Test through simulations](test-through-simulations.md)
139+
> [View alerts in Microsoft Defender for Cloud](ddos-view-alerts-defender-for-cloud.md)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The Azure Monitor alert rule template will run a query against the diagnostic lo
3939
[![Deploy to Azure](../media/template-deployments/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAzure-Network-Security%2Fmaster%2FAzure%2520DDoS%2520Protection%2FAlert%2520-%2520DDOS%2520Mitigation%2520started%2520azure%2520monitor%2520alert%2FDDoSMitigationStarted.json)
4040

4141
1. On the *Custom deployment* page, under *Project details*, enter the following information.
42-
:::image type="content" source="./media/manage-ddos-protection/ddos-deploy-alert.png" alt-text="Screenshot of Azure Monitor alert rule template.":::
42+
:::image type="content" source="./media/ddos-diagnostic-alert-templates/ddos-deploy-alert.png" alt-text="Screenshot of Azure Monitor alert rule template." lightbox="./media/ddos-diagnostic-alert-templates/ddos-deploy-alert.png":::
4343

4444
| Setting | Value |
4545
|--|--|
@@ -65,7 +65,7 @@ This DDoS Mitigation Alert Enrichment template deploys the necessary components
6565
[![Deploy to Azure](../media/template-deployments/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAzure-Network-Security%2Fmaster%2FAzure%2520DDoS%2520Protection%2FAutomation%2520-%2520DDoS%2520Mitigation%2520Alert%2520Enrichment%2FEnrich-DDoSAlert.json)
6666

6767
1. On the *Custom deployment* page, under *Project details*, enter the following information.
68-
:::image type="content" source="./media/manage-ddos-protection/ddos-deploy-alert-logic-app.png" alt-text="Screenshot of DDoS Mitigation Alert Enrichment template.":::
68+
:::image type="content" source="./media/ddos-diagnostic-alert-templates/ddos-deploy-alert-logic-app.png" alt-text="Screenshot of DDoS Mitigation Alert Enrichment template." lightbox="./media/ddos-diagnostic-alert-templates/ddos-deploy-alert-logic-app.png":::
6969

7070
| Setting | Value |
7171
|--|--|
@@ -84,11 +84,11 @@ You can keep your resources for the next guide. If no longer needed, delete the
8484

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

87-
:::image type="content" source="./media/manage-ddos-protection/ddos-protection-alert-rule.png" alt-text="Screenshot of Alerts page.":::
87+
:::image type="content" source="./media/ddos-diagnostic-alert-templates/ddos-protection-alert-rule.png" alt-text="Screenshot of Alerts page." lightbox="./media/ddos-diagnostic-alert-templates/ddos-protection-alert-rule.png":::
8888

8989
1. Select **Alert rules**, then in the Alert rules page, select your subscription.
9090

91-
:::image type="content" source="./media/manage-ddos-protection/ddos-protection-delete-alert-rules.png" alt-text="Screenshot of Alert rules page.":::
91+
:::image type="content" source="./media/ddos-diagnostic-alert-templates/ddos-protection-delete-alert-rules.png" alt-text="Screenshot of Alert rules page." lightbox="./media/ddos-diagnostic-alert-templates/ddos-protection-delete-alert-rules.png":::
9292

9393
1. Select the alerts created in this guide, then select **Delete**.
9494

0 commit comments

Comments
 (0)