Skip to content

Commit a50c8e9

Browse files
Merge pull request #108891 from vhorne/ag-covid-upd
update covid-inspired article
2 parents bd2ad57 + c3e79fb commit a50c8e9

File tree

4 files changed

+23
-14
lines changed

4 files changed

+23
-14
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7049,6 +7049,11 @@
70497049
"redirect_url": "/azure/app-service-mobile",
70507050
"redirect_document_id": false
70517051
},
7052+
{
7053+
"source_path": "articles/application-gateway/application-gateway-covid-guidelines.md",
7054+
"redirect_url": "/azure/application-gateway/high-traffic-support",
7055+
"redirect_document_id": false
7056+
},
70527057
{
70537058
"source_path": "articles/application-gateway/application-gateway-backend-ssl.md",
70547059
"redirect_url": "/azure/application-gateway/ssl-overview",

articles/application-gateway/application-gateway-covid-guidelines.md renamed to articles/application-gateway/high-traffic-support.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,36 @@
11
---
2-
title: Application Gateway COVID-19 guidelines
3-
description: This article provides an update given the current COVID-19 situation and guidelines on how to set up your Application Gateway.
2+
title: Application Gateway high traffic volume support
3+
description: This article provides guidance to configure Azure Application Gateway in support of high network traffic volume scenarios.
44
services: application-gateway
55
author: caya
66
ms.service: application-gateway
77
ms.topic: article
8-
ms.date: 03/21/2020
8+
ms.date: 03/24/2020
99
ms.author: caya
1010
---
1111

12-
# Application Gateway COVID-19 guidelines
12+
# Application Gateway high traffic support
1313

14-
This article describes a few suggested guidelines to help you set up your Application Gateway to handle extra traffic due to the COVID-19 pandemic. You can use Application Gateway with Web Application Firewall (WAF) for a scalable and secure way to manage traffic to your web applications.
14+
This article describes a few suggested guidelines to help you set up your Application Gateway to handle extra traffic due to high traffic volume scenarios, such as the COVID-19 situation. You can use Application Gateway with Web Application Firewall (WAF) for a scalable and secure way to manage traffic to your web applications.
1515

16-
The following suggestions help you set up Application Gateway with WAF to handle extra traffic .
16+
The following suggestions help you set up Application Gateway with WAF to handle extra traffic.
1717

1818
## Use the v2 SKU over v1 for its autoscaling capabilities and performance benefits
1919
The v2 SKU offers autoscaling to ensure that your Application Gateway can scale up as traffic increases. It also offers other significant performance benefits, such as 5x better SSL offload performance, quicker deployment and update times, zone redundancy, and more when compared to v1. For more information, see our [v2 documentation](https://docs.microsoft.com/azure/application-gateway/application-gateway-autoscaling-zone-redundant).
2020

21-
## Set maximum instance count to the maximum possible (125)
21+
## Set maximum instance count to the maximum possible (125)
22+
2223
Assuming you have an Application Gateway v2 SKU, setting the maximum instance count to the maximum possible value of 125 allows the Application Gateway to scale out as needed. This allows it to handle the possible increase in traffic to your applications. You will only be charged for the Capacity Units (CUs) you use.
2324

24-
## Set your minimum instance count based on your average CU usage
25+
## Set your minimum instance count based on your average CU usage
26+
2527
Assuming you have an Application Gateway v2 SKU, autoscaling takes six to seven minutes to scale out. With a higher minimum instance count, the Application Gateway can better handle your traffic when the load is increased, because a spike in traffic doesn't require an autoscaling operation.
2628

2729
## Alert if a certain metric surpasses 75% of average CU utilization
2830
See the [Application Gateway Metrics documentation](https://docs.microsoft.com/azure/application-gateway/application-gateway-metrics#metrics-visualization) for a detailed explanation of our metrics and other walkthroughs.
2931

3032
### Example: Setting up an alert on 75% of average CU usage
33+
3134
This example shows you how to use the Azure portal to set up an alert when 75% of average CU usage is reached.
3235
1. Navigate to your **Application Gateway**.
3336
2. On the left panel, select **Metrics** under the **Monitoring** tab.
@@ -45,6 +48,7 @@ If you want an extra layer of security in front of your application, use the App
4548
Enable bot protection to block known bad bots. This should reduce the amount of traffic getting to your application. For more information, see [bot protection with set up instructions](https://docs.microsoft.com/azure/web-application-firewall/ag/configure-waf-custom-rules).
4649

4750
## Turn on diagnostics on Application Gateway and WAF
51+
4852
Diagnostic logs allow you to view firewall logs, performance logs, and access logs. You can use these logs in Azure to manage and troubleshoot Application Gateways. For more information, see our [diagnostics documentation](https://docs.microsoft.com/azure/application-gateway/application-gateway-diagnostics#diagnostic-logging).
4953

5054
## Set up an SSL policy for extra security

articles/application-gateway/index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
ms.topic: landing-page
1212
author: vhorne
1313
ms.author: victorh
14-
ms.date: 09/18/2019
14+
ms.date: 03/24/2020
1515

1616
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
1717

@@ -31,12 +31,12 @@ landingContent:
3131
url: application-gateway-faq.md
3232

3333
# Card
34-
- title: COVID-19 guidelines
34+
- title: Support high traffic volumes
3535
linkLists:
3636
- linkListType: concept
3737
links:
38-
- text: Application Gateway COVID-19 update
39-
url: application-gateway-covid-guidelines.md
38+
- text: Application Gateway high traffic support
39+
url: high-traffic-support.md
4040

4141
# Card
4242
- title: Deploy an Application Gateway

articles/application-gateway/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
href: application-gateway-components.md
5151
- name: Configuration overview
5252
href: configuration-overview.md
53-
- name: COVID-19 Guidelines
54-
href: application-gateway-covid-guidelines.md
53+
- name: High traffic support
54+
href: high-traffic-support.md
5555
- name: Autoscaling v2 SKU
5656
href: application-gateway-autoscaling-zone-redundant.md
5757
- name: Routing

0 commit comments

Comments
 (0)