Is it possible to create an Azure RBAC custom role that
- has permission to write a Cosmos DB container's indexing policy
- but is not allowed to create new containers?
It seems that the permission for writing the indexing policy is
Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/write
which is also sufficient for creating new containers (which is much more dangerous because it affects billing).