Skip to content

Commit 372e67f

Browse files
more details
1 parent a7f9ac5 commit 372e67f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

articles/iot-operations/connect-to-cloud/howto-configure-fabric-endpoint.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,10 @@ fabricOneLakeSettings:
305305
fabricOneLakeSettings: {
306306
authentication: {
307307
method: 'SystemAssignedManagedIdentity'
308-
systemAssignedManagedIdentitySettings: {}
308+
systemAssignedManagedIdentitySettings: {
309+
audience: 'https://contoso.onelake.dfs.fabric.microsoft.com'
310+
}
309311
}
310-
oneLakePathType: 'Tables'
311-
host: 'https://msit-onelake.dfs.fabric.microsoft.com'
312312
...
313313
}
314314
```
@@ -385,6 +385,10 @@ fabricOneLakeSettings:
385385

386386
# [Bicep](#tab/bicep)
387387

388+
The bicep file has the values in the dataflow endpoint resource.
389+
390+
<!-- TODO Add a way for users to override the file with values using the az stack group command >
391+
388392
```bicep
389393
batching: {
390394
latencySeconds: 5

0 commit comments

Comments
 (0)