あなたは Azure ソリューション アーキテクトであり、組織にはオンプレミスの Microsoft SQL Server があります。 最近、Web アプリを含む Azure App Service をデプロイしました。オンプレミス環境の Microsoft SQL Server に安全に接続するために、Web アプリが必要です。 将来的には Azure に接続するための ExpressRoute を確立する予定ですが、現状では Azure への直接接続はありません。 開発チームは、ExpressRoute 接続を必要とせずにテスト目的で Microsoft SQL Server を Azure App Service に安全に接続する方法があるかどうかを問い合わせています。 推奨される解決策は何でしょうか
正解:B
Option A is incorrect because virtual network NAT gateway integration outbound Internet connectivity; in this scenario, we would need an inbound connection. Option B is correct, as hybrid connections can be created directly in Azure app services to connect to your on-premises resources. It uses static TCP ports. Option C is incorrect because You can set up a vnet integration with Azure vnet or an on-premise network, but you would need a site-to-site VPN, which is unavailable. Option D is incorrect because a private endpoint provides connections to Azure services, not on- premises resources. Reference: https://docs.microsoft.com/en-us/answers/questions/701793/connecting-to-azure-app-to-onprem- datbase.html