Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.33 KB

service-bus-create-namespace-portal.md

File metadata and controls

38 lines (28 loc) · 1.33 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
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

Create a Service Bus namespace using the Azure portal

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:

  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 Service Bus messaging.