Skip to content

Commit 32b7c9f

Browse files
committed
remove question mark causing double punctuation
1 parent c3991f7 commit 32b7c9f

21 files changed

+26
-26
lines changed

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

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

554554
additionalContent: |
555555
## Next steps
556-
* To learn more about Application Gateway, see [What is Azure Application Gateway?](overview.md).
556+
* To learn more about Application Gateway, see [What is Azure Application Gateway](overview.md).
557557
* 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: greglin
1313

1414
# Application Gateway for Containers components
1515

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).
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).
1717

1818
### Core components
1919
- Application Gateway for Containers is an Azure parent resource that deploys the control plane

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).
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).
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

articles/application-gateway/ingress-controller-install-existing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ AGIC monitors the Kubernetes [Ingress](https://kubernetes.io/docs/concepts/servi
1717
resources, and creates and applies Application Gateway config based on the status of the Kubernetes cluster.
1818

1919
> [!TIP]
20-
> Also see [What is Application Gateway for Containers?](for-containers/overview.md).
20+
> Also see [What is Application Gateway for Containers](for-containers/overview.md).
2121
2222
## Outline
2323

articles/application-gateway/ingress-controller-install-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The instructions below assume Application Gateway Ingress Controller (AGIC) will
1616
installed in an environment with no pre-existing components.
1717

1818
> [!TIP]
19-
> Also see [What is Application Gateway for Containers?](for-containers/overview.md).
19+
> Also see [What is Application Gateway for Containers](for-containers/overview.md).
2020
2121
## Required Command Line Tools
2222

articles/application-gateway/ingress-controller-letsencrypt-certificate-application-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: greglin
1515
This section configures your AKS to use [LetsEncrypt.org](https://letsencrypt.org/) and automatically obtain a TLS/SSL certificate for your domain. The certificate is installed on Application Gateway, which performs SSL/TLS termination for your AKS cluster. The setup described here uses the [cert-manager](https://github.com/jetstack/cert-manager) Kubernetes add-on, which automates the creation and management of certificates.
1616

1717
> [!TIP]
18-
> Also see [What is Application Gateway for Containers?](for-containers/overview.md).
18+
> Also see [What is Application Gateway for Containers](for-containers/overview.md).
1919
2020
Use the following steps to install [cert-manager](https://docs.cert-manager.io) on your existing AKS cluster.
2121

articles/application-gateway/ingress-controller-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: greglin
1414
If you already have AGIC deployed through Helm but want to migrate to AGIC deployed as an AKS add-on, the following steps help to guide you through the migration process.
1515

1616
> [!TIP]
17-
> Also see [What is Application Gateway for Containers?](for-containers/overview.md).
17+
> Also see [What is Application Gateway for Containers](for-containers/overview.md).
1818
1919
## Prerequisites
2020
Before you start the migration process, there are a few things to check.

articles/application-gateway/ingress-controller-multiple-namespace-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ As of version 0.7 [Azure Application Gateway Kubernetes IngressController](https
2020
Version 0.7 of AGIC continues to exclusively observe the `default` namespace, unless this is explicitly changed to one or more different namespaces in the Helm configuration. See the following section.
2121

2222
> [!TIP]
23-
> Also see [What is Application Gateway for Containers?](for-containers/overview.md).
23+
> Also see [What is Application Gateway for Containers](for-containers/overview.md).
2424
2525
## Enable multiple namespace support
2626

0 commit comments

Comments
 (0)