Skip to content

Commit d869b0b

Browse files
author
Mark Heffernan
committed
Update ExitProgram section
1 parent 1bcf047 commit d869b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/cognitive-search-tutorial-blob-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ private static SearchServiceClient CreateSearchServiceClient(IConfigurationRoot
212212

213213
### Add function to exit the program during failure
214214

215-
This tutorial is meant to help you understand each step of the indexing pipeline. If there is a critical issue that prevents the program from creating the data source, creating the index, or creating the indexer, the program will output the error message and exit so that the issue can be understood and addressed.
215+
This tutorial is meant to help you understand each step of the indexing pipeline. If there is a critical issue that prevents the program from creating the data source, skillset, index, or indexer the program will output the error message and exit so that the issue can be understood and addressed.
216216

217217
Add `ExitProgram` to `Main` to handle issues that require the program to exit.
218218

0 commit comments

Comments
 (0)