Skip to content

Commit 4a0b913

Browse files
committed
fix code formatting
1 parent 3b24ad1 commit 4a0b913

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/machine-learning/how-to-trigger-published-pipeline.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ Once your Logic App has been provisioned, use these steps to configure a trigger
7171
7272
```json
7373
"DataPathAssignments": {
74-
                        "input_datapath": {
75-
                        "DataStoreName": "<datastore-name>",
74+
"input_datapath": {
75+
               "DataStoreName": "<datastore-name>",
7676
                        "RelativePath": "@triggerBody()?['Name']"
77-
                        }
78-
                        },
79-
                        "ExperimentName": "MyRestPipeline",
80-
                        "ParameterAssignments": {
81-
                            "input_string": "sample_string3"
82-
                        },
77+
}
78+
},
79+
"ExperimentName": "MyRestPipeline",
80+
"ParameterAssignments": {
81+
"input_string": "sample_string3"
82+
},
8383
```
8484
8585
Use the `DataStoreName` you added to your workspace as a [Prerequisite](#prerequisites).

0 commit comments

Comments
 (0)