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
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.topic: quickstart
13
13
ms.custom: subject-armqs
14
14
ms.tgt_pltfrm: dotnet
15
15
ms.workload: na
16
-
ms.date: 12/20/2019
16
+
ms.date: 03/30/2020
17
17
ms.author: spelluru
18
18
---
19
19
# Quickstart: Create a Service Bus namespace and a queue using an Azure Resource Manager template
@@ -57,10 +57,28 @@ With this template, you deploy a Service Bus namespace with a queue.
57
57
58
58
[Service Bus queues](service-bus-queues-topics-subscriptions.md#queues) offer First In, First Out (FIFO) message delivery to one or more competing consumers.
59
59
60
-
To run the deployment automatically, click the following button:
60
+
To run the deployment automatically, click the following button: Create a new resource group for the deployment so that you can easily cleanup later.
61
61
62
62
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F201-servicebus-create-queue%2Fazuredeploy.json)
63
63
64
+
## Verify the deployment
65
+
66
+
1. Select **Notifications** at the top to see the status of the deployment. Wait until the deployment succeeds. Then, select **Go to resource group** in the notification message to navigate to the page for the resource group that contains the Service Bus namespace.
67
+
68
+

69
+
2. Confirm that you see your Service Bus namespace in the list of resources.
70
+
71
+

72
+
3. Select the namespace from the list to see the **Service Bus Namespace** page.
73
+
74
+
## Cleanup resources
75
+
76
+
1. In the Azure portal, navigate to the **Resource group** page for your resource group.
77
+
2. Select **Delete resource group** from the toolbar.
78
+
3. Type the name of the resource group, and select **Delete**.
79
+
80
+

81
+
64
82
## Next steps
65
83
66
84
See the following topic that shows how to create an authorization rule for the namespace/queue:
0 commit comments