简体   繁体   English

如何将WebApp部署到Azure中的现有Vnet和子网中

[英]How do I deploy WebApp into existing Vnet and Subnet in Azure

We have our own Virtual Network. 我们有自己的虚拟网络。 Now we want to deploy WebApp into an existing Virtual Network. 现在,我们想将WebApp部署到现有的虚拟网络中。 Looking for the available options in Azure, is there any ARM template available? 在Azure中寻找可用选项,是否有可用的ARM模板? One option I found - App Service Environment V2 我发现的一个选择-App Service Environment V2

Please help me for other options and ARM template to create the Infrastructure and WebbApp. 请帮助我获得其他选择以及创建基础结构和WebbApp的ARM模板。

Thanks. 谢谢。

Regards, Deb 问候,Deb

Yes. 是。 Azure App Service Environment is a deployment of Azure App Service into a subnet in an Azure virtual network (VNet). Azure App Service环境是将Azure App Service部署到Azure虚拟网络(VNet)中的子网中。

Take a look at this link https://docs.microsoft.com/en-us/azure/app-service/environment/create-external-ase 看一下此链接https://docs.microsoft.com/en-us/azure/app-service/environment/create-external-ase

Create ASE from template https://docs.microsoft.com/en-us/azure/app-service/environment/create-from-template 从模板https://docs.microsoft.com/zh-cn/azure/app-service/environment/create-from-template创建ASE

Template example on github samples https://azure.microsoft.com/documentation/templates/201-web-app-asev2-create github示例上的模板示例https://azure.microsoft.com/documentation/templates/201-web-app-asev2-create

App Service Environment是将Azure Web App部署到现有VNet / Subnet(私有)中的唯一选择。

If you created your resources manually you can download your ARM template from Azure. 如果手动创建资源,则可以从Azure下载ARM模板。 Just click your resource group and then "Automation script". 只需单击您的资源组,然后单击“自动化脚本”。 You can download it and use with PowerShell to deploy everything: 您可以下载它并与PowerShell一起使用以部署所有内容:

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM