1
1
---
2
- title: Use Blob indexer to ingest Rbac scopes metadata
2
+ title: Use a Blob indexer to ingest Rbac scopes metadata
3
3
titleSuffix: Azure AI Search
4
4
description: Learn how to configure Azure AI Search indexers for ingesting Azure Role-Based Access (RBAC) metadata on Azure Blobs.
5
5
ms.service: azure-ai-search
@@ -9,7 +9,7 @@ author: vaishalishah
9
9
ms.author: vaishalishah
10
10
---
11
11
12
- # Use an Blob indexer to ingest Rbac scopes metadata
12
+ # Use a Blob indexer to ingest Rbac scopes metadata
13
13
14
14
[ !INCLUDE [ Feature preview] ( ./includes/previews/preview-generic.md )]
15
15
@@ -82,8 +82,8 @@ JSON example with system managed identity:
82
82
"connectionString" : " ResourceId=/subscriptions/<your subscription ID>/resourceGroups/<your resource group name>/providers/Microsoft.Storage/storageAccounts/<your storage account name>/;"
83
83
},
84
84
"container" : {
85
- "name" : " <your container name>" ,
86
- "query" : " <optional-query>"
85
+ "name" : " <your container name>" ,
86
+ "query" : " <optional-query>"
87
87
}
88
88
}
89
89
```
@@ -99,12 +99,12 @@ JSON schema example with a user-managed identity in the connection string:
99
99
"connectionString" : " ResourceId=/subscriptions/<your subscription ID>/resourceGroups/<your resource group name>/providers/Microsoft.Storage/storageAccounts/<your storage account name>/;"
100
100
},
101
101
"container" : {
102
- "name" : " <your container name>" ,
103
- "query" : " <optional-query>"
102
+ "name" : " <your container name>" ,
103
+ "query" : " <optional-query>"
104
104
},
105
105
"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}"
108
108
}
109
109
}
110
110
```
0 commit comments