Skip to content

Commit f5cd5e1

Browse files
authored
Merge pull request #48446 from microsoftcode/patch-1
The Backlash ( \ ) in Azure CLI does not work
2 parents 63075da + ebf4dff commit f5cd5e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/event-hubs/store-captured-data-data-warehouse.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ To deploy the template using Azure CLI, use the following commands:
7272
```azurecli-interactive
7373
az group create -l westus -n rgDataMigrationSample
7474
75-
az group deployment create \
76-
--resource-group rgDataMigrationSample \
77-
--template-uri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/event-grid/EventHubsDataMigration.json \
75+
az group deployment create `
76+
--resource-group rgDataMigrationSample `
77+
--template-uri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/event-grid/EventHubsDataMigration.json `
7878
--parameters eventHubNamespaceName=<event-hub-namespace> eventHubName=hubdatamigration sqlServerName=<sql-server-name> sqlServerUserName=<user-name> sqlServerPassword=<password> sqlServerDatabaseName=<database-name> storageName=<unique-storage-name> functionAppName=<app-name>
7979
```
8080

0 commit comments

Comments
 (0)