Skip to content

Commit d9e9d92

Browse files
Merge pull request #275319 from JackStromberg/patch-165
Same port on both public and private frontend
2 parents 862f744 + bd27550 commit d9e9d92

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/application-gateway/ingress-controller-annotations.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: greg-lindsay
66
ms.service: application-gateway
77
ms.topic: article
8-
ms.date: 10/26/2022
8+
ms.date: 5/13/2024
99
ms.author: greglin
1010
---
1111

@@ -219,7 +219,6 @@ spec:
219219
The following annotation allows you to specify whether to expose this endpoint on Private IP of Application Gateway.
220220

221221
> [!NOTE]
222-
> * Application Gateway doesn't support multiple IPs on the same port (example: 80/443). Ingress with annotation `appgw.ingress.kubernetes.io/use-private-ip: "false"` and another with `appgw.ingress.kubernetes.io/use-private-ip: "true"` on `HTTP` will cause AGIC to fail while updating the Application Gateway.
223222
> * For Application Gateway that doesn't have a private IP, Ingresses with `appgw.ingress.kubernetes.io/use-private-ip: "true"` is ignored. This is reflected in the controller logs and ingress events for those ingresses with `NoPrivateIP` warning.
224223

225224
### Usage

0 commit comments

Comments
 (0)