File tree Expand file tree Collapse file tree 1 file changed +39
-1
lines changed
articles/iot-operations/connect-to-cloud Expand file tree Collapse file tree 1 file changed +39
-1
lines changed Original file line number Diff line number Diff line change @@ -366,9 +366,28 @@ resource dataflow_1 'Microsoft.IoTOperations/instances/dataflowProfiles/dataflow
366
366
operationType: 'Source'
367
367
sourceSettings: {
368
368
endpointRef: 'default'
369
+ serializationFormat: 'Json'
369
370
dataSources: array('tutorial/local')
370
371
}
371
372
}
373
+ {
374
+ operationType: 'BuiltInTransformation'
375
+
376
+ builtInTransformationSettings: {
377
+ serializationFormat: 'Json'
378
+ datasets: []
379
+ filter: []
380
+ map: [
381
+ {
382
+ type: 'PassThrough'
383
+ inputs: [
384
+ '*'
385
+ ]
386
+ output: '*'
387
+ }
388
+ ]
389
+ }
390
+ }
372
391
{
373
392
operationType: 'Destination'
374
393
destinationSettings: {
@@ -393,9 +412,28 @@ resource dataflow_2 'Microsoft.IoTOperations/instances/dataflowProfiles/dataflow
393
412
operationType: 'Source'
394
413
sourceSettings: {
395
414
endpointRef: 'eventgrid'
415
+ serializationFormat: 'Json'
396
416
dataSources: array('telemetry/#')
397
417
}
398
418
}
419
+ {
420
+ operationType: 'BuiltInTransformation'
421
+
422
+ builtInTransformationSettings: {
423
+ serializationFormat: 'Json'
424
+ datasets: []
425
+ filter: []
426
+ map: [
427
+ {
428
+ type: 'PassThrough'
429
+ inputs: [
430
+ '*'
431
+ ]
432
+ output: '*'
433
+ }
434
+ ]
435
+ }
436
+ }
399
437
{
400
438
operationType: 'Destination'
401
439
destinationSettings: {
@@ -405,7 +443,7 @@ resource dataflow_2 'Microsoft.IoTOperations/instances/dataflowProfiles/dataflow
405
443
}
406
444
]
407
445
}
408
- }
446
+ }
409
447
` ` `
410
448
411
449
Like the dataflow endpoint, execute the following command in your terminal :
You can’t perform that action at this time.
0 commit comments