11---
2- title: Use Blob indexer to ingest Rbac scopes metadata
2+ title: Use a Blob indexer to ingest Rbac scopes metadata
33titleSuffix: Azure AI Search
44description: Learn how to configure Azure AI Search indexers for ingesting Azure Role-Based Access (RBAC) metadata on Azure Blobs.
55ms.service: azure-ai-search
@@ -9,7 +9,7 @@ author: vaishalishah
99ms.author: vaishalishah
1010---
1111
12- # Use an Blob indexer to ingest Rbac scopes metadata
12+ # Use a Blob indexer to ingest Rbac scopes metadata
1313
1414[ !INCLUDE [ Feature preview] ( ./includes/previews/preview-generic.md )]
1515
@@ -82,8 +82,8 @@ JSON example with system managed identity:
8282 "connectionString" : " ResourceId=/subscriptions/<your subscription ID>/resourceGroups/<your resource group name>/providers/Microsoft.Storage/storageAccounts/<your storage account name>/;"
8383 },
8484 "container" : {
85- "name" : " <your container name>" ,
86- "query" : " <optional-query>"
85+ "name" : " <your container name>" ,
86+ "query" : " <optional-query>"
8787 }
8888}
8989```
@@ -99,12 +99,12 @@ JSON schema example with a user-managed identity in the connection string:
9999 "connectionString" : " ResourceId=/subscriptions/<your subscription ID>/resourceGroups/<your resource group name>/providers/Microsoft.Storage/storageAccounts/<your storage account name>/;"
100100 },
101101 "container" : {
102- "name" : " <your container name>" ,
103- "query" : " <optional-query>"
102+ "name" : " <your container name>" ,
103+ "query" : " <optional-query>"
104104 },
105105 "identity" : {
106- "@odata.type" : " #Microsoft.Azure.Search.DataUserAssignedIdentity" ,
107- "userAssignedIdentity" : " /subscriptions/{subscription-ID}/resourceGroups/{resource-group-name}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{user-assigned-managed-identity-name}"
106+ "@odata.type" : " #Microsoft.Azure.Search.DataUserAssignedIdentity" ,
107+ "userAssignedIdentity" : " /subscriptions/{subscription-ID}/resourceGroups/{resource-group-name}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{user-assigned-managed-identity-name}"
108108 }
109109}
110110```
0 commit comments