You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/v1/how-to-trigger-published-pipeline.md
+17-9Lines changed: 17 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,33 +161,41 @@ Now create a [logic app](/azure/logic-apps/logic-apps-overview) instance. After
161
161
162
162
1.[Create a system-assigned managed identity](/azure/logic-apps/create-managed-service-identity) to give the app access to your Azure Machine Learning workspace.
163
163
164
-
1. Go to the Logic App Designer view and select the **Blank Logic App** template:
164
+
1. In the left pane, select **Logic app templates** in the **Development Tools** section.
165
+
166
+
1. Select the **Blank workflow** template:
165
167
> [!div class="mx-imgBorder"]
166
168
> :::image type="content" source="media/how-to-trigger-published-pipeline/blank-template.png" alt-text="Screenshot that shows the button for the Blank Logic App template.":::
167
169
168
-
1. In the designer, search for **blob**. Select the **When a blob is added or modified (properties only)** trigger and add this trigger to your logic app.
169
-
> [!div class="mx-imgBorder"]
170
-
> :::image type="content" source="media/how-to-trigger-published-pipeline/add-trigger.png" alt-text="Screenshot that shows how to add a trigger to a logic app." lightbox="media/how-to-trigger-published-pipeline/add-trigger.png":::
170
+
1. In the designer, select **Add a trigger**.
171
+
172
+
1. In the **Add a trigger** pane, search for **blob**. Select the **When a blob is added or modified (properties only)** trigger.
173
+
174
+
:::image type="content" source="media/how-to-trigger-published-pipeline/add-trigger.png" alt-text="Screenshot that shows how to add a trigger to a logic app." lightbox="media/how-to-trigger-published-pipeline/add-trigger.png":::
171
175
172
-
1.Fill in the connection information for the Blob Storage account that you want to monitor for blob additions or modifications. Select the container to monitor.
176
+
1.In the **Create connection** pane, supply the connection information for the Blob Storage account that you want to monitor for blob additions or modifications and then select **Create new**. Select the container to monitor.
173
177
174
178
Select **Interval** and **Frequency** values that work for you.
175
179
176
180
> [!NOTE]
177
181
> This trigger will monitor the selected container but won't monitor subfolders.
178
182
179
-
1. Add an HTTP action that will run when a blob is changed or a new blob is detected. Select **+ New Step**, and then search for and select the HTTP action.
183
+
1. Add an HTTP action that will run when a blob is changed or a new blob is detected. Select the plus sign (+) under the trigger and then select **Add an action**.
184
+
185
+
1. In the **Add an action** pane, select the **HTTP** action. You can search for it if you don't see it.
180
186
181
187
> [!div class="mx-imgBorder"]
182
188
> :::image type="content" source="media/how-to-trigger-published-pipeline/search-http.png" alt-text="Screenshot that shows how to add an HTTP action.":::
183
189
190
+
1. In the resulting pane, select **HTTP**.
191
+
184
192
Use the following settings to configure your action:
185
193
186
194
| Setting | Value |
187
195
|---|---|
188
-
|HTTP action |**POST**|
189
-
|URI |The endpoint of the published pipeline. See [Prerequisites](#prerequisites).|
190
-
| Authentication mode|**Managed Identity**|
196
+
|**URI**|The endpoint of the published pipeline. See [Prerequisites](#prerequisites).|
197
+
|**Method**|**POST**|
198
+
| Authentication type (under **Advanced settings**)|**Managed Identity**|
191
199
192
200
1. Configure your schedule to set the values of any [DataPath PipelineParameters](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-showcasing-datapath-and-pipelineparameter.ipynb) that you have:
0 commit comments