ARM template format for premium Azure servicebus queue

Mahitha 21 Reputation points
2021-09-14T07:50:10.253+00:00

I am trying to find the properties for queue creation on a premium servicebus namespace. i can see the below doc also shows template format for standard sku only.

https://learn.microsoft.com/en-us/azure/templates/microsoft.servicebus/namespaces/queues?tabs=json

Need help on properties for premium namespace.

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
544 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 68,476 Reputation points
    2021-09-14T08:10:55.19+00:00

    @Mahitha The Microsoft.ServiceBus namespaces/queues section remains same for both standard and premium namespace. The document has the description of the object and name that are supported.

    For your reference I have created the ARM template using the document which creates the premium namepace and one queue under your premium namespace. You can modify it as per your requirement.

    Update:
    To define the Max message size (in KB) you need to define maxMessageSizeInKilobytes in your ARM template. I have reached out to the docmentation team to reflect the same.

    Update 9/30: The document changes are reflected in the latest API version 2021-06-01-preview. Please leverage the latest API version.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.


0 additional answers

Sort by: Most helpful