Skip to content

Commit 212bdf6

Browse files
authored
Update cognitive-search-debug-session.md with private connectivity info
Added section on debug sessions with private connectivity, including configuration requirements and troubleshooting guidance.
1 parent cc53a2d commit 212bdf6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: azure-ai-search
99
ms.custom:
1010
- ignite-2023
1111
ms.topic: conceptual
12-
ms.date: 09/21/2025
12+
ms.date: 10/21/2025
1313
ms.update-cycle: 365-days
1414
---
1515

@@ -67,6 +67,17 @@ If the enrichment pipeline doesn't have any errors, a debug session can be used
6767

6868
Debug sessions help identify the root cause of errors or warnings by analyzing the data, skill inputs and outputs, and field mappings. If the indexer encounters configuration issues, such as incorrect network setup, permission-related access errors, or similar, please review the specific error message along with the linked documentation provided. For troubleshooting guidance, refer to the [common indexer errors and warnings](cognitive-search-common-errors-warnings.md).
6969

70+
## Debug Sessions with private connectivity
71+
72+
If your AI enrichment pipeline uses shared private links to access Azure resources, additional configuration is required to ensure indexer and debug sessions work correctly. This includes permissions, trusted access, and network setup.
73+
74+
- If you're using [managed identity](search-how-to-managed-identities.md), assign the necessary roles to your search service identity, including `Storage Blob Data Contributor`, so debug sessions can write session data to your storage account.
75+
- Ensure the search service has access to all resources referenced in the [skillset definition](cognitive-search-working-with-skillsets.md), including any used in the debug session.
76+
- In your storage account, [enable trusted services](search-indexer-howto-access-trusted-service-exception.md) to allow access from Azure AI Search.
77+
- Set `"executionEnvironment" = "private"` property in the indexer definition to ensure the [indexer runs in a private context](search-indexer-howto-access-private.md?#4---configure-the-indexer-to-run-in-the-private-environment).
78+
- Create a [shared private link](search-indexer-howto-access-private.md) for each resource accessed by the search service, including: your data source, if configured to indexer AI enrichment cache and knowledge store, and any other resources configured in your skillset.
79+
- For other troubleshooting guidance, refer to the [common indexer errors and warnings](cognitive-search-common-errors-warnings.md).
80+
7081

7182
## Debug session layout
7283

0 commit comments

Comments
 (0)