Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ec1084c

Browse files
committedMar 25, 2022
rename images to avoid abbreviating product names
1 parent e505aac commit ec1084c

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed
 

‎articles/application-gateway/configure-web-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This configuration is recommended for production-grade scenarios and meets the p
2424

2525
By associating the same domain name to both Application Gateway and App Service in the backend pool, the request flow does not need to override the host name. The backend web application will see the original host as was used by the client.
2626

27-
:::image type="content" source="media/configure-web-app/scenario-appgw-to-appsvc-custom-domain.png" alt-text="Scenario overview for Application Gateway to App Service using the same custom domain for both":::
27+
:::image type="content" source="media/configure-web-app/scenario-application-gateway-to-azure-app-service-custom-domain.png" alt-text="Scenario overview for Application Gateway to App Service using the same custom domain for both":::
2828

2929
## [Default Domain](#tab/defaultdomain)
3030

@@ -37,7 +37,7 @@ When App Service does not have a custom domain associated with it, the host head
3737

3838
The host header in the original request received by the Application Gateway will be different from the host name of the backend App Service.
3939

40-
:::image type="content" source="media/configure-web-app/scenario-appgw-to-appsvc-default-domain.png" alt-text="Scenario overview for Application Gateway to App Service using the default App Service domain towards the backend":::
40+
:::image type="content" source="media/configure-web-app/scenario-application-gateway-to-azure-app-service-default-domain.png" alt-text="Scenario overview for Application Gateway to App Service using the default App Service domain towards the backend":::
4141

4242
---
4343

‎articles/application-gateway/troubleshoot-app-service-redirection-app-service-url.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this article, you'll learn how to troubleshoot the following issues, as descr
2929

3030
The root-cause for the above symptoms is a setup that overrides the hostname as used by Application Gateway towards App Service into a different hostname as is seen by the browser. Often the hostname is overridden to the default App Service "azurewebsites.net" domain.
3131

32-
:::image type="content" source="media/troubleshoot-app-service-redirection-app-service-url/root-cause-appgw-to-appsvc-default-domain.png" alt-text="Root cause - Application Gateway overwrites hostname to azurewebsites.net":::
32+
:::image type="content" source="media/troubleshoot-app-service-redirection-app-service-url/root-cause-application-gateway-to-azure-app-service-default-domain.png" alt-text="Root cause - Application Gateway overwrites hostname to azurewebsites.net":::
3333

3434
## Sample configuration
3535

0 commit comments

Comments
 (0)
Please sign in to comment.