Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.76 KB

service-bus-quickstart-portal.md

File metadata and controls

37 lines (26 loc) · 1.76 KB
title description author ms.author ms.date ms.topic ms.custom
Use the Azure portal to create a Service Bus queue
In this quickstart, you learn how to create a Service Bus namespace and a queue in the namespace by using the Azure portal.
spelluru
spelluru
11/28/2023
quickstart
mode-ui

Use Azure portal to create a Service Bus namespace and a queue

This quickstart shows you how to create a Service Bus namespace and a queue using the Azure portal. It also shows you how to get authorization credentials that a client application can use to send/receive messages to/from the queue.

[!INCLUDE howto-service-bus-queues]

Prerequisites

To complete this quickstart, make sure you have an Azure subscription. If you don't have an Azure subscription, you can create a free account before you begin.

[!INCLUDE service-bus-create-namespace-portal]

[!INCLUDE service-bus-create-queue-portal]

Next steps

In this article, you created a Service Bus namespace and a queue in the namespace. To learn how to send/receive messages to/from the queue, see one of the following quickstarts in the Send and receive messages section.