Skip to content

Commit 5978176

Browse files
Updated language selection for cli command
1 parent f726ffa commit 5978176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/service-bus-geo-replication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ In the portal, click on the **Promote** icon, and follow the instructions in the
212212

213213
Execute the Azure CLI command to initiate the promotion. The **Force** property is optional, and defaults to **false**.
214214

215-
```cli
215+
```azurecli
216216
az rest --method post --url https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<resourceGroup>/providers/Microsoft.ServiceBus/namespaces/<namespaceName>/failover?api-version=2023-01-01-preview --body "{'properties': {'PrimaryLocation': '<newPrimaryocation>', 'api-version':'2023-01-01-preview', 'Force':'false'}}"
217217
```
218218

0 commit comments

Comments
 (0)