title | description | services | documentationcenter | author | manager | editor | ms.assetid | ms.service | ms.devlang | ms.topic | ms.tgt_pltfrm | ms.workload | ms.date | ms.author |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
How to create a Service Bus namespace in the Azure portal | Microsoft Docs |
Create a Service Bus namespace using the Azure portal. |
service-bus-messaging |
.net |
sethmanheim |
timlt |
fbb10e62-b133-4851-9d27-40bd844db3ba |
service-bus-messaging |
tbd |
get-started-article |
dotnet |
na |
10/16/2017 |
sethm |
A namespace is a scoping container for all messaging components. Multiple queues and topics can reside within a single namespace, and namespaces often serve as application containers. There are two ways to create a Service Bus namespace:
- Azure portal (this article)
- Resource Manager templates
[!INCLUDE service-bus-create-namespace-portal]
Congratulations! You have now created a Service Bus Messaging namespace.
Check out our GitHub samples, which show some of the more advanced features of Service Bus messaging.