Search code examples
azureazure-eventhub

Can eventhubs and service bus be added to a resource group in Azure?


I am working on building a multitenant application in Azure and though resources groups would be a good way to separate the tenants but could not find a way to add eventhub or service bus queues to a resource group. Is it possible?


Solution

  • As of today, No. From what I understand there's a concept of a resource provider for each resource type and a resource type must have a resource provider in order to be added to resource group (rather support Azure Resource Manager) and as of today there's no resource provider for Service Bus.