Skip to content

Commit a1d903f

Browse files
Merge pull request #215172 from gmndrg/patch-5
Update cognitive-search-how-to-debug-skillset.md
2 parents 4a2eb1a + 07e9e56 commit a1d903f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: heidist
99
ms.service: cognitive-search
1010
ms.custom: ignite-2022
1111
ms.topic: how-to
12-
ms.date: 06/15/2022
12+
ms.date: 10/19/2022
1313
---
1414

1515
# Debug an Azure Cognitive Search skillset in Azure portal
@@ -70,7 +70,10 @@ A Debug Session works with all generally available [indexer data sources](search
7070

7171
The debug session begins by executing the indexer and skillset on the selected document. The document's content and metadata created will be visible and available in the session.
7272

73-
A debug session can be canceled while it's executing using the **Cancel** button.
73+
A debug session can be canceled while it's executing using the **Cancel** button. If you hit the **Cancel** button you should be able to analyze partial results.
74+
75+
It is expected for a debug session to take longer to execute than the indexer since it goes through extra processing.
76+
7477

7578
## Start with errors and warnings
7679

@@ -145,7 +148,7 @@ If skills produce output but the search index is empty, check the field mappings
145148

146149
## Debug a custom skill locally
147150

148-
Custom skills can be more challenging to debug because the code runs externally. This section describes how to locally debug your Custom Web API skill, debug session, Visual Studio Code and [ngrok](https://ngrok.com/docs). This technique works with custom skills that execute in [Azure Functions](../azure-functions/functions-overview.md) or any other Web Framework that runs locally (for example, [FastAPI](https://fastapi.tiangolo.com/)).
151+
Custom skills can be more challenging to debug because the code runs externally, so the debug session can't be used to debug them. This section describes how to locally debug your Custom Web API skill, debug session, Visual Studio Code and [ngrok](https://ngrok.com/docs). This technique works with custom skills that execute in [Azure Functions](../azure-functions/functions-overview.md) or any other Web Framework that runs locally (for example, [FastAPI](https://fastapi.tiangolo.com/)).
149152

150153
### Run ngrok
151154

0 commit comments

Comments
 (0)