Skip to content

Commit 3b01cbe

Browse files
committed
date and minor acrolinx fixes
1 parent 26657cc commit 3b01cbe

7 files changed

+15
-15
lines changed

articles/application-gateway/application-gateway-faq.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
author: greg-lindsay
77
ms.service: application-gateway
88
ms.topic: faq
9-
ms.date: 11/06/2023
9+
ms.date: 02/26/2024
1010
ms.author: greglin
1111
ms.custom: references_regions, devx-track-azurepowershell
1212
title: Frequently asked questions about Application Gateway
@@ -202,7 +202,7 @@ sections:
202202

203203
- question: Can I change the virtual network or subnet for an existing application gateway?
204204
answer: |
205-
You can move an application gateway across subnets within the same virtual network only. It's supported with v1 with a public and private frontend (dynamic allocation) and v2 with a public frontend only. We cannot move the application gateway to another subnet if the private frontend IP configuration is statically allocated. The application gateway should be in a *Stopped* state to perform this action. Stopping or starting v1 changes the public IP. This operation can only be done by using Azure PowerShell and the Azure CLI by running the following commands:
205+
You can move an application gateway across subnets within the same virtual network only. It's supported with v1 with a public and private frontend (dynamic allocation) and v2 with a public frontend only. We can't move the application gateway to another subnet if the private frontend IP configuration is statically allocated. The application gateway should be in a *Stopped* state to perform this action. Stopping or starting v1 changes the public IP. This operation can only be done by using Azure PowerShell and the Azure CLI by running the following commands:
206206
207207
**Azure PowerShell**
208208
@@ -473,7 +473,7 @@ sections:
473473
answer: Yes. Both Layer 7 and Layer 4 routing through application gateway use the same frontend IP configuration. This way, you can direct all your clients to a single IP address (public or private) and the same gateway resource will route them based on the configured listener protocols and the ports.
474474

475475
- question: Can I use TCP or TLS proxy for HTTP(S) traffic?
476-
answer: While the HTTP(S) traffic can be served through L4 proxy protocols as well, we do not recommend doing so. The L7 proxy solution of Application Gateway offers greater control and security over the HTTP(S) protocols through advanced features such Rewrites, Session Affinity, Redirection, WebSockets, WAF and more.
476+
answer: While the HTTP(S) traffic can be served through L4 proxy protocols as well, we don't recommend doing so. The L7 proxy solution of Application Gateway offers greater control and security over the HTTP(S) protocols through advanced features such Rewrites, Session Affinity, Redirection, WebSockets, WAF and more.
477477

478478
- question: What are the property names for Layer 4 proxy?
479479
answer: |
@@ -501,25 +501,25 @@ sections:
501501
answer: Absolutely. Similar to Layer 7 proxy, you can add a private endpoint to the backend pool of your application gateway. This private endpoint must be deployed in an adjacent subnet of the same virtual network of your application gateway.
502502

503503
- question: Does Application Gateway use Keepalive connection for backend servers?
504-
answer: It does not use Keepalive for backend connections. For each incoming request on the frontend listener connection, Application Gateway initiates a new backend connection to fulfill that request.
504+
answer: It doesn't use Keepalive for backend connections. For each incoming request on the frontend listener connection, Application Gateway initiates a new backend connection to fulfill that request.
505505

506506
- question: Which IP address does the backend server see when a connection is established with Application Gateway?
507-
answer: The backend server sees the IP address of the application gateway. Currently, we do not support “Client IP preservation” through which the backend application can be made aware of the original client’s IP address.
507+
answer: The backend server sees the IP address of the application gateway. Currently, we don't support “Client IP preservation” through which the backend application can be made aware of the original client’s IP address.
508508

509509
- question: How can I set the SSL policy for TLS listeners?
510-
answer: The same SSL policy configuration is applicable for both Layer 7 (HTTPS) as well as Layer 4 (TLS). Currently, we do not support SSL Profile (listener-specific SSL policy or Mutual Authentication) for TLS listeners.
510+
answer: The same SSL policy configuration is applicable for both Layer 7 (HTTPS) as well as Layer 4 (TLS). Currently, we don't support SSL Profile (listener-specific SSL policy or Mutual Authentication) for TLS listeners.
511511

512512
- question: Does Application Gateway support session affinity for Layer 4 routing?
513-
answer: No. Routing a client to the same backend server is not supported at the moment. The connections will be distributed in a round-robin manner to the servers in a backend pool.
513+
answer: No. Routing a client to the same backend server isn't supported at the moment. The connections will be distributed in a round-robin manner to the servers in a backend pool.
514514

515515
- question: Does the autoscale feature work with Layer 4 proxy?
516516
answer: Yes, the autoscale feature will operate for spikes and reductions in traffic for TLS or TCP protocol as well.
517517

518518
- question: Is Web Application Firewall (WAF) supported for Layer 4 traffic?
519-
answer: The Web Application Firewall (WAF) capabilities will not work for Layer 4 usage.
519+
answer: The Web Application Firewall (WAF) capabilities won't work for Layer 4 usage.
520520

521521
- question: Does Application Gateway’s Layer 4 proxy support UDP protocol?
522-
answer: No. UDP support is not available at this time.
522+
answer: No. UDP support isn't available at this time.
523523

524524
- name: Configuration - ingress controller for AKS
525525
questions:

articles/application-gateway/how-to-tcp-tls-proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: application-gateway
66
author: greg-lindsay
77
ms.service: application-gateway
88
ms.topic: how-to
9-
ms.date: 10/26/2023
9+
ms.date: 02/26/2024
1010
ms.author: greglin
1111
---
1212

articles/application-gateway/monitor-application-gateway-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: greglin
66
ms.topic: conceptual
77
ms.service: application-gateway
88
ms.custom: subject-monitoring
9-
ms.date: 08/17/2023
9+
ms.date: 02/26/2024
1010
---
1111
<!-- VERSION 2.2
1212
Template for monitoring data reference article for Azure services. This article is support for the main "Monitoring [servicename]" article for the service. -->

articles/application-gateway/monitor-application-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: greg-lindsay
55
ms.author: greglin
66
ms.service: application-gateway
77
ms.topic: conceptual
8-
ms.date: 10/16/2023
8+
ms.date: 02/26/2024
99
---
1010

1111
<!-- VERSION 2.2

articles/application-gateway/multiple-site-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides an overview of the Azure Application Gateway
44
services: application-gateway
55
author: greg-lindsay
66
ms.service: application-gateway
7-
ms.date: 08/23/2023
7+
ms.date: 02/26/2024
88
ms.author: greglin
99
ms.topic: conceptual
1010
---

articles/application-gateway/overview-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: greg-lindsay
66
ms.service: application-gateway
77
ms.topic: overview
8-
ms.date: 09/22/2023
8+
ms.date: 02/26/2024
99
ms.author: greglin
1010
ms.custom: references_regions
1111
---

articles/application-gateway/tcp-tls-proxy-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: greg-lindsay
66
ms.service: application-gateway
77
ms.topic: conceptual
8-
ms.date: 09/22/2023
8+
ms.date: 02/26/2024
99
ms.author: greglin
1010
---
1111

0 commit comments

Comments
 (0)