Skip to content

Commit a924945

Browse files
author
Arvind Krishnaa Jagannathan
committed
Incorporate PR comments
1 parent 6a45ff5 commit a924945

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

articles/search/cognitive-search-debug-session.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ Expression Evaluator gives you full interactive access for testing skill context
8080

8181
:::image type="content" source="media/cognitive-search-debug/expression-evaluator.png" alt-text="Screenshot of Expression Evaluator.":::
8282

83-
> [!NOTE]
84-
> Debug sessions cannot yet be configured with [customer managed key encryption (CMK)](search-security-manage-encryption-keys.md) through the portal. This means that if the search service has a policy that [enforces CMK](search-manage-rest.md) for resources, debug sessions will become unusable. This shortcoming is temporary and is planned to be corrected in the near future.
85-
8683
## Next steps
8784

8885
Now that you understand the elements of debug sessions, start your first debug session on an existing skillset.

articles/search/cognitive-search-how-to-debug-skillset.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Debug sessions work with all generally available [indexer data sources](search-d
4545

4646
+ For custom skills, a user-assigned managed identity isn't supported for a debug session connection to Azure Storage. As stated in the prerequisites, you can use a system managed identity, or specify a full access connection string that includes a key. For more information, see [Connect a search service to other Azure resources using a managed identity](search-howto-managed-identities-data-sources.md).
4747

48+
Currently, debug sessions can't be configured with [customer managed key encryption (CMK)](search-security-manage-encryption-keys.md) through the portal which means that if the search service is configured with a policy that [enforces CMK](search-manage-rest.md), then debug sessions will be unsuable.
49+
4850
## Create a debug session
4951

5052
1. Sign in to the [Azure portal](https://portal.azure.com) and find your search service.

0 commit comments

Comments
 (0)