0

Is it possible to allow access to azure sql server, only to specific azure web app.

If possible , then do we have to configure start and end IP address of web app in azure sql server in "Firewall and Virtual Network". Also how to find start and end IP address of azure web app ?

kartik iyer
  • 243
  • 3
  • 11

1 Answers1

1

There are two types of IP addresses. Inbound and outbound. For outbound IP, click properties . This will display a list of all possible outbound IP addresses.

enter image description here

For inbound IP address, click on Custom Domains from the properties menu and IP will appear there.

enter image description here

DixitArora-MSFT
  • 1,768
  • 1
  • 5
  • 8
  • How to configure these Inbound and Outbound Ip address of Azure Web app in azure sql server in "Firewall and Virtual Network" ? – kartik iyer Apr 08 '19 at 04:00
  • And Can we Limit the access to Azure SQL Server for Azure Web Apps using Inbound and Outbound IP addresses – kartik iyer Apr 08 '19 at 05:51