How To Create Azure Service Bus And Queue In Microsoft Azure Portal

How To Create Azure Service Bus And Queue In Microsoft Azure Portal

Azure Service Bus is a fully managed enterprise message broker with message queues and publish-subscribe topics.

This article will explain about creating Azure Service Bus and a Queue in Azure Portal.

Pre-requisite

An active Microsoft Azure Online Subscription.

Follow the below steps for creating the Azure Service Bus and a Queue.

Step 1 

Click here to navigate to Azure Portal.

How To Create Azure Service Bus And Queue In Microsoft Azure Portal

Step 2

Click on Create or Create service bus namespace.

How To Create Azure Service Bus And Queue In Microsoft Azure Portal

Step 3

Choose the Resource group (if you have any)

Or

Click on Create new to create a new resource group.

Note: For this article, am going to create a new resource group.

How To Create Azure Service Bus And Queue In Microsoft Azure Portal

Step 4

Provide the Resource Name and Click on OK.

How To Create Azure Service Bus And Queue In Microsoft Azure Portal

Step 5

Provide some unique Namespace name for the Service Bus.

How To Create Azure Service Bus And Queue In Microsoft Azure Portal

Step 6

Choose the nearest Location.

How To Create Azure Service Bus And Queue In Microsoft Azure Portal

Step 7

Choose the required Pricing tier.

How To Create Azure Service Bus And Queue In Microsoft Azure Portal

Note: Click on the Browse the available plans and their features to see the features of the Pricing tier.

How To Create Azure Service Bus And Queue In Microsoft Azure Portal

Step 8

Click on Next: Advanced >

How To Create Azure Service Bus And Queue In Microsoft Azure Portal

Step 9

Click on Next: Networking >

How To Create Azure Service Bus And Queue In Microsoft Azure Portal

Step 10

Click on Next: Tags >

How To Create Azure Service Bus And Queue In Microsoft Azure Portal

Step 11

Provide Tags and Click on Next: Review + Create >

For this article, I had provided the below Sample Tags.

How To Create Azure Service Bus And Queue In Microsoft Azure Portal

Step 12

Once the Validation succeeded, Click on Create.

Service Bus Deployment is in progress.

How To Create Azure Service Bus And Queue In Microsoft Azure Portal

Step 13

Once the Deployment is completed, Click on Go to resource.

How To Create Azure Service Bus And Queue In Microsoft Azure Portal

Step 14

Service Bus has been successfully created now and will create a Queue under this Service Bus.

Click on Queues.

How To Create Azure Service Bus And Queue In Microsoft Azure Portal

Step 15

Click on Queue.

How To Create Azure Service Bus And Queue In Microsoft Azure Portal

Step 16

Provide Name and Click on Create.

How To Create Azure Service Bus And Queue In Microsoft Azure Portal

Service Bus Queue has been created successfully.

How To Create Azure Service Bus And Queue In Microsoft Azure Portal

Step 17

Click on the Queue sbq-contactquery.

How To Create Azure Service Bus And Queue In Microsoft Azure Portal

Step 18

Click on Shared access policies.

How To Create Azure Service Bus And Queue In Microsoft Azure Portal

Step 19

Click on Add.

How To Create Azure Service Bus And Queue In Microsoft Azure Portal

Step 20

Provide the Policy name, Select Manage and Click on Create.

How To Create Azure Service Bus And Queue In Microsoft Azure Portal

SAS Policy has been created successfully.

How To Create Azure Service Bus And Queue In Microsoft Azure Portal

Step 21

Click on the Policy.

How To Create Azure Service Bus And Queue In Microsoft Azure Portal

You can see the Primary KeySecondary KeyPrimary Connection StringSecondary Connection String and SAS Policy ARM ID.

How To Create Azure Service Bus And Queue In Microsoft Azure Portal

Hope you have successfully created Azure Service Bus and the Queue in the Microsoft Azure Portal.

Like and share your valuable feedback on this article.