Skip to content

Commit b5a1813

Browse files
committed
added link to notebook
1 parent ad0aa2c commit b5a1813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-security-manage-encryption-keys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,9 @@ We recommend that you [enable logging](/azure/key-vault/general/logging) as part
349349

350350
## Python example of an encryption key configuration
351351

352-
This section shows the Python representation of an encryptionKey in an object definition. It's the same definition for indexes, data sources, skillets, indexers, and synonym maps.
352+
This section shows the Python representation of an `encryptionKey` in an object definition. The same definition applies to indexes, data sources, skillets, indexers, and synonym maps. To try this example on your search service and key vault, download the notebook from [azure-search-python-samples](https://github.com/Azure-Samples/azure-search-python-samples).
353353

354-
Install some packages
354+
Install some packages.
355355

356356
```python
357357
! pip install python-dotenv

0 commit comments

Comments
 (0)