VNet Integration For Azure Web App and Azure SQL Server
问题 I have an Azure Web App and an Azure SQL Server, both in the same subscription. Both of them are connected to the same VNet Subnet as shown in the below snapshots. The SQL Server is configured not to Allow Azure Resources and Services to access the server, as it should only permit access from either the connected subnet or a set of IP rules. Unfortunately, the SQL Server is actively refusing any connection from the web app stating that the web app IP is not allowed to access the server. The