Skip to content

Commit 01227ff

Browse files
authored
Merge pull request #109566 from spelluru/sbusarm0330
added two missing sections
2 parents 7f963b5 + a53e952 commit 01227ff

File tree

5 files changed

+21
-2
lines changed

5 files changed

+21
-2
lines changed

articles/service-bus-messaging/TOC.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- name: Azure CLI
2121
href: service-bus-quickstart-cli.md
2222
- name: ARM template
23+
displayName: Resource Manager
2324
href: service-bus-resource-manager-namespace-queue.md
2425
- name: Send and receive messages
2526
items:
22.1 KB
Loading
90.6 KB
Loading
45 KB
Loading

articles/service-bus-messaging/service-bus-resource-manager-namespace-queue.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.topic: quickstart
1313
ms.custom: subject-armqs
1414
ms.tgt_pltfrm: dotnet
1515
ms.workload: na
16-
ms.date: 12/20/2019
16+
ms.date: 03/30/2020
1717
ms.author: spelluru
1818
---
1919
# 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.
5757

5858
[Service Bus queues](service-bus-queues-topics-subscriptions.md#queues) offer First In, First Out (FIFO) message delivery to one or more competing consumers.
5959

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.
6161

6262
[![Deploy to Azure](./media/service-bus-resource-manager-namespace-queue/deploybutton.png)](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)
6363

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+
![Notification from deployment](./media/service-bus-resource-manager-namespace-queue/notification.png)
69+
2. Confirm that you see your Service Bus namespace in the list of resources.
70+
71+
![Resource group - namespace](./media/service-bus-resource-manager-namespace-queue/resource-group-namespace.png)
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+
![Resource group - delete](./media/service-bus-resource-manager-namespace-queue/resource-group-delete.png)
81+
6482
## Next steps
6583

6684
See the following topic that shows how to create an authorization rule for the namespace/queue:

0 commit comments

Comments
 (0)