Skip to content

Commit 81c3e5d

Browse files
authored
Fixed typo and one error
1 parent ccbcf52 commit 81c3e5d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/search/search-howto-managed-identities-data-sources.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: HeidiSteen
88
ms.author: heidist
99
ms.service: cognitive-search
1010
ms.topic: how-to
11-
ms.date: 03/30/2022
11+
ms.date: 07/28/2022
1212
---
1313

1414
# Connect a search service to other Azure resources using a managed identity
@@ -249,9 +249,8 @@ An indexer creates, uses, and remembers the container used for the cached enrich
249249

250250
```json
251251
"cache": {
252-
"id": "{object-id}",
253252
"enableReprocessing": true,
254-
"storageConnectionString": "ResourceId=/subscriptions/{subscription-ID}/resourceGroups/{resource-group-name}/providers/Microsoft.Storage/storageAccounts/storage-account-name};"
253+
"storageConnectionString": "ResourceId=/subscriptions/{subscription-ID}/resourceGroups/{resource-group-name}/providers/Microsoft.Storage/storageAccounts/{storage-account-name};"
255254
},
256255
```
257256

0 commit comments

Comments
 (0)