Process Flow - Azure SQL firewall rules
Start: Azure SQL Server
Check incoming connection IP
Is IP in firewall rules?
No→Reject connection
Yes
Allow connection to database
Connection established
Azure SQL checks the IP of incoming connections against firewall rules. If allowed, connection proceeds; otherwise, it is blocked.