Skip to content

Commit 57f4901

Browse files
authored
Merge pull request #1731 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents 25667b2 + 03e472d commit 57f4901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-how-to-index-sql-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ You can use either the **Import data** wizard or **Import and vectorize data** w
122122
123123
1. Specify an authentication method, either a SQL Server login defined during server setup, or a managed identity.
124124
125-
If you [configure Azure AI Search to use a managed identity](search-howto-managed-identities-data-sources.md), and you create a role assignment on the database server that grants **SQL Server Contributor** or **SQL Server DB Contributor** permissions to the identity, your indexer can connect to Azure SQL using Microsoft Entra ID and roles.
125+
If you [configure Azure AI Search to use a managed identity](search-howto-managed-identities-data-sources.md), and you create a role assignment on the database server that grants **SQL Server Contributor** or **SQL DB Contributor** permissions to the identity, your indexer can connect to Azure SQL using Microsoft Entra ID and roles.
126126
127127
1. For the **Import and vectorize data** wizard, you can specify options for change and deletion tracking.
128128
@@ -280,7 +280,7 @@ An indexer runs automatically when it's created. You can prevent this by setting
280280
281281
## Check indexer status
282282
283-
To monitor the indexer status and execution history, check the indexer execution history in the Azure portal, or send a [Get Indexer Status](/rest/api/searchservice/indexers/get-status) REST APIrequest
283+
To monitor the indexer status and execution history, check the indexer execution history in the Azure portal, or send a [Get Indexer Status](/rest/api/searchservice/indexers/get-status) REST API request
284284
285285
### [**Portal**](#tab/portal-check-indexer)
286286

0 commit comments

Comments
 (0)