Skip to content

Commit 69cbc02

Browse files
authored
Merge pull request #214476 from bleroy/beleroy/search-debug-session-cancel
Add cancel button usage to the debug session articles
2 parents ac64629 + 958a7fc commit 69cbc02

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ A cached copy of the enriched document and skillset is loaded into the visual ed
2323

2424
If the enrichment pipeline does not have any errors, a debug session can be used to incrementally enrich a document, test and validate each change before committing the changes.
2525

26+
## Managing the Debug Session state
27+
28+
The debug session can be run again after its creation and its first run using the **Start** button. It may also be canceled while it is still executing using the **Cancel** button. Finally, it may be deleted using the **Delete** button.
29+
30+
:::image type="content" source="media/cognitive-search-debug/debug-session-commands.png" alt-text="Screenshot of the Debug Session control buttons." border="true":::
31+
2632
## AI Enrichments tab > Skill Graph
2733

2834
The visual editor is organized into tabs and panes. This section introduces the components of the visual editor.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ 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.
74+
7375
## Start with errors and warnings
7476

7577
Indexer execution history in the portal gives you the full error and warning list for all documents. In a debug session, the errors and warnings will be limited to one document. You'll work through this list, make your changes, and then return to the list to verify whether issues are resolved.
26.2 KB
Loading

0 commit comments

Comments
 (0)