Skip to content

Commit aaa110a

Browse files
committed
fix highlight on bulk insert
1 parent c55bbf0 commit aaa110a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/tutorial-csharp-create-load-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The script uses the Azure SDK for Cognitive Search:
6262
* YOUR-SEARCH-RESOURCE-NAME
6363
* YOUR-SEARCH-ADMIN-KEY
6464

65-
:::code language="csharp" source="~/azure-search-dotnet-samples/search-website-functions-v4/bulk-insert/Program.cs" highlight="16-19" :::
65+
:::code language="csharp" source="~/azure-search-dotnet-samples/search-website-functions-v4/bulk-insert/Program.cs" highlight="16-19, 21-23, 32, 49" :::
6666

6767
1. Open an integrated terminal in Visual Studio Code for the project directory's subdirectory, `search-website-functions-v4/bulk-insert`, then run the following command to install the dependencies.
6868

0 commit comments

Comments
 (0)