Please proceed to add those IP addresses of the Gateways on the firewall rules on the Azure SQL Database logical server as shown on the image below.
Action required for your Azure SQL Database service
Anonymous
Hi ,
How to to update network configuration to allow communication with all Gateway IP address subnets in the Central US region?
Azure SQL Database
Azure SQL Database
An Azure relational database service.
6,252 questions
2 answers
Sort by: Most helpful
-
Alberto Morillo 34,656 Reputation points MVP Moderator
2023-08-28T12:22:13.68+00:00 -
RahulRandive 10,481 Reputation points Moderator
2023-08-28T15:17:04.7466667+00:00 Hi @Anonymous
Here is a detailed blog on How to Configure IP firewall rules for Azure SQL Databases-
You can do through portal or T-sql https://www.sqlshack.com/configure-ip-firewall-rules-for-azure-sql-databases/
Or via PowerShell and CLI Command - https://learn.microsoft.com/en-us/azure/azure-sql/database/firewall-configure?view=azuresql#use-powershell-to-manage-server-level-ip-firewall-rules
Thank you!