Skip to content

Commit 055636c

Browse files
committed
fix
1 parent 29ae384 commit 055636c

File tree

5 files changed

+3
-4
lines changed

5 files changed

+3
-4
lines changed

articles/machine-learning/how-to-deploy-pipelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ Once you have a pipeline up and running, you can publish a pipeline so that it r
6363
version="1.0")
6464
```
6565

66-
4. After publish your pipeline, you can check it in UI. Pipeline ID is the unique identified of thie published pipeline.
66+
4. After you publish your pipeline, you can check it in UI. Pipeline ID is the unique identified of thie published pipeline.
6767

68-
![published pipeline detail](./media/how-to-create-your-first-pipeline/published-pipeline-detail.png)
68+
:::image type="content" source="./media/how-to-deploy-pipelines/published-pipeline-detail.png" alt-text="Screenshot showing published pipeline detail." lightbox= "./media/how-to-deploy-pipelines/published-pipeline-detail.png":::
6969

7070
## Run a published pipeline
7171

articles/machine-learning/how-to-use-pipeline-ui.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,10 @@ If your pipeline fails or gets stuck on a node, first view the logs.
8989

9090
The **system_logs folder** contains logs generated by Azure Machine Learning. Learn more about [how to view and download log files for a run](how-to-log-view-metrics.md#view-and-download-log-files-for-a-run).
9191

92-
:::image type="content" source="./media/how-to-use-pipeline-ui/view-user-log.png" alt-text="Screenshot showing the user logs of a node." lightbox= "./media/how-to-use-pipeline-ui/check-logs.gif":::
92+
![How to check node logs](media/how-to-use-pipeline-ui/node-logs.gif)
9393

9494
If you don't see those folders, this is due to the compute run time update isn't released to the compute cluster yet, and you can look at **70_driver_log.txt** under **azureml-logs** folder first.
9595

96-
:::image type="content" source="./media/how-to-use-pipeline-ui/view-driver-logs.png" alt-text="Screenshot showing the driver logs of a node." lightbox= "./media/how-to-use-pipeline-ui/view-driver-logs.png":::
9796

9897
## Clone a pipeline job to continue editing
9998

144 KB
Loading
3.69 MB
Loading

0 commit comments

Comments
 (0)