Skip to content

Commit d1e7e64

Browse files
authored
Merge pull request #276604 from AbdullahBell/ddos-diagram-update1
DDoS Protection: Update: Add lightbox to all diagrams
2 parents ac14bc5 + cab3f4f commit d1e7e64

12 files changed

+40
-36
lines changed

articles/ddos-protection/ddos-protection-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Distributed denial of service (DDoS) attacks are some of the largest availabilit
1616

1717
Azure DDoS Protection, combined with application design best practices, provides enhanced DDoS mitigation features to defend against DDoS attacks. It's automatically tuned to help protect your specific Azure resources in a virtual network. Protection is simple to enable on any new or existing virtual network, and it requires no application or resource changes.
1818

19-
:::image type="content" source="./media/ddos-best-practices/ddos-protection-overview-architecture.png" alt-text="Diagram of the reference architecture for an Azure DDoS protected PaaS web application.":::
19+
:::image type="content" source="./media/ddos-best-practices/ddos-protection-overview-architecture.png" alt-text="Diagram of the reference architecture for an Azure DDoS protected PaaS web application." lightbox="./media/ddos-best-practices/ddos-protection-overview-architecture.png":::
2020

2121
Azure DDoS Protection protects at layer 3 and layer 4 network layers. For web applications protection at layer 7, you need to add protection at the application layer using a WAF offering. For more information, see [Application DDoS protection](../web-application-firewall/shared/application-ddos-protection.md).
2222

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Create and configure Azure DDoS IP Protection using Azure CLI'
2+
title: 'QuickStart: Create and configure Azure DDoS IP Protection using Azure CLI'
33
description: Learn how to create Azure DDoS IP Protection using Azure CLI
44
author: AbdullahBell
55
ms.author: abell
@@ -14,7 +14,7 @@ ms.custom: template-quickstart, devx-track-azurecli
1414
Get started with Azure DDoS IP Protection by using Azure CLI.
1515
In this QuickStart, you'll enable DDoS IP protection and link it to a public IP address.
1616

17-
:::image type="content" source="./media/manage-ddos-ip-protection-portal/ddos-ip-protection-diagram.png" alt-text="Diagram of DDoS IP Protection protecting the Public IP address.":::
17+
:::image type="content" source="./media/manage-ddos-ip-protection-portal/ddos-ip-protection-diagram.png" alt-text="Diagram of DDoS IP Protection protecting the Public IP address." lightbox="./media/manage-ddos-ip-protection-portal/ddos-ip-protection-diagram.png":::
1818

1919
## Prerequisites
2020

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Create and configure Azure DDoS IP Protection - Azure portal'
2+
title: 'QuickStart: Create and configure Azure DDoS IP Protection - Azure portal'
33
description: Learn how to use Azure DDoS IP Protection to mitigate an attack.
44
author: AbdullahBell
55
ms.author: abell
@@ -9,12 +9,12 @@ ms.date: 03/01/2024
99
ms.custom: template-quickstart
1010
---
1111

12-
# Quickstart: Create and configure Azure DDoS IP Protection using Azure portal
12+
# QuickStart: Create and configure Azure DDoS IP Protection using Azure portal
1313

1414
Get started with Azure DDoS IP Protection by using the Azure portal.
1515
In this quickstart, you'll enable DDoS IP protection and link it to a public IP address.
1616

17-
:::image type="content" source="./media/manage-ddos-ip-protection-portal/ddos-ip-protection-diagram.png" alt-text="Diagram of DDoS IP Protection protecting the Public IP address.":::
17+
:::image type="content" source="./media/manage-ddos-ip-protection-portal/ddos-ip-protection-diagram.png" alt-text="Diagram of DDoS IP Protection protecting the Public IP address." lightbox="./media/manage-ddos-ip-protection-portal/ddos-ip-protection-diagram.png":::
1818

1919
## Prerequisites
2020

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Create and configure Azure DDoS IP Protection - ARM template'
2+
title: 'QuickStart: Create and configure Azure DDoS IP Protection - ARM template'
33
description: Learn how to create and enable Azure DDoS IP Protection using an Azure Resource Manager template (ARM template).
44
services: ddos-protection
55
author: AbdullahBell
@@ -10,9 +10,11 @@ ms.author: abell
1010
ms.date: 03/18/2024
1111
---
1212

13-
# Quickstart: Create and configure Azure DDoS IP Protection using ARM template
13+
# QuickStart: Create and configure Azure DDoS IP Protection using ARM template
1414

15-
This quickstart describes how to use an Azure Resource Manager template (ARM template) to create an IP address, then enable distributed denial of service (DDoS) IP Protection. Azure DDoS IP Protection is a pay-per-protected IP model that contains the same core engineering features as DDoS Network Protection.
15+
In this QuickStart, you'll learn how to use an Azure Resource Manager template (ARM template) to create an IP address, then enable distributed denial of service (DDoS) IP Protection. Azure DDoS IP Protection is a pay-per-protected IP model that contains the same core engineering features as DDoS Network Protection.
16+
17+
:::image type="content" source="./media/manage-ddos-ip-protection-portal/ddos-ip-protection-diagram.png" alt-text="Diagram of DDoS IP Protection protecting the Public IP address." lightbox="./media/manage-ddos-ip-protection-portal/ddos-ip-protection-diagram.png":::
1618

