Skip to content

Commit 17ee3cb

Browse files
committed
fixed links
1 parent 43e4319 commit 17ee3cb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/search/search-howto-connecting-azure-sql-database-to-azure-search-using-indexers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Indexer configuration specifies the inputs, parameters, and properties controlli
133133
134134
1. See [Create an indexer](search-howto-create-indexers.md) for more information about other properties.
135135
136-
An indexer runs automatically when it's created. You can prevent this by setting "disabled" to true. To control indexer execution, [run an indexer on demand](search-howto-run-reset-indexers) or [put it on a schedule](search-howto-schedule-indexers).
136+
An indexer runs automatically when it's created. You can prevent this by setting "disabled" to true. To control indexer execution, [run an indexer on demand](search-howto-run-reset-indexers.md) or [put it on a schedule](search-howto-schedule-indexers.md).
137137
138138
## Check indexer status
139139

articles/search/search-howto-index-cosmosdb.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ In a [search index](search-what-is-an-index.md), add fields to accept the source
203203
204204
Indexer configuration specifies the inputs, parameters, and properties controlling run time behaviors.
205205
206-
1. [Create or update an indexer](/rest/api/searchservice/create-indexer) to use the predefined data source and search index.
206+
1. [Create or update an indexer](/rest/api/searchservice/create-indexer) by giving it a name and referencing the data source and target index.
207207
208208
```http
209209
POST https://[service name].search.windows.net/indexers?api-version=2020-06-30
@@ -231,6 +231,8 @@ Indexer configuration specifies the inputs, parameters, and properties controlli
231231
232232
1. See [Create an indexer](search-howto-create-indexers.md) for more information about other properties.
233233
234+
An indexer runs automatically when it's created. You can prevent this by setting "disabled" to true. To control indexer execution, [run an indexer on demand](search-howto-run-reset-indexers.md) or [put it on a schedule](search-howto-schedule-indexers.md).
235+
234236
<a name="DataChangeDetectionPolicy"></a>
235237
236238
## Indexing changed documents

0 commit comments

Comments
 (0)