Skip to content

Commit 3139278

Browse files
committed
fix broken link
1 parent 86e3f80 commit 3139278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/search-indexer-how-to-access-private-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ This article assumes a [REST client](search-get-started-rest.md) and uses the RE
153153
154154
1. [Create the indexer definition](search-howto-create-indexers.md), setting the indexer `executionEnvironment` to "private".
155155
156-
[Indexer execution](search-indexer-securing-resources.md#indexer-execution-environment) occurs in either a private execution environment that's specific to your search service, or a multi-tenant environment hosted by Microsoft and used to offload expensive skillset processing for multiple customers. **When connecting over a private endpoint, indexer execution must be private.**
156+
[Indexer execution](search-howto-run-reset-indexers.md#indexer-execution-environment) occurs in either a private execution environment that's specific to your search service, or a multi-tenant environment hosted by Microsoft and used to offload expensive skillset processing for multiple customers. **When connecting over a private endpoint, indexer execution must be private.**
157157
158158
```http
159159
POST https://myservice.search.windows.net/indexers?api-version=2024-07-01

0 commit comments

Comments
 (0)