Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.83 KB

File metadata and controls

36 lines (25 loc) · 1.83 KB
title Create Azure Service Bus Queue in Portal
description In this quickstart, you learn how to create a Service Bus namespace and a queue in the namespace by using the Azure portal.
ms.date 02/05/2026
ms.topic quickstart
ms.custom 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.