Skip to content

Commit 5ee63b1

Browse files
Update api-management-howto-integrate-internal-vnet-appgateway.md
Resolve abbreviations
1 parent e54b22c commit 5ee63b1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/api-management/api-management-howto-integrate-internal-vnet-appgateway.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ For architectural guidance, see:
2525
* **Basic enterprise integration**: [Reference architecture](/azure/architecture/reference-architectures/enterprise-integration/basic-enterprise-integration?toc=%2Fazure%2Fapi-management%2Ftoc.json&bc=/azure/api-management/breadcrumb/toc.json)
2626
* **API Management landing zone accelerator**: [Reference architecture](/azure/architecture/example-scenario/integration/app-gateway-internal-api-management-function?toc=%2Fazure%2Fapi-management%2Ftoc.json&bc=/azure/api-management/breadcrumb/toc.json) and [design guidance](/azure/cloud-adoption-framework/scenarios/app-platform/api-management/landing-zone-accelerator?toc=%2Fazure%2Fapi-management%2Ftoc.json&bc=/azure/api-management/breadcrumb/toc.json)
2727

28-
2928
> [!NOTE]
3029
> This article has been updated to use the [Application Gateway WAF_v2 SKU](../application-gateway/application-gateway-autoscaling-zone-redundant.md).
3130
@@ -42,8 +41,8 @@ To follow the steps described in this article, you must have:
4241
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
4342

4443
* Certificates
45-
- PFX files for API Management's custom host names: gateway, developer portal, and management endpoint.
46-
- A CER file for the root certificate of the PFX certificates.
44+
- Personal Information Exchange (PFX) files for API Management's custom host names: gateway, developer portal, and management endpoint.
45+
- A Certificate (CER) file for the root certificate of the PFX certificates.
4746

4847
For more information, see [Certificates for the back end](../application-gateway/certificates-for-backend-authentication.md). For testing purposes, optionally generate [self-signed certificates](../application-gateway/self-signed-certificates.md).
4948

@@ -62,7 +61,7 @@ In the first setup example, all your APIs are managed only from within your virt
6261
* **Back-end server pool**: This server pool is the internal virtual IP address of API Management.
6362
* **Back-end server pool settings**: Every pool has settings like port, protocol, and cookie-based affinity. These settings are applied to all servers within the pool.
6463
* **Front-end port**: This public port is opened on the application gateway. Traffic that hits it gets redirected to one of the back-end servers.
65-
* **Listener**: The listener has a front-end port, a protocol (Http or Https, these values are case sensitive), and the TLS/SSL certificate name (if configuring TLS offload).
64+
* **Listener**: The listener has a front-end port, a protocol (Http or Https, these values are case sensitive), and the Transport Layer Security (TLS) certificate name (if configuring TLS offload).
6665
* **Rule**: The rule binds a listener to a back-end server pool.
6766
* **Custom health probe**: Application Gateway, by default, uses IP address-based probes to figure out which servers in `BackendAddressPool` are active. API Management only responds to requests with the correct host header, so the default probes fail. You define a custom health probe to help the application gateway determine that the service is alive and should forward requests.
6867
* **Custom domain certificates**: To access API Management from the internet, create DNS records to map its host names to the Application Gateway front-end IP address. This mapping ensures that the Host header and certificate sent to API Management are valid. In this example, we use three certificates. They're for API Management's gateway (the back end), the developer portal, and the management endpoint.

0 commit comments

Comments
 (0)