Skip to content

Commit 4484a3f

Browse files
authored
Merge pull request #88839 from horihiro/patch-1
Fix missing `endpoint` property name
2 parents d11635d + b77475e commit 4484a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/how-to-setup-rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ const servicePrincipal = new ClientSecretCredential(
392392
"<client-application-id>",
393393
"<client-application-secret>");
394394
const client = new CosmosClient({
395-
"<account-endpoint>",
395+
endpoint: "<account-endpoint>",
396396
aadCredentials: servicePrincipal
397397
});
398398
```

0 commit comments

Comments
 (0)