Skip to content

Commit 266c0b2

Browse files
authored
Merge pull request #106431 from kr-santosh/patch-1
Update public document - Use client-side encryption with Always Encrypted for Azure Cosmos DB
2 parents 04e41ae + 3c8c101 commit 266c0b2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

articles/cosmos-db/how-to-always-encrypted.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ For each property that you want to encrypt, the encryption policy defines:
5454
- An encryption type. It can be either randomized or deterministic.
5555
- The encryption algorithm to use when encrypting the property. The specified algorithm can override the algorithm defined when creating the key if they are compatible.
5656

57-
> [!NOTE]
58-
> The following properties can't be encrypted:
59-
> - ID
60-
> - The container's partition key
61-
6257
#### Randomized vs. deterministic encryption
6358

6459
The Azure Cosmos DB service never sees the plain text of properties encrypted with Always Encrypted. However, it still supports some querying capabilities over the encrypted data, depending on the encryption type used for a property. Always Encrypted supports the following two types of encryptions:

0 commit comments

Comments
 (0)