将 Azure Web 应用添加到应用服务环境 [英] Adding an azure web app into a App service environment

查看:17
本文介绍了将 Azure Web 应用添加到应用服务环境的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在 Azure 上有一个 Web 应用程序,它不是在应用服务环境 (ASE) 中创建的.现在我有一个特定的要求,迫使我创建一个 ASE 并将现有的 Web 应用程序添加到 ASE 中.可行吗?怎么样?

I have a web application on Azure which was NOT created in an App Service Environment (ASE). Now I have a specific requirement that forces me to create an ASE and add the existing web application into the ASE. Is it doable ? How ?

推荐答案

对于要在 ASE 中的 WebApp,它必须属于一个 AppServicePlan,其 Location 是 ASE 的名称并且属于 Premium Sku.因此,您不能更改现有 WebApp 的 AppServicePlan 并将其指向 ASE 中的那个.

For a WebApp to be inside an ASE, it has to belong to an AppServicePlan whose Location is name of the ASE and is of Premium Sku. For that reason you can't change the AppServicePlan of your existing WebApp and point it to that in the ASE.

你可以做的是克隆应用程序,让你能够做到这一点

What you can do is Clone the App , for you to be able to do this

1) 您需要在 ASE 内有一个与工作池绑定的 AppServicePlan.如果尚未存在,请创建一个新的 AppServicePlan 并选择您创建的 ASE 作为位置.

1) You need to have an AppServicePlan inside ASE that is tied to a worker pool. If not already present, create a new AppServicePlan and select the ASE you created as the Location.

2) 在您现有的 WebApp 设置中,有一个克隆选项(如果高级 SKU 中还没有,它会要求您升级).您可以使用此选项在 ASE 中创建 WebApp 的副本,并绑定到您在上述步骤中创建的 AppServicePlan.

2) In your existing WebApp Settings there is an options to Clone (if not already in Premium SKU, it will ask you to upgrade). You can use this option to create a copy of your WebApp inside the ASE and tie to the AppServicePlan you created in step above.

以下链接提供了有关如何将 WebApp 克隆到现有 AppServicePlan 中的信息:https://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-深度概述/

Here's a link that provides info on how to clone a WebApp into an existing AppServicePlan : https://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/

这篇关于将 Azure Web 应用添加到应用服务环境的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