Skip to content

Commit b23c15d

Browse files
fixing indentation and typos
1 parent 1a1f41a commit b23c15d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/search/search-blob-indexer-role-based-access.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use Blob indexer to ingest Rbac scopes metadata
2+
title: Use a Blob indexer to ingest Rbac scopes metadata
33
titleSuffix: Azure AI Search
44
description: Learn how to configure Azure AI Search indexers for ingesting Azure Role-Based Access (RBAC) metadata on Azure Blobs.
55
ms.service: azure-ai-search
@@ -9,7 +9,7 @@ author: vaishalishah
99
ms.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

Comments
 (0)