首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >在VSTS中使用arm模板将azure函数应用部署到Azure时出错

在VSTS中使用arm模板将azure函数应用部署到Azure时出错
EN

Stack Overflow用户
提问于 2018-07-26 23:06:39
回答 2查看 604关注 0票数 0

我使用的json文件的github url是https://github.com/morsh/functions。在这里,我尝试在Azure中部署功能应用程序,但遇到如下问题

代码语言:javascript
复制
Here's the error detail:
{
"Code": "BadRequest",
"Message": "The requested app service plan cannot be created in the current resource group because it is hosting Linux apps. Please choose a different resource group or create a new one.",
"Target": null,
"Details": [
{
"Message": "The requested app service plan cannot be created in the current resource group because it is hosting Linux apps. Please choose a different resource group or create a new one."
},
{
"Code": "BadRequest"
},
{
"ErrorEntity": {
"ExtendedCode": "59314",
"MessageTemplate": "The requested app service plan cannot be created in the current resource group because it is hosting Linux apps. Please choose a different resource group or create a new one.",
"Parameters": [],
"Code": "BadRequest",
"Message": "The requested app service plan cannot be created in the current resource group because it is hosting Linux apps. Please choose a different resource group or create a new one."
}
}
],
"Innererror": null
}
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/51542087

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档