Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.41 KB

service-bus-create-namespace-portal.md

File metadata and controls

35 lines (28 loc) · 1.41 KB
title description services documentationcenter author manager editor ms.assetid ms.service ms.devlang ms.topic ms.tgt_pltfrm ms.workload ms.date ms.author
Create a Service Bus namespace using the Azure portal | Microsoft Docs
In order to get started with Service Bus, you will need a namespace. Here's how to create one using the Azure portal.
service-bus-messaging
.net
jtaubensee
timlt
fbb10e62-b133-4851-9d27-40bd844db3ba
service-bus-messaging
tbd
get-started-article
dotnet
na
11/30/2016
jotaub

Create a Service Bus namespace using the Azure portal

A namespace is a common container for all messaging components. Multiple queues and topics can reside in a single namespace, and namespaces often serve as application containers. There are currently two different ways to create a Service Bus namespace.

  1. Azure portal (this article)
  2. Resource Manager templates

Create a namespace in the Azure portal

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

Congratulations! You have now created a Service Bus Messaging namespace.

Next steps

Check out our GitHub samples which show some of the more advanced features of Azure Service Bus Messaging.