Skip to content

Commit bbf7187

Browse files
Merge pull request #252863 from JackStromberg/patch-138
Diagram
2 parents 97015b5 + 14438ba commit bbf7187

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

articles/application-gateway/for-containers/how-to-multiple-site-hosting-ingress-api.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ ms.author: greglin
1515
This document helps you set up an example application that uses the Ingress API to demonstrate hosting multiple sites on the same Kubernetes Ingress resource / Application Gateway for Containers frontend. Steps are provided to:
1616
- Create an [Ingress](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#ingressrule-v1-networking-k8s-io) resource with two hosts.
1717

18+
## Background
19+
20+
Application Gateway for Containers enables multi-site hosting by allowing you to configure more than one web application on the same port. Two or more unique sites can be hosted using unique backend services. See the following example scenario:
21+
22+
![A diagram showing multisite hosting with Application Gateway for Containers.](./media/how-to-multiple-site-hosting-ingress-api/multiple-site-hosting.png)
23+
1824
## Prerequisites
1925

2026
> [!IMPORTANT]
Loading

0 commit comments

Comments
 (0)