Skip to content

Commit ca661eb

Browse files
authored
Update how-to-interactive-jobs.md
Acro terminology edit: Azure Machine Learning Studio -> Azure Machine Learning studio
1 parent 8506641 commit ca661eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/how-to-interactive-jobs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Interactive training is supported on **Azure Machine Learning Compute Clusters**
2727

2828
## Prerequisites
2929
- Review [getting started with training on Azure Machine Learning](./how-to-train-model.md).
30-
- To use this feature in Azure Machine Learning Studio, enable the "Debug & monitor your training jobs" flight via the [preview panel](./how-to-enable-preview-features.md#how-do-i-enable-preview-features).
30+
- To use this feature in Azure Machine Learning studio, enable the "Debug & monitor your training jobs" flight via the [preview panel](./how-to-enable-preview-features.md#how-do-i-enable-preview-features).
3131
- To use **VS Code**, [follow this guide](how-to-setup-vs-code.md) to set up the Azure Machine Learning extension.
3232
- Make sure your job environment has the `openssh-server` and `ipykernel ~=6.0` packages installed (all Azure Machine Learning curated training environments have these packages installed by default).
3333
- Interactive applications can't be enabled on distributed training runs where the distribution type is anything other than Pytorch, Tensorflow or MPI. Custom distributed training setup (configuring multi-node training without using the above distribution frameworks) is not currently supported.
@@ -38,7 +38,7 @@ Interactive training is supported on **Azure Machine Learning Compute Clusters**
3838
By specifying interactive applications at job creation, you can connect directly to the container on the compute node where your job is running. Once you have access to the job container, you can test or debug your job in the exact same environment where it would run. You can also use VS Code to attach to the running process and debug as you would locally.
3939

4040
### Enable during job submission
41-
# [Azure Machine Learning Studio](#tab/ui)
41+
# [Azure Machine Learning studio](#tab/ui)
4242
1. Create a new job from the left navigation pane in the studio portal.
4343

4444

@@ -164,7 +164,7 @@ If you don't see the above options, make sure you have enabled the "Debug & moni
164164

165165
---
166166
### Connect to endpoints
167-
# [Azure Machine Learning Studio](#tab/ui)
167+
# [Azure Machine Learning studio](#tab/ui)
168168
To interact with your running job, click the button **Debug and monitor** on the job details page.
169169

170170
:::image type="content" source="media/interactive-jobs/debug-and-monitor.png" alt-text="Screenshot of interactive jobs debug and monitor panel location.":::

0 commit comments

Comments
 (0)