Skip to content

Commit 4b40348

Browse files
authored
Merge pull request #227342 from HeidiSteen/heidist-fix
[azure search] Revisions to shared private link doc
2 parents a2bfb69 + 1875c15 commit 4b40348

File tree

3 files changed

+216
-135
lines changed

3 files changed

+216
-135
lines changed

articles/search/search-index-azure-sql-managed-instance-with-managed-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: liamca
99

1010
ms.service: cognitive-search
1111
ms.topic: conceptual
12-
ms.date: 05/03/2022
12+
ms.date: 02/17/2023
1313
---
1414

1515
# Set up an indexer connection to Azure SQL Managed Instance using a managed identity
@@ -31,7 +31,7 @@ Before learning more about this feature, it is recommended that you have an unde
3131

3232
To assign read permissions on SQL Managed Instance, you must be an Azure Global Admin with a SQL Managed Instance. See [Configure and manage Azure AD authentication with SQL Managed Instance](/azure/azure-sql/database/authentication-aad-configure) and follow the steps to provision an Azure AD admin (SQL Managed Instance).
3333

34-
* [Configure public endpoint and NSG in SQL Managed Instance](search-howto-connecting-azure-sql-mi-to-azure-search-using-indexers.md) to allow connections from Azure Cognitive Search.
34+
* [Configure a public endpoint and network security group in SQL Managed Instance](search-howto-connecting-azure-sql-mi-to-azure-search-using-indexers.md) to allow connections from Azure Cognitive Search. If your Azure SQL Managed Instance is configured for private connections, [create a shared private link](search-indexer-howto-access-private.md#create-a-shared-private-link-for-a-sql-managed-instance) in Cognitive Search to allow the connection.
3535

3636
## 1 - Assign permissions to read the database
3737

0 commit comments

Comments
 (0)