Skip to content

Commit b77475e

Browse files
authored
Fix missing endpoint property name
1 parent 2a301fb commit b77475e

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)