Skip to content

Commit d339b6b

Browse files
authored
Merge pull request #176128 from MayankBargali-MSFT/patch-53
(AzureCXP) fixed Azure CLI command
2 parents cb9c839 + 41a5b6d commit d339b6b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/service-bus-messaging/service-bus-resource-manager-namespace-topic-with-rule.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,7 @@ New-AzureResourceGroupDeployment -Name \<deployment-name\> -ResourceGroupName \<
171171
## Azure CLI
172172

173173
```azurecli-interactive
174-
azure config mode arm
175-
176-
azure group deployment create \<my-resource-group\> \<my-deployment-name\> --template-uri <https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/quickstarts/microsoft.servicebus/servicebus-create-topic-subscription-rule/azuredeploy.json>
174+
az deployment group create -g \<my-resource-group\> --template-uri <https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/quickstarts/microsoft.servicebus/servicebus-create-topic-subscription-rule/azuredeploy.json>
177175
```
178176

179177
## Next steps
@@ -191,4 +189,4 @@ Learn how to manage these resources by viewing these articles:
191189
[Using the Azure CLI for Mac, Linux, and Windows with Azure Resource Management]: ../azure-resource-manager/management/manage-resources-cli.md
192190
[Recommended naming conventions for Azure resources]: /azure/cloud-adoption-framework/ready/azure-best-practices/naming-and-tagging
193191
[Service Bus namespace with topic, subscription, and rule]: https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.servicebus/servicebus-create-topic-subscription-rule/
194-
[Service Bus queues, topics, and subscriptions]: service-bus-queues-topics-subscriptions.md
192+
[Service Bus queues, topics, and subscriptions]: service-bus-queues-topics-subscriptions.md

0 commit comments

Comments
 (0)