Skip to content

Commit c7b6cb8

Browse files
authored
Merge pull request #263980 from greg-lindsay/agc-ga
Remove preview tags
2 parents a287d25 + a902b2d commit c7b6cb8

25 files changed

+27
-32
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,5 +607,5 @@ sections:
607607

608608
additionalContent: |
609609
## Next steps
610-
* To learn more about Application Gateway, see [What is Azure Application Gateway?](overview.md).
610+
* To learn more about Application Gateway, see [What is Azure Application Gateway](overview.md).
611611
* To learn about TLS termination and end-to-end TLS with Application Gateway, see [Enable end-to-end TLS on Azure Application Gateway](ssl-overview.md).

articles/application-gateway/features.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For more information, see [Overview of SSL termination and end to end SSL with A
3030

3131
Application Gateway Standard_v2 supports autoscaling and can scale up or down based on changing traffic load patterns. Autoscaling also removes the requirement to choose a deployment size or instance count during provisioning.
3232

33-
For more information about the Application Gateway Standard_v2 features, see [What is Azure Application Gateway v2?](overview-v2.md).
33+
For more information about the Application Gateway Standard_v2 features, see [What is Azure Application Gateway v2](overview-v2.md).
3434

3535
## Zone redundancy
3636

@@ -46,7 +46,7 @@ Web Application Firewall (WAF) is a service that provides centralized protection
4646

4747
Web applications are increasingly targets of malicious attacks that exploit common known vulnerabilities. Common among these exploits are SQL injection attacks, cross site scripting attacks to name a few. Preventing such attacks in application code can be challenging and may require rigorous maintenance, patching and monitoring at many layers of the application topology. A centralized web application firewall helps make security management much simpler and gives better assurance to application administrators against threats or intrusions. A WAF solution can also react to a security threat faster by patching a known vulnerability at a central location versus securing each of individual web applications. Existing application gateways can be converted to a Web Application Firewall enabled application gateway easily.
4848

49-
Refer to [Application DDoS protection](../web-application-firewall/shared/application-ddos-protection.md) for guidance on how to use Azure WAF with Application Gateway to protect against DDoS attacks. For more information, see [What is Azure Web Application Firewall?](../web-application-firewall/overview.md).
49+
Refer to [Application DDoS protection](../web-application-firewall/shared/application-ddos-protection.md) for guidance on how to use Azure WAF with Application Gateway to protect against DDoS attacks. For more information, see [What is Azure Web Application Firewall](../web-application-firewall/overview.md).
5050

5151
## Ingress Controller for AKS
5252
Application Gateway Ingress Controller (AGIC) allows you to use Application Gateway as the ingress for an [Azure Kubernetes Service (AKS)](https://azure.microsoft.com/services/kubernetes-service/) cluster.
@@ -155,7 +155,7 @@ The following table shows an average performance throughput for each application
155155
156156
## Version feature comparison
157157

158-
For an Application Gateway v1-v2 feature comparison, see [What is Azure Application Gateway v2?](overview-v2.md#feature-comparison-between-v1-sku-and-v2-sku).
158+
For an Application Gateway v1-v2 feature comparison, see [What is Azure Application Gateway v2](overview-v2.md#feature-comparison-between-v1-sku-and-v2-sku).
159159

160160
## Next steps
161161

articles/application-gateway/for-containers/application-gateway-for-containers-components.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
32
title: Application Gateway for Containers components
43
description: This article provides information about how Application Gateway for Containers accepts incoming requests and routes them to a backend target.
54
services: application-gateway
@@ -13,7 +12,7 @@ ms.author: greglin
1312

1413
# Application Gateway for Containers components
1514

16-
This article provides detailed descriptions and requirements for components of Application Gateway for Containers. Information about how Application Gateway for Containers accepts incoming requests and routes them to a backend target is provided. For a general overview of Application Gateway for Containers, see [What is Application Gateway for Containers?](overview.md).
15+
This article provides detailed descriptions and requirements for components of Application Gateway for Containers. Information about how Application Gateway for Containers accepts incoming requests and routes them to a backend target is provided. For a general overview of Application Gateway for Containers, see [What is Application Gateway for Containers](overview.md).
1716

1817
### Core components
1918

articles/application-gateway/for-containers/how-to-backend-mtls-gateway-api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
32
title: Backend MTLS with Application Gateway for Containers - Gateway API
43
description: Learn how to configure Application Gateway for Containers with support for backend MTLS authentication.
54
services: application-gateway

articles/application-gateway/for-containers/how-to-ssl-offloading-gateway-api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
32
title: SSL offloading with Application Gateway for Containers - Gateway API
43
description: Learn how to configure SSL offloading with Application Gateway for Containers using the Gateway API.
54
services: application-gateway

articles/application-gateway/for-containers/how-to-ssl-offloading-ingress-api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
32
title: SSL offloading with Application Gateway for Containers - Ingress API
43
description: Learn how to configure SSL offloading with Application Gateway for Containers using the Ingress API.
54
services: application-gateway

articles/application-gateway/for-containers/how-to-traffic-splitting-gateway-api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
32
title: Traffic Splitting with Application Gateway for Containers - Gateway API
43
description: Learn how to configure traffic splitting / weighted round robin with Application Gateway for Containers.
54
services: application-gateway

articles/application-gateway/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ landingContent:
9090
url: tutorial-autoscale-ps.md
9191

9292
# Card
93-
- title: Application Gateway for Containers (preview)
93+
- title: Application Gateway for Containers
9494
linkLists:
9595
- linkListType: overview
9696
links:

articles/application-gateway/ingress-controller-expose-service-over-http-https.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: greglin
1515
These tutorials help illustrate the usage of [Kubernetes Ingress Resources](https://kubernetes.io/docs/concepts/services-networking/ingress/) to expose an example Kubernetes service through the [Azure Application Gateway](https://azure.microsoft.com/services/application-gateway/) over HTTP or HTTPS.
1616

1717
> [!TIP]
18-
> Also see [What is Application Gateway for Containers?](for-containers/overview.md) currently in public preview.
18+
> Also see [What is Application Gateway for Containers](for-containers/overview.md).
1919
2020
## Prerequisites
2121

articles/application-gateway/ingress-controller-expose-websocket-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: greglin
1414
As outlined in the Application Gateway v2 documentation - it [provides native support for the WebSocket and HTTP/2 protocols](features.md#websocket-and-http2-traffic). Both Application Gateway and the Kubernetes Ingress don't have a user-configurable setting to selectively enable or disable WebSocket support.
1515

1616
> [!TIP]
17-
> Also see [What is Application Gateway for Containers?](for-containers/overview.md) currently in public preview.
17+
> Also see [What is Application Gateway for Containers](for-containers/overview.md).
1818
1919
The following Kubernetes deployment YAML shows the minimum configuration used to deploy a WebSocket server, which is the same as deploying a regular web server:
2020
```yaml

0 commit comments

Comments
 (0)