简体   繁体   English

Web App上到不同资源组的部署位置

[英]Deployment slots on Web App to different resource groups

I am having different slots for a web app on azure for dev, test, production. 我在Azure上用于开发,测试和生产的Web应用程序有不同的插槽。 I need to move different slots to their respective resource groups. 我需要将不同的插槽移至其各自的资源组。

Can different slots for a single web app be in different resource groups? 一个Web应用程序的不同插槽可以位于不同的资源组中吗? I tried to move a slot to different resource but gives me error (The list of resources in move definition cannot be null or empty. (Code: InvalidResourceMoveRequest)). 我试图将插槽移动到其他资源,但是却出现错误(移动定义中的资源列表不能为null或为空。(代码:InvalidResourceMoveRequest))。 Cannot make out much from the error. 无法从错误中看出很多。 Is there a way to get more details on this error somewhere? 有没有办法在某个地方获得有关此错误的更多详细信息?

Thanks! 谢谢!

Can different slots for a single web app be in different resource groups? 一个Web应用程序的不同插槽可以位于不同的资源组中吗?

You could not move the slot to other resource group , because the azure slot is not a top level resource . 无法将插槽移至其他资源组 ,因为天蓝色插槽不是顶级资源 This means that you could move the top level resource in order to move the child resource. 这意味着您可以移动顶级资源以移动子资源。

You could get more details about the limitation when moving resources to new group or subscription. 将资源移至新组或订阅时,您可以获得有关限制的更多详细信息。

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

相关问题 具有数据库迁移的Azure Web App部署槽 - Azure Web App deployment slots with database migration Azure Web 应用部署槽 web.config - Azure Web App deployment slots web.config Azure Web应用程序-其他部署插槽会影响生产插槽吗? - Azure web app - Additional deployment slots affect production slot? Azure 资源管理器 | Web 应用槽配置 | 应用服务身份验证 - Azure Resource Manager | Web App Slots Config | App Service Authentication Azure 资源管理器:Web 应用槽配置:应用服务认证 - Azure Resource Manager: Web App Slots Config: App Service Authentication 部署槽中的Azure App Services不同的通知中心 - Azure App Services different Notifications Hubs in Deployment Slots 使用部署槽在每个环境中反应应用不同的 API URL - React App different API URLs per environment using deployment slots 带有部署槽的 function 应用程序上的 ServiceBusTrigger - ServiceBusTrigger on function app with deployment slots 使用部署槽将复杂的IIS网站移动到Azure Web应用程序 - Moving a complex IIS web site to Azure Web app using deployment slots Azure Web 应用部署槽,我可以将槽应用换成主生产,然后删除旧的吗? - Azure Web App deployment slots, can I swap a slot app for the main production, then delete the old one?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM