我尝试通过arm模板为EventHub设置吞吐量单位。我似乎不知道该怎么做。有谁有主意吗?
发布于 2017-03-09 16:59:15
查看模式:
"Sku": {
"name": "Basic\Standard\Premium",
"tier":"Basic\Standard\Premium",
"capacity": integer # << this is capacity
}模式- http://schema.management.azure.com/schemas/2015-08-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces
尝试部署arm模板,可以确认它是如何工作的。
https://stackoverflow.com/questions/42690741
复制相似问题