是否可以在手臂模板中设置 SignalR 模式(默认 || 无服务器 || 经典)?
我目前使用的手臂模板的快照:
"resources": [
{
"comments": "SignalR serverless arm ressource",
"type": "Microsoft.SignalRService/SignalR",
"sku": {
"name": "Free_F1",
"tier": "Free",
"size": "F1",
"capacity": 1
},
"name": "[parameters('SignalR_Name')]",
"apiVersion": "2018-10-01",
"location": "potatocountry",
"tags": {
"CostCenter": "-",
"Product": "signalr",
"Team": "t5"
},
"scale": null,
"properties": {
"hostNamePrefix": null
},
"dependsOn": []
}
使用此模板 SignalR 在默认模式下生成。需要无服务器模式。