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
The v2 Cosmos DB SDK was replaced with v3 in #717. The v3 SDK supports RBAC, which has a specific permission (Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/readChangeFeed) for reading a container's change feed.
Currently the trigger does not support RBAC, and requires a primary key to work. Are there plans to support RBAC using a Function App's managed identity?
The text was updated successfully, but these errors were encountered:
The v2 Cosmos DB SDK was replaced with v3 in #717. The v3 SDK supports RBAC, which has a specific permission (
Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/readChangeFeed
) for reading a container's change feed.Currently the trigger does not support RBAC, and requires a primary key to work. Are there plans to support RBAC using a Function App's managed identity?
The text was updated successfully, but these errors were encountered: