Skip to content

Commit a067fc4

Browse files
authored
Merge pull request #223364 from sdgilley/sdg-main
download config file from workspace
2 parents 3e35834 + a937976 commit a067fc4

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

articles/machine-learning/how-to-configure-environment.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,14 @@ To use this file from your code, use the [`MLClient.from_config`](/python/api/az
5454

5555
Create a workspace configuration file in one of the following methods:
5656

57-
* Azure portal
57+
* Azure Machine Learning studio
5858

59-
**Download the file**: In the [Azure portal](https://portal.azure.com), select **Download config.json** from the **Overview** section of your workspace.
59+
**Download the file**:
60+
1. Sign in to [Azure Machine Learning studio](https://ml.azure.com)
61+
1. In the upper right Azure Machine Learning studio toolbar, select your workspace name.
62+
1. Select the **Download config file** link.
6063

61-
![Azure portal](./media/how-to-configure-environment/configure.png)
64+
:::image type="content" source="media/how-to-configure-environment/configure.png" alt-text="Screenshot shows how to download your config file." lightbox="media/how-to-configure-environment/configure.png":::
6265

6366
* Azure Machine Learning Python SDK
6467

54.3 KB
Loading

articles/machine-learning/quickstart-create-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Create a *compute instance* to use this development environment for the rest of
5555
1. If you didn't just create a workspace in the previous section, sign in to [Azure Machine Learning studio](https://ml.azure.com) now, and select your workspace.
5656
1. On the left side, select **Compute**.
5757

58-
:::image type="content" source="media/quickstart-create-resources/compute-section.png" alt-text="Screenshot: shows Compute section on left hand side of screen.":::
58+
:::image type="content" source="media/quickstart-create-resources/compute-section.png" alt-text="Screenshot: shows Compute section on left hand side of screen." lightbox="media/quickstart-create-resources/compute-section.png":::
5959

6060
1. Select **+New** to create a new compute instance.
6161
1. Supply a name, Keep all the defaults on the first page.

0 commit comments

Comments
 (0)