Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit 81a7c16

Browse files
authored
Fix/getstartdoc (#263)
* fix AAD credential config field names * fix json format
1 parent a28e74e commit 81a7c16

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/02-getting-started-script.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,13 @@ For Shared Key Authentication (Default):
5959
For Azure Active Directory Authentication:
6060

6161
```
62-
"service_principal": {
63-
"tenant_id": "<AAD Diretory ID>"
64-
"client_id": "<AAD App Application ID>"
65-
"credential": "<AAD App Password>"
66-
"batch_account_resource_id": "</batch/account/resource/id>"
67-
"storage_account_resource_id": "</storage/account/resource/id>"
62+
"servicePrincipal": {
63+
"tenantId": "<AAD Diretory ID>",
64+
"clientId": "<AAD App Application ID>",
65+
"credential": "<AAD App Password>",
66+
"batchAccountResourceId": "</batch/account/resource/id>",
67+
"storageAccountResourceId": "</storage/account/resource/id>",
68+
"storageEndpointSuffix": "</storage/account/endpoint/suffix>"
6869
}
6970
```
7071

0 commit comments

Comments
 (0)