Skip to content

Commit dba2b83

Browse files
authored
Merge pull request #188999 from JackStromberg/patch-40
Removing preview
2 parents 77d5f04 + 0a49a55 commit dba2b83

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

articles/application-gateway/mutual-authentication-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
ms.author: caya
1010

1111
---
12-
# Overview of mutual authentication with Application Gateway (Preview)
12+
# Overview of mutual authentication with Application Gateway
1313

1414
Mutual authentication, or client authentication, allows for the Application Gateway to authenticate the client sending requests. Usually only the client is authenticating the Application Gateway; mutual authentication allows for both the client and the Application Gateway to authenticate each other.
1515

@@ -68,7 +68,7 @@ For more information on how to extract trusted client CA certificate chains, see
6868

6969
## Server variables
7070

71-
With mutual authentication, there are additional server variables that you can use to pass information about the client certificate to the backend servers behind the Application Gateway. For more information about which server variables are available and how to use them, check out [server variables](./rewrite-http-headers-url.md#mutual-authentication-server-variables-preview).
71+
With mutual authentication, there are additional server variables that you can use to pass information about the client certificate to the backend servers behind the Application Gateway. For more information about which server variables are available and how to use them, check out [server variables](./rewrite-http-headers-url.md#mutual-authentication-server-variables).
7272

7373
## Certificate Revocation
7474

articles/application-gateway/mutual-authentication-troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 02/18/2022
99
ms.author: caya
1010
---
1111

12-
# Troubleshooting mutual authentication errors in Application Gateway (Preview)
12+
# Troubleshooting mutual authentication errors in Application Gateway
1313

1414
Learn how to troubleshoot problems with mutual authentication when using Application Gateway.
1515

articles/application-gateway/overview-v2.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The new v2 SKU includes the following enhancements:
2323
- **Static VIP**: Application Gateway v2 SKU supports the static VIP type exclusively. This ensures that the VIP associated with the application gateway doesn't change for the lifecycle of the deployment, even after a restart. There isn't a static VIP in v1, so you must use the application gateway URL instead of the IP address for domain name routing to App Services via the application gateway.
2424
- **Header Rewrite**: Application Gateway allows you to add, remove, or update HTTP request and response headers with v2 SKU. For more information, see [Rewrite HTTP headers with Application Gateway](./rewrite-http-headers-url.md)
2525
- **Key Vault Integration**: Application Gateway v2 supports integration with Key Vault for server certificates that are attached to HTTPS enabled listeners. For more information, see [TLS termination with Key Vault certificates](key-vault-certs.md).
26+
- **Mutual Authentication (mTLS)**: Application Gateway v2 supports authentication of client requests. For more information, see [Overview of mutual authentication with Application Gateway](mutual-authentication-overview.md).
2627
- **Azure Kubernetes Service Ingress Controller**: The Application Gateway v2 Ingress Controller allows the Azure Application Gateway to be used as the ingress for an Azure Kubernetes Service (AKS) known as AKS Cluster. For more information, see [What is Application Gateway Ingress Controller?](ingress-controller-overview.md).
2728
- **Performance enhancements**: The v2 SKU offers up to 5X better TLS offload performance as compared to the Standard/WAF SKU.
2829
- **Faster deployment and update time** The v2 SKU provides faster deployment and update time as compared to Standard/WAF SKU. This also includes WAF configuration changes.
@@ -70,6 +71,7 @@ The following table compares the features available with each SKU.
7071
| Rewrite HTTP(S) headers | | ✓ |
7172
| URL-based routing | ✓ | ✓ |
7273
| Multiple-site hosting | ✓ | ✓ |
74+
| Mutual Authentication (mTLS) | | ✓ |
7375
| Traffic redirection | ✓ | ✓ |
7476
| Web Application Firewall (WAF) | ✓ | ✓ |
7577
| WAF custom rules | | ✓ |
@@ -110,4 +112,4 @@ An Azure PowerShell script is available in the PowerShell gallery to help you mi
110112

111113
Depending on your requirements and environment, you can create a test Application Gateway using either the Azure portal, Azure PowerShell, or Azure CLI.
112114

113-
- [Tutorial: Create an application gateway that improves web application access](tutorial-autoscale-ps.md)
115+
- [Tutorial: Create an application gateway that improves web application access](tutorial-autoscale-ps.md)

articles/application-gateway/rewrite-http-headers-url.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Application gateway supports the following server variables:
126126
| ssl_enabled | "On" if the connection operates in TLS mode. Otherwise, an empty string. |
127127
| uri_path | Identifies the specific resource in the host that the web client wants to access. This is the part of the request URI without the arguments. Example: In the request `http://contoso.com:8080/article.aspx?id=123&title=fabrikam`, uri_path value will be `/article.aspx` |
128128

129-
### Mutual authentication server variables (Preview)
129+
### Mutual authentication server variables
130130

131131
Application Gateway supports the following server variables for mutual authentication scenarios. Use these server variables the same way as above with the other server variables.
132132

0 commit comments

Comments
 (0)