Skip to content

Commit c1176dd

Browse files
authored
Update search-index-azure-sql-managed-instance-with-managed-identity.md
Updated picture references to reflect the correct path
1 parent 98e437b commit c1176dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Follow these steps to assign the search service system managed identity permissi
4444

4545
1. Authenticate with your Azure AD account.
4646

47-
:::image type="content" source="media/search-index-azure-sql-managed-instance-with-managed-identity/sql-login.png" alt-text="Showing screenshot of the Connect to Server dialog.":::
47+
:::image type="content" source="./media/search-index-azure-sql-managed-instance-with-managed-identity/sql-login.png" alt-text="Showing screenshot of the Connect to Server dialog.":::
4848

4949
3. From the left pane, locate the SQL database you will be using as data source for indexing and right-click it. Select **New Query**.
5050

@@ -73,7 +73,7 @@ In this step you will give your Azure Cognitive Search service permission to rea
7373
1. Select **Access control (IAM)**.
7474
1. Select **Add** then **Add role assignment**.
7575

76-
:::image type="content" source="media/search-index-azure-sql-managed-instance-with-managed-identity/access-control-add-role-assignment.png" alt-text="Showing screenshot of the Access Control page." lightbox="media/search-connect-azure-sql-managed-instance-using-indexers-with-managed-identity/access-control-add-role-assignment.png":::
76+
:::image type="content" source="./media/search-index-azure-sql-managed-instance-with-managed-identity/access-control-add-role-assignment.png" alt-text="Showing screenshot of the Access Control page." lightbox="media/search-connect-azure-sql-managed-instance-using-indexers-with-managed-identity/access-control-add-role-assignment.png":::
7777

7878

7979
4. Select **Reader** role.
@@ -82,7 +82,7 @@ In this step you will give your Azure Cognitive Search service permission to rea
8282

8383
Example for SQL Managed Instance using a system-assigned managed identity:
8484

85-
:::image type="content" source="media/search-index-azure-sql-managed-instance-with-managed-identity/add-role-assignment.png" alt-text="Showing screenshot of the member role assignment.":::
85+
:::image type="content" source="./media/search-index-azure-sql-managed-instance-with-managed-identity/add-role-assignment.png" alt-text="Showing screenshot of the member role assignment.":::
8686

8787
## 3 - Create the data source
8888

0 commit comments

Comments
 (0)