Skip to content

Commit 5e12c77

Browse files
committed
freshness & linter pass
1 parent 64f7987 commit 5e12c77

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed
Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,31 @@
11
---
22
title: Create and manage files in your workspace
33
titleSuffix: Azure Machine Learning
4-
description: Learn how create and manage files in your workspace in Azure Machine Learning studio.
4+
description: In this article, you learn how create and manage files in your workspace in Azure Machine Learning studio.
55
services: machine-learning
66
author: sdgilley
77
ms.author: sgilley
88
ms.reviewer: kritifaujdar
99
ms.service: azure-machine-learning
1010
ms.subservice: core
1111
ms.topic: how-to
12-
ms.date: 03/25/2024
12+
ms.date: 09/03/2024
1313
#Customer intent: As a data scientist, I want to create and manage the files in my workspace in Azure Machine Learning studio.
1414
---
1515

1616
# How to create and manage files in your workspace
1717

18-
Learn how to create and manage the files in your Azure Machine Learning workspace. These files are stored in the default workspace storage. Files and folders can be shared with anyone else with read access to the workspace, and can be used from any compute instances in the workspace.
18+
Learn how to create and manage the files in your Azure Machine Learning workspace. These files are stored in the default workspace storage. Files and folders can be shared with anyone else with read access to the workspace, and can be used from any compute instances in the workspace.
1919

2020
## Prerequisites
2121

2222
* An Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
2323
* A Machine Learning workspace. [Create workspace resources](quickstart-create-resources.md).
2424

25-
## Create files
25+
> [!TIP]
26+
> This article shows how to manage files inside Azure Machine Learning studio. You can also connect to your workspace files from Visual Studio Code. To connect to your workspace files from VS Code, see [Work in VS Code remotely connected to a compute instance](how-to-work-in-vs-code-remote.md).
27+
28+
## Create files in studio
2629

2730
To create a new file in your default folder (`Users > yourname`):
2831

@@ -37,28 +40,28 @@ To create a new file in your default folder (`Users > yourname`):
3740
1. Select a file type.
3841
1. Select **Create**.
3942

40-
Notebooks and most text file types display in the preview section. Most other file types don't have a preview.
43+
Notebooks and most text file types display in the preview section. Most other file types don't have a preview.
4144

4245
> [!TIP]
43-
> If you don't see the correct preview for a notebook, make sure it has `.ipynb` as its extension. Hover over the filename in the list to select **...** if you need to rename the file.
46+
> If you don't see the correct preview for a notebook, make sure it has `.ipynb` as its extension. Hover over the filename in the list to select **...** if you need to rename the file.
4447
4548
To create a new file in a different folder:
4649

4750
1. Select the "..." at the end of the folder.
4851
1. Select **Create new file**.
4952

5053
> [!IMPORTANT]
51-
> Content in notebooks and scripts can potentially read data from your sessions and access data without your organization in Azure. Only load files from trusted sources. For more information, see [Secure code best practices](concept-secure-code-best-practice.md#azure-machine-learning-studio-notebooks).
54+
> Content in notebooks and scripts can potentially read data from your sessions and access data without your organization in Azure. Only load files from trusted sources. For more information, see [Secure code best practices](concept-secure-code-best-practice.md#azure-machine-learning-studio-notebooks).
5255
5356
## Customize your file editing experience
5457

55-
In the Azure Machine Learning studio file editor, you can customize your editing experience with Command Palette and relevant keyboard shortcuts. When you invoke the Command Palette, you will see a selectable list of many options to customize your editing experience.
58+
In the Azure Machine Learning studio file editor, you can customize your editing experience with Command Palette and relevant keyboard shortcuts. When you invoke the Command Palette, you see a selectable list of many options to customize your editing experience.
5659

5760
:::image type="content" source="media/how-to-manage-files/command-palette.png" alt-text="Screenshot shows command palette in file editor.":::
5861

5962
To invoke the Command Palette on a file, either use **F1** or right-select anywhere in the editing space and select **Command Palette** from the menu.
6063

61-
For example, choose "Indent using spaces" if you want your editor to auto-indent with spaces instead of tabs. Take a few moments to explore the different options you have in the Command Palette.
64+
For example, choose "Indent using spaces" if you want your editor to autoindent with spaces instead of tabs. Take a few moments to explore the different options you have in the Command Palette.
6265

6366

6467
## Manage files with Git
@@ -67,23 +70,23 @@ For example, choose "Indent using spaces" if you want your editor to auto-indent
6770

6871
## Clone samples
6972

70-
Your workspace contains a **Samples** folder with notebooks designed to help you explore the SDK and serve as examples for your own machine learning projects. Clone these notebooks into your own folder to run and edit them.
73+
Your workspace contains a **Samples** folder with notebooks designed to help you explore the SDK and serve as examples for your own machine learning projects. Clone these notebooks into your own folder to run and edit them.
7174

7275
## Share files
7376

74-
Copy and paste the URL to share a file. Only other users of the workspace can access this URL. Learn more about [granting access to your workspace](how-to-assign-roles.md).
77+
Copy and paste the URL to share a file. Only other users of the workspace can access this URL. Learn more about [granting access to your workspace](how-to-assign-roles.md).
7578

7679
## Delete a file
7780

78-
You *can't* delete the **Samples** files. These files are part of the studio and are updated each time a new SDK is published.
81+
You *can't* delete the **Samples** files. These files are part of the studio and are updated each time a new SDK is published.
7982

8083
You *can* delete files found in your **Files** section in any of these ways:
8184

82-
* In the studio, select the **...** at the end of a folder or file. Make sure to use a supported browser (Microsoft Edge, Chrome, or Firefox).
85+
* In the studio, select the **...** at the end of a folder or file. Make sure to use a supported browser (Microsoft Edge, Chrome, or Firefox).
8386
* [Use a terminal](how-to-access-terminal.md) from any compute instance in your workspace. The folder **~/cloudfiles** is mapped to storage on your workspace storage account.
8487
* In either Jupyter or JupyterLab with their tools.
8588

86-
## Next steps
89+
## Related content
8790

8891
* [Run Jupyter notebooks in your workspace](how-to-run-jupyter-notebooks.md)
8992
* [Access a compute instance terminal in your workspace](how-to-access-terminal.md)
-1.22 KB
Loading

0 commit comments

Comments
 (0)