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-topic.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.devlang: azurecli
12
12
13
13
# Quickstart: Create a Service Bus namespace with topic and subscription using an Azure Resource Manager template
14
14
15
-
This article shows how to use an Azure Resource Manager template that creates a Service Bus namespace and a topic and subscription within that namespace. The article explains how to specify which resources are deployed and how to define parameters that are specified when the deployment is executed. You can use this template for your own deployments, or customize it to meet your requirements
15
+
This article shows how to use an Azure Resource Manager template that creates a Service Bus namespace and a topic and subscription within that namespace. The article explains how to specify which resources are deployed and how to define parameters that are specified when the deployment is executed. You can use this template for your own deployments, or customize it to meet your requirements.
16
16
17
17
For more information about creating templates, see [Authoring Azure Resource Manager templates][Authoring Azure Resource Manager templates].
18
18
@@ -99,7 +99,7 @@ Creates a standard Service Bus namespace of type **Messaging**, with topic and s
99
99
"location": "[variables('location')]",
100
100
"kind": "Messaging",
101
101
"sku": {
102
-
"name": "Standard",
102
+
"name": "Standard"
103
103
},
104
104
"resources": [{
105
105
"apiVersion": "[variables('sbVersion')]",
@@ -109,14 +109,14 @@ Creates a standard Service Bus namespace of type **Messaging**, with topic and s
0 commit comments