Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs-ref-services/latest/cosmos-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ The following sections provide several code snippets covering some of the most c
- [Read an item](#read-an-item)
- [Delete an item](#delete-an-data)

> [!IMPORTANT]
> Management operations like creating a database or a container will not be available if role-based access control (RBAC) is used to authenticate instead of using a key as described above. For more details on using RBAC, see [Permissions model](https://learn.microsoft.com/en-us/azure/cosmos-db/how-to-setup-rbac#permission-model).

### Create a database

After authenticating your [CosmosClient](/javascript/api/@azure/cosmos/cosmosclient?view=azure-node-latest), you can work with any resource in the account. The code snippet below creates a SQL API database.
Expand Down