Skip to content

Commit c414423

Browse files
committed
updates
1 parent be8f105 commit c414423

File tree

6 files changed

+17
-9
lines changed

6 files changed

+17
-9
lines changed

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

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -161,33 +161,41 @@ Now create a [logic app](/azure/logic-apps/logic-apps-overview) instance. After
161161

162162
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.
163163

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:
165167
> [!div class="mx-imgBorder"]
166168
> :::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.":::
167169
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":::
171175

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.
173177

174178
Select **Interval** and **Frequency** values that work for you.
175179

176180
> [!NOTE]
177181
> This trigger will monitor the selected container but won't monitor subfolders.
178182
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.
180186

181187
> [!div class="mx-imgBorder"]
182188
> :::image type="content" source="media/how-to-trigger-published-pipeline/search-http.png" alt-text="Screenshot that shows how to add an HTTP action.":::
183189
190+
1. In the resulting pane, select **HTTP**.
191+
184192
Use the following settings to configure your action:
185193

186194
| Setting | Value |
187195
|---|---|
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** |
191199

192200
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:
193201

-23.5 KB
Loading
-950 KB
Loading
-11.3 KB
Loading
-129 KB
Loading
-49.4 KB
Loading

0 commit comments

Comments
 (0)