Static IP address in Azure API management Service
Asked Answered
U

3

9

I have done some googling but couldn't get a confirmed answer for this: Does Azure API management service provides a Static IP address? If not, how do i configure it?

Reason i am asking is because my on-premise server only accepts request from whitelisted IP address and therefore we need a static ip address from request coming from Azure API management.

Upbraiding answered 23/3, 2016 at 2:7 Comment(1)
I think you should consider hosting your API apps on cloud services or VMs, and use Reserved IP Addresses.Holly
D
4

Azure api management shows a fixed ip address when you create the service.

We use this for the same scenario and we see all traffic from this ip.

Not much background info on it but this: https://www.nimbo.com/blog/azure-api-management-service-high-availability-disaster-recovery-backup-restore/ It is

Here the Faq on that https://learn.microsoft.com/en-us/azure/api-management/api-management-faq#is-the-api-management-gateway-ip-address-constant-can-i-use-it-in-firewall-rules

Desouza answered 23/3, 2016 at 12:26 Comment(1)
Thanks, i've verified it too with MS support.Upbraiding
L
2

Yes, in all tiers of API Management, the IP address of the gateway remains static for its lifetime.

Llama answered 4/6, 2018 at 17:25 Comment(1)
With the exception of the consumption tier. The consumption tier is dynamically hosted thus don't have a stable IP address.Petepetechia
F
0

Well, that "static" IP address changes when you upgrade to STV2 platform. It also depends on a tier, I didn't have such an option on Premium tier, but it seems there is an option to preserve IP address (in exchange for 15 minutes of downtime during the actual migration process).

Flournoy answered 13/8 at 11:42 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.