You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/how-to-setup-rbac.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,10 +71,13 @@ This table lists all the actions exposed by the permission model.
71
71
|`Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/items/upsert`| "Upsert" an item. This operation creates an item if it doesn't already exist, or to replace the item if it does exist. |
72
72
|`Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/items/delete`| Delete an item. |
73
73
|`Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/executeQuery`| Execute a [SQL query](nosql/query/getting-started.md). |
74
-
|`Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/readChangeFeed`| Read from the container's [change feed](read-change-feed.md). |
74
+
|`Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/readChangeFeed`| Read from the container's [change feed](read-change-feed.md). Execute [SQL queries](nosql/query/getting-started.md) using the SDKs. |
75
75
|`Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/executeStoredProcedure`| Execute a [stored procedure](stored-procedures-triggers-udfs.md). |
76
76
|`Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/manageConflicts`| Manage [conflicts](conflict-resolution-policies.md) for multi-write region accounts (that is, list and delete items from the conflict feed). |
77
77
78
+
> [!NOTE]
79
+
> When executing queries through the SDKs, both `Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/executeQuery` and `Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/readChangeFeed` permissions are required.
80
+
78
81
Wildcards are supported at both *containers* and *items* levels:
0 commit comments