File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
articles/iot-operations/connect-to-cloud Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -366,13 +366,33 @@ 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: {
375
394
endpointRef: 'eventgrid'
395
+ serializationFormat: 'Json'
376
396
dataDestination: 'telemetry/aio'
377
397
}
378
398
}
@@ -393,9 +413,28 @@ resource dataflow_2 'Microsoft.IoTOperations/instances/dataflowProfiles/dataflow
393
413
operationType: 'Source'
394
414
sourceSettings: {
395
415
endpointRef: 'eventgrid'
416
+ serializationFormat: 'Json'
396
417
dataSources: array('telemetry/#')
397
418
}
398
419
}
420
+ {
421
+ operationType: 'BuiltInTransformation'
422
+
423
+ builtInTransformationSettings: {
424
+ serializationFormat: 'Json'
425
+ datasets: []
426
+ filter: []
427
+ map: [
428
+ {
429
+ type: 'PassThrough'
430
+ inputs: [
431
+ '*'
432
+ ]
433
+ output: '*'
434
+ }
435
+ ]
436
+ }
437
+ }
399
438
{
400
439
operationType: 'Destination'
401
440
destinationSettings: {
You can’t perform that action at this time.
0 commit comments