Skip to content

Commit 0ede749

Browse files
author
Dileep Rao
committed
handled tags
1 parent 1a8bbcf commit 0ede749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Creating a new data encryption key is done by calling the `CreateClientEncryptio
150150
- The `name` can be any friendly name you want.
151151
- The `value` must be the key identifier.
152152
> [!IMPORTANT]
153-
> Once the key is created, browse to its current version, and copy its full key identifier: https://<my-key-vault>.vault.azure.net/keys/<key>/<version>. If you omit the key version at the end of the key identifier, the latest version of the key is used.
153+
> Once the key is created, browse to its current version, and copy its full key identifier: `https://<my-key-vault>.vault.azure.net/keys/<key>/<version>`. If you omit the key version at the end of the key identifier, the latest version of the key is used.
154154
- The `algorithm` defines which algorithm shall be used to wrap the key encryption key with the customer-managed key.
155155

156156
```csharp
@@ -176,7 +176,7 @@ Creating a new data encryption key is done by calling the `createClientEncryptio
176176
- The `name` can be any friendly name you want.
177177
- The `value` must be the key identifier.
178178
> [!IMPORTANT]
179-
> Once the key is created, browse to its current version, and copy its full key identifier: https://<my-key-vault>.vault.azure.net/keys/<key>/<version>. If you omit the key version at the end of the key identifier, the latest version of the key is used.
179+
> Once the key is created, browse to its current version, and copy its full key identifier: `https://<my-key-vault>.vault.azure.net/keys/<key>/<version>`. If you omit the key version at the end of the key identifier, the latest version of the key is used.
180180
- The `algorithm` defines which algorithm shall be used to wrap the key encryption key with the customer-managed key.
181181

182182
```java

0 commit comments

Comments
 (0)