Skip to content

Commit c3ac121

Browse files
Reference mTLS
Reference mTLS
1 parent b5f6d95 commit c3ac121

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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)

0 commit comments

Comments
 (0)