Azure Web App in a Private VPN?

后端 未结 3 1826
臣服心动
臣服心动 2021-01-14 16:20

I\'m simply wondering if it is possible to create a private network on Azure and place a web app there? I know I can put VM\'s, SQL instances etc, but my question concern We

3条回答
  •  迷失自我
    2021-01-14 16:58

    You need to create an App Service Environment (ASE) and deploy your web app there. Instructions on how to do this is available here.

    Also, be advised that at this time, ASE can only be created in a v1 virtual network.

提交回复
热议问题