4

This is the first time I've published a web app on Azure. I have a SQL Server database on Amazon AWS that I'm connecting to. I need to set the security group to allow the Azure Web App to connect. How do I get the IP address of the Azure web app? From what I understand about Azure, the web apps have a rotating IP address because they're on shared servers. What can I tell the security group to allow?

enter image description here

Silvia Doomra
  • 947
  • 8
  • 16
madvora
  • 1,717
  • 7
  • 34
  • 49

2 Answers2

4

Check this Azure Outbound Address

There can be only 4 IPs your web app can have. Add 4 rules to your SG, one for each IP. It is much safer than allowing a larger CIDR block.

helloV
  • 50,176
  • 7
  • 137
  • 145
1

As MS updated their portal, So it would look like the attached screen shot.

enter image description here

Mukesh Salaria
  • 3,345
  • 1
  • 16
  • 21