Skip to content

Commit e02c51b

Browse files
committed
fix note,title,and file name.
1 parent 50bea15 commit e02c51b

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

.openpublishing.redirection.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29954,6 +29954,11 @@
2995429954
"source_path": "articles/dotnet-develop-multitenant-applications.md",
2995529955
"redirect_URL": "/azure/architecture/guide/multitenant/overview",
2995629956
"redirect_document_id": false
29957-
}
29957+
},
29958+
{
29959+
"source_path": "articles/load-balancer/protect-load-balancer-with-ddos-standard.md",
29960+
"redirect_URL": "/azure/load-balancer/tutorial-protect-load-balancer",
29961+
"redirect_document_id": false
29962+
}
2995829963
]
2995929964
}

articles/application-gateway/tutorial-protect-application-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: template tutorial
1616
This article helps you create an Azure Application Gateway with a DDoS protected virtual network. Azure DDoS Protection Standard enables enhanced DDoS mitigation capabilities such as adaptive tuning, attack alert notifications, and monitoring to protect your application gateways from large scale DDoS attacks.
1717

1818
> [!IMPORTANT]
19-
> Azure DDoS protection Standard incurs a cost per public IP address in the virtual network where you enable the service. Ensure you delete the resources in this tutorial if you aren't using the resources in the future. For information about pricing, see [Azure DDoS Protection Pricing](https://azure.microsoft.com/pricing/details/ddos-protection/). For more information about Azure DDoS protection, see [What is Azure DDoS Protection?](../ddos-protection/ddos-protection-overview.md).
19+
> Azure DDoS protection Standard incurs a cost per public IP address in the virtual network where you enable the service. Azure DDOS Network protection has a fixed cost of $3K/month for an entire tenant in which the DDOS Protection Plan is created. Overages charges only apply if more than 100 public IPs are protected in the tenant. Ensure you delete the resources in this tutorial if you aren't using the resources in the future. For information about pricing, see [Azure DDoS Protection Pricing](https://azure.microsoft.com/pricing/details/ddos-protection/). For more information about Azure DDoS protection, see [What is Azure DDoS Protection?](../ddos-protection/ddos-protection-overview.md).
2020
2121
In this tutorial, you learn how to:
2222

articles/load-balancer/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
- name: Create a public load balancer with an IP-based backend - Portal
7878
href: tutorial-load-balancer-ip-backend-portal.md
7979
- name: Deploy public load balancer with DDoS protection
80-
href: protect-load-balancer-with-ddos-standard.md
80+
href: tutorial-protect-load-balancer.md
8181
- name: Samples
8282
items:
8383
- name: Azure CLI

articles/load-balancer/protect-load-balancer-with-ddos-standard.md renamed to articles/load-balancer/tutorial-protect-load-balancer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Tutorial: Deploy public load balancer with Azure DDoS Protection Standard"
2+
title: "Tutorial: Protect your public load balancer with Azure DDoS Protection Standard"
33
titleSuffix: Azure Load Balancer
44
description: Learn how to set up a public load balancer and protect it with Azure DDoS protection.
55
author: duongau
@@ -9,12 +9,12 @@ ms.date: 12/21/2022
99
ms.author: duau
1010
---
1111

12-
# Tutorial: Deploy public load balancer with Azure DDoS Protection Standard
12+
# Tutorial: Protect your public load balancer with Azure DDoS Protection Standard
1313

1414
Azure DDoS Protection Standard enables enhanced DDoS mitigation capabilities such as adaptive tuning, attack alert notifications, and monitoring to protect your public load balancers from large scale DDoS attacks.
1515

1616
> [!IMPORTANT]
17-
> Azure DDoS protection Standard incurs a cost per public IP address in the virtual network where you enable the service. Ensure you delete the resources in this tutorial if you aren't using the resources in the future. For information about pricing, see [Azure DDoS Protection Pricing](https://azure.microsoft.com/pricing/details/ddos-protection/). For more information about Azure DDoS protection, see [What is Azure DDoS Protection?](../ddos-protection/ddos-protection-overview.md).
17+
> Azure DDoS protection Standard incurs a cost per public IP address in the virtual network where you enable the service. Azure DDOS Network protection has a fixed cost of $3K/month for an entire tenant in which the DDOS Protection Plan is created. Overages charges only apply if more than 100 public IPs are protected in the tenant. Ensure you delete the resources in this tutorial if you aren't using the resources in the future. For information about pricing, see [Azure DDoS Protection Pricing](https://azure.microsoft.com/pricing/details/ddos-protection/). For more information about Azure DDoS protection, see [What is Azure DDoS Protection?](../ddos-protection/ddos-protection-overview.md).
1818
1919
In this tutorial, you learn how to:
2020

0 commit comments

Comments
 (0)