Skip to content

Commit b6a904d

Browse files
Merge pull request #209180 from mumian/0824-bicep-service-bus
fix typo
2 parents 3b3b8d5 + b64376a commit b6a904d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'Quickstart: Create a Service Bus namespace and a queue using Azure
44
documentationcenter: .net
55
author: spelluru
66
ms.author: spelluru
7-
ms.date: 09/27/2021
7+
ms.date: 08/25/2022
88
ms.topic: quickstart
99
ms.tgt_pltfrm: dotnet
1010
ms.custom: subject-armqs, mode-arm
@@ -38,10 +38,10 @@ The resources defined in the template include:
3838
> [!NOTE]
3939
> The following ARM templates are available for download and deployment.
4040
>
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)
4545
4646
You can find more template from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Servicebus&pageNumber=1&sort=Popular)
4747

@@ -51,7 +51,7 @@ With this template, you deploy a Service Bus namespace with a queue.
5151

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

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

5656
[![Deploy to Azure](../media/template-deployments/deploy-to-azure.svg)](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)
5757

@@ -81,8 +81,8 @@ See the following topic that shows how to create an authorization rule for the n
8181

8282
Learn how to manage these resources by viewing these articles:
8383

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)
8686

8787
[Authoring Azure Resource Manager templates]: ../azure-resource-manager/templates/syntax.md
8888
[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

Comments
 (0)