8

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.

juvchan
  • 6,113
  • 2
  • 22
  • 35
Kengary
  • 125
  • 2
  • 9
  • I think you should consider hosting your API apps on cloud services or VMs, and use Reserved IP Addresses. – Jack Zeng Mar 23 '16 at 03:31

2 Answers2

3

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

Samir
  • 671
  • 4
  • 15
Erik Oppedijk
  • 3,496
  • 4
  • 31
  • 42
1

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

Mark
  • 21,067
  • 14
  • 53
  • 71
  • 2
    With the exception of the consumption tier. The consumption tier is dynamically hosted thus don't have a stable IP address. – Howie Aug 26 '19 at 13:45