You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-bus-messaging/service-bus-resource-manager-namespace-queue.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: 'Quickstart: Create a Service Bus namespace and a queue using Azure
4
4
documentationcenter: .net
5
5
author: spelluru
6
6
ms.author: spelluru
7
-
ms.date: 09/27/2021
7
+
ms.date: 08/25/2022
8
8
ms.topic: quickstart
9
9
ms.tgt_pltfrm: dotnet
10
10
ms.custom: subject-armqs, mode-arm
@@ -38,10 +38,10 @@ The resources defined in the template include:
38
38
> [!NOTE]
39
39
> The following ARM templates are available for download and deployment.
40
40
>
41
-
> *[Create a Service Bus namespace with queue and authorization rule](service-bus-resource-manager-namespace-auth-rule.md)
42
-
> *[Create a Service Bus namespace with topic and subscription](service-bus-resource-manager-namespace-topic.md)
43
-
> *[Create a Service Bus namespace](service-bus-resource-manager-namespace.md)
44
-
> *[Create a Service Bus namespace with topic, subscription, and rule](service-bus-resource-manager-namespace-topic-with-rule.md)
41
+
> -[Create a Service Bus namespace with queue and authorization rule](service-bus-resource-manager-namespace-auth-rule.md)
42
+
> -[Create a Service Bus namespace with topic and subscription](service-bus-resource-manager-namespace-topic.md)
43
+
> -[Create a Service Bus namespace](service-bus-resource-manager-namespace.md)
44
+
> -[Create a Service Bus namespace with topic, subscription, and rule](service-bus-resource-manager-namespace-topic-with-rule.md)
45
45
46
46
You can find more template from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Servicebus&pageNumber=1&sort=Popular)
47
47
@@ -51,7 +51,7 @@ With this template, you deploy a Service Bus namespace with a queue.
51
51
52
52
[Service Bus queues](service-bus-queues-topics-subscriptions.md#queues) offer First In, First Out (FIFO) message delivery to one or more competing consumers.
53
53
54
-
To run the deployment automatically, click the following button: Create a new resource group for the deployment so that you can easily cleanup later.
54
+
To run the deployment automatically, click the following button: Create a new resource group for the deployment so that you can easily clean up later.
55
55
56
56
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.servicebus%2Fservicebus-create-queue%2Fazuredeploy.json)
57
57
@@ -81,8 +81,8 @@ See the following topic that shows how to create an authorization rule for the n
81
81
82
82
Learn how to manage these resources by viewing these articles:
83
83
84
-
*[Manage Service Bus with PowerShell](service-bus-manage-with-ps.md)
85
-
*[Manage Service Bus resources with the Service Bus Explorer](https://github.com/paolosalvatori/ServiceBusExplorer/releases)
84
+
-[Manage Service Bus with PowerShell](service-bus-manage-with-ps.md)
85
+
-[Manage Service Bus resources with the Service Bus Explorer](https://github.com/paolosalvatori/ServiceBusExplorer/releases)
[Service Bus namespace and queue template]: https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.servicebus/servicebus-create-queue/azuredeploy.json/
0 commit comments