Azure资源管理器模板HostingEnvironment [英] Azure resource manager template HostingEnvironment

查看:109
本文介绍了Azure资源管理器模板HostingEnvironment的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我从azure画廊下载了Web App + MySQL的arm模板:

I downloaded the arm template for Web App + MySQL from azure gallery:

https://gallery.azure. com/artifact/...

,现在尝试使用它进行部署.但是我不知道/找不到HostingEnvironment之类的某些参数要提供的值,什么是可接受的值,我在哪里可以找到它们?

and now trying to make a deployment using this. But I don't know/can't find out what values to supply for some parameters like HostingEnvironment, what are the accepted values, where can I find them?

我尝试了免费"和共享"的价值,两者都是错误的.

I tried out "Free" and "Shared" for value, both are wrong.

    "ErrorEntity": {
            "Code": "NotFound",
            "Message": "Cannot find HostingEnvironment with name Shared.",
            "ExtendedCode": "51004",
            "MessageTemplate": "Cannot find {0} with name {1}.",
            "Parameters": [
               "HostingEnvironment",
               "Shared"
            ],
            InnerErrors": null
    }

推荐答案

HostingEnvironment是

The HostingEnvironment is the name of the App Service Environment. If you don't need it, try to leave it empty. Otherwise fork the template and remove the property.

这篇关于Azure资源管理器模板HostingEnvironment的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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