蔚蓝的资源管理器servicebus供应商? [英] azure resource manager servicebus provider?

查看:184
本文介绍了蔚蓝的资源管理器servicebus供应商?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有这样的东西作为一个ServiceBus供应商?由于我的应用程序的一部分,我想包括SB命名空间,主题和订阅。那是你部署采用ARM的网站上,并使用服务接口用于脚本等配套功能?

Is there such a thing as a ServiceBus provider? As part of my application I would like to include a SB namespace, topic and subscriptions. Is the expectation that you deploy the website(s) using ARM, and use the service interface for scripting the other supporting features?

推荐答案

现在有一个服务总线提供者。示例模板:

There is a Service Bus Provider now. Sample template:

    {
      "apiVersion": "2014-09-01",
      "name": "[parameters('namespace')]",
      "type": "Microsoft.ServiceBus/namespaces",
      "location": "[parameters('resourceLacation')]",
      "properties": {
        "messagingSku": "1", //basic tier
        "enabled": true,
        "status": "Active",
        "namespaceType": "Messaging",
        "eventHubEnabled": true,                           
        }         
     }

这篇关于蔚蓝的资源管理器servicebus供应商?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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