Skip to content

Commit 0f7a07e

Browse files
committed
update covid-inspired article
1 parent 5461302 commit 0f7a07e

File tree

4 files changed

+17
-12
lines changed

4 files changed

+17
-12
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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. 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).

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 trafic 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)