Skip to content

Commit a7f9ea6

Browse files
Merge pull request #214543 from gmndrg/main
Update search-howto-connecting-azure-sql-database-to-azure-search-usi…
2 parents 37bc2c2 + 50ee4b6 commit a7f9ea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: HeidiSteen
88
ms.author: heidist
99
ms.service: cognitive-search
1010
ms.topic: how-to
11-
ms.date: 07/25/2022
11+
ms.date: 10/13/2022
1212
---
1313

1414
# Index data from Azure SQL
@@ -44,7 +44,7 @@ Other approaches for creating an Azure SQL indexer include Azure SDKs or [Import
4444

4545
The data source definition specifies the data to index, credentials, and policies for identifying changes in the data. A data source is defined as an independent resource so that it can be used by multiple indexers.
4646

47-
1. [Create or update a data source](/rest/api/searchservice/create-data-source) to set its definition:
47+
1. [Create data source](/rest/api/searchservice/create-data-source) or [Update data source](/rest/api/searchservice/update-data-source) to set its definition:
4848

4949
```http
5050
POST https://myservice.search.windows.net/datasources?api-version=2020-06-30

0 commit comments

Comments
 (0)