Azure Web App in a Private VPN?

妖精的绣舞 提交于 2019-12-01 09:14:27

问题


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 Web Apps specifically. Seems like such basic thing, but can't seem to make any progress on this...

My goal is to setup a Dev, Test and Prod environment in Azure. I setup a VPN for each environment. Each VPN has three subnets (Public Web Front End, Private App Service, and a private Data sub net)

I want Dev, and Test environments to be completely private, but Prod should have the "Web Front End" subnet open to the Internet.

I cannot find a way to put the Web App in the subnet? If this is not possible, then does that mean I can't use Web Apps, and must instead use a VM with IIS? Is my approach using VPN's and subnets incorrect?

Thanks,

Per


回答1:


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.




回答2:


Absolutely - you need to set up Virtual Network or Hybrid Connection:

Reference #1: Connect to on-premises SQL Server from a web app in Azure App Service using Hybrid Connections

Reference #2: Integrate your app with an Azure Virtual Network

Reference #3: How to place your Web App into the existing Virtual Network (your situation, i guess)

And you will have the VPN/Virtual Network that will give your solution the continuous IPs space.



来源:https://stackoverflow.com/questions/37279427/azure-web-app-in-a-private-vpn

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!