Skip to content

Commit ad065ea

Browse files
committed
PR review updates
1 parent 8db6136 commit ad065ea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/app-service/environment/integrate-with-application-gateway.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ For details on how to create an ILB App Service Environment, see [Create an App
4242

4343
* After ILB App Service Environment is created, the default domain is `<YourAseName>.appserviceenvironment.net`.
4444

45-
:::image type="content" source="./media/integrate-with-application-gateway/ilb-ase.png" alt-text="Screenshot of ILB App Service Environment Overview":::
45+
:::image type="content" source="./media/integrate-with-application-gateway/ilb-ase.png" alt-text="Screenshot of ILB App Service Environment Overview.":::
4646

4747
* An internal load balancer is provisioned for inbound access. You can check the Inbound address in the IP addresses under App Service Environment Settings. You can create a private DNS zone mapped to this IP address later.
4848

4949
:::image type="content" source="./media/integrate-with-application-gateway/ip-addresses.png" alt-text="Screenshot of getting the inbound address from ILB App Service Environment IP addresses settings.":::
5050

5151
### A private DNS zone
5252

53-
You need a [private DNS zone](../../dns/private-dns-overview.md)for internal name resolution. Create it using the App Service Environment name using the record sets shown in the following table (for instructions, see [Quickstart - Create an Azure private DNS zone using the Azure portal](../../dns/private-dns-getstarted-portal.md)).
53+
You need a [private DNS zone](../../dns/private-dns-overview.md) for internal name resolution. Create it using the App Service Environment name using the record sets shown in the following table (for instructions, see [Quickstart - Create an Azure private DNS zone using the Azure portal](../../dns/private-dns-getstarted-portal.md)).
5454

5555
| Name | Type | Value |
5656
| ----- | ---- | ------------------- |
@@ -128,7 +128,7 @@ In the Azure portal, select **New** > **Network** > **Application Gateway** to c
128128
129129
:::image type="content" source="./media/integrate-with-application-gateway/http-routing-rule.png" alt-text="Screenshot of HTTP Listener of the application gateway Routing Rule.":::
130130

131-
* To connect to the application gateway with TLS encryption, you can create a listener with following settings,
131+
* To connect to the application gateway with TLS encryption, you can create a listener with following settings:
132132

133133
| Parameter | Value | Description |
134134
| -------------- | --------------------------------- | ------------------------------------------------------------ |

articles/app-service/overview-app-gateway-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: madsd
66
ms.assetid: 073eb49c-efa1-4760-9f0c-1fecd5c251cc
77
ms.service: azure-app-service
88
ms.topic: article
9-
ms.date: 01/02/2025
9+
ms.date: 01/07/2025
1010
ms.author: madsd
1111
ms.custom: devx-track-azurecli, devx-track-arm-template
1212
ms.devlang: azurecli
@@ -20,7 +20,7 @@ This article walks through how to configure Application Gateway with App Service
2020

2121
You can use private endpoints to secure traffic between Application Gateway and your App Service app. You need to ensure that Application Gateway can use DNS to resolve the private IP address of the App Service apps. Alternatively, you can use the private IP address in the back-end pool and override the host name in the HTTP settings.
2222

23-
:::image type="content" source="./media/overview-app-gateway-integration/private-endpoint-appgw.png" alt-text="Diagram that shows traffic flowing to an application gateway in an Azure virtual network and then flowing through a private endpoint to instances of apps in App Service.":::
23+
:::image type="content" source="./media/overview-app-gateway-integration/private-endpoint-appgw.png" alt-text="Diagram that shows traffic flowing to an application gateway through a private endpoint to instances of apps in App Service.":::
2424

2525
Application Gateway caches the DNS lookup results. If you use fully qualified domain names (FQDNs) and rely on DNS lookup to get the private IP address, you might need to restart the application gateway if the DNS update or the link to an Azure private DNS zone happened after you configured the back-end pool.
2626

0 commit comments

Comments
 (0)