|
1 | 1 | ### YamlMime:FAQ
|
2 | 2 | metadata:
|
3 |
| - title: Azure API Management FAQ | Microsoft Docs |
| 3 | + title: Azure API Management FAQs | Microsoft Docs |
4 | 4 | description: Learn the answers to frequently asked questions (FAQs) about Azure API Management.
|
5 | 5 | services: api-management
|
6 | 6 | documentationcenter: ''
|
7 | 7 | author: dlepow
|
8 | 8 |
|
9 | 9 | ms.service: api-management
|
10 | 10 | ms.topic: faq
|
11 |
| - ms.date: 10/19/2022 |
| 11 | + ms.date: 10/20/2022 |
12 | 12 | ms.author: danlep
|
13 | 13 | ms.custom: engagement-fy23,fasttrack-edit
|
14 | 14 | title: Azure API Management FAQs
|
@@ -88,7 +88,7 @@ sections:
|
88 | 88 | - question: |
|
89 | 89 | Does API Management only support REST APIs?
|
90 | 90 | 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. |
92 | 92 |
|
93 | 93 | 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).
|
94 | 94 |
|
@@ -119,10 +119,14 @@ sections:
|
119 | 119 | answer: |
|
120 | 120 | The minimum subnet size needed to deploy API Management is /29. Learn more about using API Management in [virtual networks](virtual-network-concepts.md).
|
121 | 121 |
|
| 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). |
122 | 126 | - question: |
|
123 | 127 | What are the differences between the managed gateway and the self-hosted gateway?
|
124 | 128 | 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). |
126 | 130 |
|
127 | 131 | - question: |
|
128 | 132 | How does API Management handle trailing slashes when calling backend services?
|
|
0 commit comments