How to secure access from App Service To Azure Sql Database using virtual network?

后端 未结 5 968
清酒与你
清酒与你 2020-12-14 22:56

Scenario

I want to use virtual network in order to limit access to Azure Database only from my App Service, so that I can turn of \"Allow access to App Services\"

5条回答
  •  無奈伤痛
    2020-12-14 23:28

    With the latest launch of new service named Private Link, you can now setup private endpoint to access Azure SQL database.

    With today’s announcement of Azure Private Link, you can simply create a private endpoint in your VNet and map it to your PaaS resource (Your Azure Storage account blob or SQL Database server).

提交回复
热议问题