Allow custom ports for configuring Application Gateway listeners #2587
Replies: 5 comments
-
@nileshsawant80, thank you for opening this issue. We will triage it within the next few business days. |
Beta Was this translation helpful? Give feedback.
-
@nileshsawant80, could you please reach out to Azure support to troubleshoot the problem? In general, we recommend having full separation between the environments, including having separate Application Gateways. |
Beta Was this translation helpful? Give feedback.
-
@nileshsawant80, thank you for requesting this feature. |
Beta Was this translation helpful? Give feedback.
-
@mikebudzynski Another issue is Application gateway does not allow to have same port (eg. 443) for public and private IP, this is App gateway product limitation. Can this feature be added to application gateway? |
Beta Was this translation helpful? Give feedback.
-
This repository is specific to the developer portal in API Management. I don't know what the feedback channels for the Application Gateway product are. |
Beta Was this translation helpful? Give feedback.
-
Bug description
I have single application gateway service used for Dev and UAT and separate Dev API Management and UAT API Management service deployed internal mode inside VNET.
We have Azure AD B2C as Identity Management for users trying to use APIs.
Due to organisation standards Dev should be internal (private IP) and UAT is like preprod exposed externally using public IP.
I have configured UAT with public IP with port 443 and Dev with port 8443 at application gateway.
UAT is working fine.
The problem is Dev env is not working with Developer portal, when user trying to signin to developer portal using B2C it fails with error (screenshot attached). The issue is developer portal trying to reach MAPI endpoint apimanagement.dev..... and fails with connection timeout error. The App GW is listening to port 8443 and dev portal send request to 443 by default it does not reach the application gateway and fails.
Issue looks to be on dev portal where port cannot be changed to application gateway custom listener endpoint and port.
Reproduction steps
Expected behavior
No error, User must be registered in API Management service - user section
Is your portal managed or self-hosted?
Managed / Self-hosted
Deployed inside VNET and custom hostname configured with APIM
Gateway name : dc3devappgateway01
API Management service name
dc3devapim02
Environment
Azure
DevPortal_8443_Error.docx
Additional context
Add any other context about the problem here, including screenshots.
Beta Was this translation helpful? Give feedback.
All reactions