1719
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
1820

articles/ddos-protection/manage-ddos-protection-bicep.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Create and configure Azure DDoS Network Protection - Bicep'
2+
title: 'QuickStart: Create and configure Azure DDoS Network Protection - Bicep'
33
description: Learn how to create and enable an Azure DDoS Protection plan using Bicep.
44
services: ddos-protection
55
author: AbdullahBell
@@ -10,9 +10,11 @@ ms.author: abell
1010
ms.date: 02/14/2024
1111
---
1212

13-
# Quickstart: Create and configure Azure DDoS Network Protection using Bicep
13+
# QuickStart: Create and configure Azure DDoS Network Protection using Bicep
1414

15-
This quickstart describes how to use Bicep to create a distributed denial of service (DDoS) protection plan and virtual network (VNet), then enable the protection plan for the VNet. An Azure DDoS Network Protection plan defines a set of virtual networks that have DDoS protection enabled across subscriptions. You can configure one DDoS protection plan for your organization and link virtual networks from multiple subscriptions to the same plan.
15+
This QuickStart describes how to use Bicep to create a distributed denial of service (DDoS) protection plan and virtual network (VNet), then enable the protection plan for the VNet. An Azure DDoS Network Protection plan defines a set of virtual networks that have DDoS protection enabled across subscriptions. You can configure one DDoS protection plan for your organization and link virtual networks from multiple subscriptions to the same plan.
16+
17+
:::image type="content" source="./media/manage-ddos-protection/ddos-network-protection-diagram-simple.png" alt-text="Diagram of DDoS Network Protection." lightbox="./media/manage-ddos-protection/ddos-network-protection-diagram-simple.png":::
1618

1719
[!INCLUDE [About Bicep](../../includes/resource-manager-quickstart-bicep-introduction.md)]
1820

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: 'Quickstart: Create and configure an Azure DDoS Network Protection plan - Azure CLI'
2+
title: 'QuickStart: Create and configure an Azure DDoS Network Protection plan - Azure CLI'
33
description: Learn how to create a DDoS Protection Plan using Azure CLI
44
services: ddos-protection
55
author: AbdullahBell
66
ms.service: ddos-protection
77
ms.topic: quickstart
88
ms.custom: devx-track-azurecli
9-
ms.date: 05/23/2023
9+
ms.date: 05/29/2024
1010
ms.author: abell
1111
---
1212
# QuickStart: Create and configure Azure DDoS Network Protection using Azure CLI
@@ -17,7 +17,7 @@ A DDoS protection plan defines a set of virtual networks that have DDoS Network
1717

1818
In this QuickStart, you'll create a DDoS protection plan and link it to a virtual network.
1919

20-
:::image type="content" source="./media/manage-ddos-protection/ddos-network-protection-diagram-simple.png" alt-text="Diagram of DDoS Network Protection.":::
20+
:::image type="content" source="./media/manage-ddos-protection/ddos-network-protection-diagram-simple.png" alt-text="Diagram of DDoS Network Protection." lightbox="./media/manage-ddos-protection/ddos-network-protection-diagram-simple.png":::
2121

2222
## Prerequisites
2323

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Create and configure Azure DDoS IP Protection - PowerShell'
2+
title: 'QuickStart: Create and configure Azure DDoS IP Protection - PowerShell'
33
description: Learn how to create Azure DDoS IP Protection using PowerShell
44
author: AbdullahBell
55
ms.author: abell
@@ -14,7 +14,7 @@ ms.custom: template-quickstart, devx-track-azurepowershell
1414
Get started with Azure DDoS IP Protection by using Azure PowerShell.
1515
In this QuickStart, you'll enable DDoS IP protection and link it to a public IP address utilizing PowerShell.
1616

17-
:::image type="content" source="./media/manage-ddos-ip-protection-portal/ddos-ip-protection-diagram.png" alt-text="Diagram of DDoS IP Protection protecting the Public IP address.":::
17+
:::image type="content" source="./media/manage-ddos-ip-protection-portal/ddos-ip-protection-diagram.png" alt-text="Diagram of DDoS IP Protection protecting the Public IP address." lightbox="./media/manage-ddos-ip-protection-portal/ddos-ip-protection-diagram.png":::
1818

