Skip to content

Commit 51e1d0b

Browse files
committed
fixed acrolinx warning
1 parent 5dd4f92 commit 51e1d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/cognitive-search-common-errors-warnings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ This error occurs when the indexer is attempting to [project data into a knowled
207207

208208
<a name="skill-throttled"></a>
209209

210-
## Error: The cognitive service for skill '<skill-name>' has been throttled
210+
## `Error: The cognitive service for skill '<skill-name>' has been throttled`
211211

212212
Skill execution failed because the call to Cognitive Services was throttled. Typically, this class of failure occurs when too many skills are executing in parallel. If you're using the Microsoft.Search.Documents client library to run the indexer, you can use the [SearchIndexingBufferedSender](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/search/Azure.Search.Documents/samples/Sample05_IndexingDocuments.md#searchindexingbufferedsender) to get automatic retry on failed steps. Otherwise, you can [reset and rerun the indexer](search-howto-run-reset-indexers.md).
213213

0 commit comments

Comments
 (0)