Skip to content

Commit 0fd4fb2

Browse files
committed
review-1
1 parent b118b01 commit 0fd4fb2

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

learn-pr/azure/intro-to-azure-application-gateway/includes/1-introduction.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Adatum is a new and expanding online commerce store that sells industrial drones
44

55
To meet your goals, you need to ensure that the Azure service replicates the functionality that the special hardware currently provides. Important functionality that must be present in the replacement service includes:
66

7-
- Detect if one of the on-premises servers becomes unavailable so that traffic is no longer directed to it
8-
- TLS termination functionality to reduce the amount of CPU capacity consumed by encryption and decryption operations
9-
- Session affinity to ensure that the same back-end pool host always serves a client connection to a web application
10-
- Security filtering of malicious traffic such as SQL injection and cross site scripting attacks
7+
- Detect if one of the on-premises servers becomes unavailable so that traffic is no longer directed to it.
8+
- TLS (Transport Layer Security) termination functionality to reduce the amount of CPU capacity consumed by encryption and decryption operations.
9+
- Session affinity to ensure that the same back-end pool host always serves a client connection to a web application.
10+
- Security filtering of malicious traffic such as SQL injection and cross site scripting attacks.
1111

1212
This module explains what Azure Application Gateway does, how it works, and when you should choose to use Azure Application Gateway as a solution to meet your organization’s needs.
1313

learn-pr/azure/intro-to-azure-application-gateway/includes/2-what-is-azure-application-gateway.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Application Gateway uses a round-robin process to load balance requests to the s
88

99
Azure Application Gateway includes the following features:
1010

11-
- Support for the HTTP, HTTPS, HTTP/2, and WebSocket protocols
12-
- A web application firewall to protect against web application vulnerabilities
13-
- End-to-end request encryption
14-
- Autoscaling to dynamically adjust capacity as your web traffic load change
15-
- Connection draining allowing graceful removal of back-end pool members during planned service updates
11+
- Support for the HTTP, HTTPS, HTTP/2, and WebSocket protocols.
12+
- A web application firewall to protect against web application vulnerabilities.
13+
- End-to-end request encryption.
14+
- Autoscaling to dynamically adjust capacity as your web traffic load change.
15+
- Connection draining allowing graceful removal of back-end pool members during planned service updates.

0 commit comments

Comments
 (0)