Skip to content

Commit 216b3fe

Browse files
committed
fixed typo
1 parent 028e8e5 commit 216b3fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Custom skills can be more challenging to debug because the code runs externally.
135135

136136
### Run ngrok
137137

138-
[**ngrok**](https://ngrok.com/docs) is a cross-platform application that can create a tunnelling or forwarding URL, so that internet requests reach your local machine. Use ngrok to forward requests from an enrichment pipeline in your search service to your machine to allow local debugging.
138+
[**ngrok**](https://ngrok.com/docs) is a cross-platform application that can create a tunneling or forwarding URL, so that internet requests reach your local machine. Use ngrok to forward requests from an enrichment pipeline in your search service to your machine to allow local debugging.
139139

140140
1. Install ngrok.
141141

@@ -150,7 +150,7 @@ Custom skills can be more challenging to debug because the code runs externally.
150150
> [!NOTE]
151151
> By default, Azure Functions are exposed on 7071. Other tools and configurations might require that you provide a different port.
152152

153-
1. When ngrok starts, copy and save the public forwarding URL for the ext step.
153+
1. When ngrok starts, copy and save the public forwarding URL for the next step. The forwarding URL is randomly generated.
154154

155155
:::image type="content" source="media/cognitive-search-debug/ngrok.png" alt-text="Screenshot of ngrok terminal." border="false":::
156156

0 commit comments

Comments
 (0)