1919
## Prerequisites
2020

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: 'Quickstart: Create and configure Azure DDoS Network Protection - Azure PowerShell'
2+
title: 'QuickStart: Create and configure Azure DDoS Network Protection - Azure PowerShell'
33
description: Learn how to create a DDoS Protection Plan using Azure PowerShell
44
services: ddos-protection
55
author: AbdullahBell
66
ms.service: ddos-protection
77
ms.topic: quickstart
8-
ms.date: 05/23/2023
8+
ms.date: 05/29/2024
99
ms.author: abell
1010
ms.custom: devx-track-azurepowershell, mode-api
1111
---
@@ -17,7 +17,7 @@ A DDoS protection plan defines a set of virtual networks that have DDoS Network
1717

1818
In this QuickStart, you'll create a DDoS protection plan and link it to a virtual network.
1919

20-
:::image type="content" source="./media/manage-ddos-protection/ddos-network-protection-diagram-simple.png" alt-text="Diagram of DDoS Network Protection.":::
20+
:::image type="content" source="./media/manage-ddos-protection/ddos-network-protection-diagram-simple.png" alt-text="Diagram of DDoS Network Protection." lightbox="./media/manage-ddos-protection/ddos-network-protection-diagram-simple.png":::
2121

2222
## Prerequisites
2323

articles/ddos-protection/manage-ddos-protection-template.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
---
2-
title: 'Quickstart: Create and configure Azure DDoS Network Protection - ARM template'
2+
title: 'QuickStart: Create and configure Azure DDoS Network Protection - ARM template'
33
description: Learn how to create and enable an Azure DDoS Protection plan using an Azure Resource Manager template (ARM template).
44
services: ddos-protection
55
author: AbdullahBell
66
ms.service: ddos-protection
77
ms.topic: quickstart
88
ms.custom: subject-armqs, mode-arm, devx-track-arm-template
99
ms.author: abell
10-
ms.date: 11/06/2023
10+
ms.date: 05/29/2024
1111
---
1212

13-
# Quickstart: Create and configure Azure DDoS Network Protection using ARM template
13+
# QuickStart: Create and configure Azure DDoS Network Protection using ARM template
1414

15-
This quickstart describes how to use an Azure Resource Manager template (ARM template) to create a distributed denial of service (DDoS) protection plan and virtual network (VNet), then enables the protection plan for the VNet. An Azure DDoS Network Protection plan defines a set of virtual networks that have DDoS protection enabled across subscriptions. You can configure one DDoS protection plan for your organization and link virtual networks from multiple subscriptions to the same plan.
15+
This QuickStart describes how to use an Azure Resource Manager template (ARM template) to create a distributed denial of service (DDoS) protection plan and virtual network (VNet), then enables the protection plan for the VNet. An Azure DDoS Network Protection plan defines a set of virtual networks that have DDoS protection enabled across subscriptions. You can configure one DDoS protection plan for your organization and link virtual networks from multiple subscriptions to the same plan.
16+
17+
:::image type="content" source="./media/manage-ddos-protection/ddos-network-protection-diagram-simple.png" alt-text="Diagram of DDoS Network Protection." lightbox="./media/manage-ddos-protection/ddos-network-protection-diagram-simple.png":::
1618

1719
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
1820

articles/ddos-protection/manage-ddos-protection-terraform.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Create and configure Azure DDoS Network Protection using Terraform'
2+
title: 'QuickStart: Create and configure Azure DDoS Network Protection using Terraform'
33
description: In this article, you create and configure Azure DDoS Network Protection using Terraform
44
author: TomArcherMsft
55
ms.service: ddos-protection
@@ -12,9 +12,11 @@ content_well_notification:
1212
ai-usage: ai-assisted
1313
---
1414

15-
# Quickstart: Create and configure Azure DDoS Network Protection using Terraform
15+
# QuickStart: Create and configure Azure DDoS Network Protection using Terraform
1616

17-
This quickstart describes how to use Terraform to create and enable a [distributed denial of service (DDoS) protection plan](ddos-protection-overview.md) and [Azure virtual network (VNet)](/azure/virtual-network/virtual-networks-overview). An Azure DDoS Network Protection plan defines a set of virtual networks that have DDoS protection enabled across subscriptions. You can configure one DDoS protection plan for your organization and link virtual networks from multiple subscriptions to the same plan.
17+
This QuickStart describes how to use Terraform to create and enable a [distributed denial of service (DDoS) protection plan](ddos-protection-overview.md) and [Azure virtual network (VNet)](/azure/virtual-network/virtual-networks-overview). An Azure DDoS Network Protection plan defines a set of virtual networks that have DDoS protection enabled across subscriptions. You can configure one DDoS protection plan for your organization and link virtual networks from multiple subscriptions to the same plan.
18+
19+
:::image type="content" source="./media/manage-ddos-protection/ddos-network-protection-diagram-simple.png" alt-text="Diagram of DDoS Network Protection." lightbox="./media/manage-ddos-protection/ddos-network-protection-diagram-simple.png":::
1820

1921
[!INCLUDE [Terraform abstract](~/azure-dev-docs-pr/articles/terraform/includes/abstract.md)]
2022

0 commit comments

Comments
 (0)