Skip to content

Commit c991db1

Browse files
committed
broken links
1 parent f377459 commit c991db1

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

articles/api-management/api-management-faq.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
### YamlMime:FAQ
22
metadata:
3-
title: Azure API Management FAQ | Microsoft Docs
3+
title: Azure API Management FAQs | Microsoft Docs
44
description: Learn the answers to frequently asked questions (FAQs) about Azure API Management.
55
services: api-management
66
documentationcenter: ''
77
author: dlepow
88

99
ms.service: api-management
1010
ms.topic: faq
11-
ms.date: 10/19/2022
11+
ms.date: 10/20/2022
1212
ms.author: danlep
1313
ms.custom: engagement-fy23,fasttrack-edit
1414
title: Azure API Management FAQs
@@ -88,7 +88,7 @@ sections:
8888
- question: |
8989
Does API Management only support REST APIs?
9090
answer: |
91-
API Management supports REST APIs as well as passthrough to [SOAP](import-soap-api.md), [WebSocket](websocket-api.md), and [GraphQL](graphql-apo.md) APIs. API Management also supports [synthetic GraphQL](graphql-schema-resolve.md) APIs.
91+
API Management supports REST APIs as well as passthrough to [SOAP](import-soap-api.md), [WebSocket](websocket-api.md), and [GraphQL](graphql-api.md) APIs. API Management also supports [synthetic GraphQL](graphql-schema-resolve-api.md) APIs.
9292
9393
API Management also integrates with Azure compute offerings commonly used for building and hosting APIs on Azure, including [Functions](import-function-app-as-api.md), [Logic Apps](import-logic-app-as-api.md), [Container Apps](import-container-app-with-oas.md), and [Web Apps](import-app-service-as-api.md).
9494
@@ -119,10 +119,14 @@ sections:
119119
answer: |
120120
The minimum subnet size needed to deploy API Management is /29. Learn more about using API Management in [virtual networks](virtual-network-concepts.md).
121121
122+
- question: |
123+
Does API Management provide a web application firewall (WAF)?
124+
answer: |
125+
While API Management doesn't include a WAF component, hile API Management doesn’t have a built-in WAF component, deploying a WAF upstream (in front) of the API Management instance is strongly recommended. For example, use [Azure Application Gateway](api-management-howto-integrate-internal-vnet-appgateway.md) or [Azure Front Door](front-door-api-management.md).
122126
- question: |
123127
What are the differences between the managed gateway and the self-hosted gateway?
124128
answer: |
125-
Learn more in [API gateway in API Management](api-management-gateway-overview.md) and the [Self-hosted gateway overview](self-hosted-gateway-overview.md).
129+
Learn more in [API gateway in API Management](api-management-gateways-overview.md) and the [Self-hosted gateway overview](self-hosted-gateway-overview.md).
126130
127131
- question: |
128132
How does API Management handle trailing slashes when calling backend services?

articles/api-management/configure-custom-domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Choose the steps according to the [domain certificate](#domain-certificate-optio
168168
169169
### CNAME record
170170

171-
Configure a CNAME record that points from your custom domain name (for example, `api.contoso.com`) to your API Management service hostname (for example, `<apim-service-name>.azure-api.net`). A CNAME record is more stable than an A-record in case the IP address changes. For more information, see [IP addresses of Azure API Management](api-management-howto-ip-addresses.md#changes-to-the-ip-addresses) and the [API Management FAQ](./api-management-faq.yml#how-can-i-secure-the-connection-between-the-api-management-gateway-and-my-back-end-services-).
171+
Configure a CNAME record that points from your custom domain name (for example, `api.contoso.com`) to your API Management service hostname (for example, `<apim-service-name>.azure-api.net`). A CNAME record is more stable than an A-record in case the IP address changes. For more information, see [IP addresses of Azure API Management](api-management-howto-ip-addresses.md#changes-to-the-ip-addresses) and the [API Management FAQ](./api-management-faq.yml#how-can-i-secure-the-connection-between-the-api-management-gateway-and-my-backend-services-).
172172

173173
> [!NOTE]
174174
> Some domain registrars only allow you to map subdomains when using a CNAME record, such as `www.contoso.com`, and not root names, such as `contoso.com`. For more information on CNAME records, see the documentation provided by your registrar or [IETF Domain Names - Implementation and Specification](https://tools.ietf.org/html/rfc1035).

0 commit comments

Comments
 (0)