Home > Net >  Will the existing IP's lose access if we add a new IP in the Azure Database Firewall?
Will the existing IP's lose access if we add a new IP in the Azure Database Firewall?

Time:12-31

I have an Azure SQL Database with around 100 users IP's added. Then I want to add a new IP. Now I am in a doubt if the gateway gets restarted or not if I update the firewall rules(Add a New IP). If the gateway restarts all my 100 users and my deployed api's in the app services will lose Connectivity to my database

CodePudding user response:

All the existing IPs in the list will remain open for the connection. Adding new IP to list won't affect the existing IP list.

  • Related