我从azure gallery下载了Web App + MySQL的arm模板:
https://gallery.azure.com/artifact/...
现在尝试使用此进行部署。但是我不知道/不能找出像HostingEnvironment这样的参数提供什么值,接受的值是什么,我在哪里可以找到它们?
我尝试了“免费”和“共享”的价值,两者都错了。
"ErrorEntity": {
"Code": "NotFound",
"Message": "Cannot find HostingEnvironment with name Shared.",
"ExtendedCode": "51004",
"MessageTemplate": "Cannot find {0} with name {1}.",
"Parameters": [
"HostingEnvironment",
"Shared"
],
InnerErrors": null
}