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
container level encryption policies are currently not considered when running installers because there is no way to take control over the installation process when installers run with EnableInstallers. The sane way to do this is probably to disable installers and create the table with other means. Reading and writing encrypted data should then happen automatically.
More details about the feature
At first glance, initializing the client should work by specifying the key resolver and taking control over the client creation:
container level encryption policies are currently not considered when running installers because there is no way to take control over the installation process when installers run with
EnableInstallers
. The sane way to do this is probably to disable installers and create the table with other means. Reading and writing encrypted data should then happen automatically.There might be caveats with filter queries on encrypted properties, see https://learn.microsoft.com/en-us/azure/cosmos-db/how-to-always-encrypted?tabs=dotnet#filter-queries-on-encrypted-properties
The text was updated successfully, but these errors were encountered: