File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
articles/iot-operations/connect-to-cloud Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -305,10 +305,10 @@ fabricOneLakeSettings:
305
305
fabricOneLakeSettings: {
306
306
authentication: {
307
307
method: 'SystemAssignedManagedIdentity'
308
- systemAssignedManagedIdentitySettings: {}
308
+ systemAssignedManagedIdentitySettings: {
309
+ audience: 'https://contoso.onelake.dfs.fabric.microsoft.com'
310
+ }
309
311
}
310
- oneLakePathType: 'Tables'
311
- host: 'https://msit-onelake.dfs.fabric.microsoft.com'
312
312
...
313
313
}
314
314
` ` `
@@ -385,6 +385,10 @@ fabricOneLakeSettings:
385
385
386
386
# [Bicep](#tab/bicep)
387
387
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
+
388
392
` ` ` bicep
389
393
batching: {
390
394
latencySeconds: 5
You can’t perform that action at this time.
0 commit comments