Skip to content

Commit f363796

Browse files
authored
Fix formatting of JSON examples in documentation
Updated JSON code blocks for clarity and formatting.
1 parent f55247b commit f363796

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/search/search-how-to-index-onelake-files.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,15 +201,15 @@ A data source is defined as an independent resource so that it can be used by mu
201201

202202
For your setup with [shared private link](search-indexer-howto-access-private.md), setup the managed identities using the following connection string, that varies from the setup using the internet for communication. Note that not only the URL is different, but also `WorkspaceEndpoint` is used, instead of `ResourceId`. Take this into consideration when configuring either the system-managed identity or user-managed identity setups.
203203

204-
```json
204+
```json
205205
"credentials": {
206206
"connectionString": "WorkspaceEndpoint=https://{FabricWorkspaceGuid}.z{xy}.blob.fabric.microsoft.com"
207207
}
208-
```
208+
```
209209

210210
1. Set `"container.name"` to the lakehouse GUID, replacing `{LakehouseGuid}` with the value you copied in the previous step. Use `"query"` to optionally specify a lakehouse subfolder or shortcut.
211211

212-
```json
212+
```json
213213
"container": {
214214
"name": "{LakehouseGuid}",
215215
"query": "{optionalLakehouseFolderOrShortcut}"

0 commit comments

Comments
 (0)