Skip to content

Commit 8a79a17

Browse files
authored
Merge pull request #80285 from sdgilley/sdg-master2
add info about storage account
2 parents bd1913f + 9a78701 commit 8a79a17

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

articles/machine-learning/service/concept-workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Get started with the service by [creating a workspace](setup-create-workspace.md
8080
When you create a new workspace, it automatically creates several Azure resources that are used by the workspace:
8181

8282
+ [Azure Container Registry](https://azure.microsoft.com/services/container-registry/): Registers docker containers that you use during training and when you deploy a model. To minimize costs, ACR is **lazy-loaded** until deployment images are created.
83-
+ [Azure Storage account](https://azure.microsoft.com/services/storage/): Is used as the default datastore for the workspace.
83+
+ [Azure Storage account](https://azure.microsoft.com/services/storage/): Is used as the default datastore for the workspace. Jupyter notebooks that are used with your notebook VMs are stored here as well.
8484
+ [Azure Application Insights](https://azure.microsoft.com/services/application-insights/): Stores monitoring information about your models.
8585
+ [Azure Key Vault](https://azure.microsoft.com/services/key-vault/): Stores secrets that are used by compute targets and other sensitive information that's needed by the workspace.
8686

articles/machine-learning/service/quickstart-run-cloud-notebook.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ After your VM is running, use the **Notebook VMs** section to launch the Jupyter
7070

7171
1. On the Jupyter notebook webpage, the top foldername is your username. Select this folder.
7272

73+
> [!TIP]
74+
> This folder is located on the [storage container](concept-workspace.md#resources) in your workspace rather than on the notebook VM itself. You can delete the notebook VM and still keep all your work. When you create a new notebook VM later, it will load this same folder.
75+
7376
1. The samples foldername includes a version number, for example **samples-1.0.33.1**. Select the samples folder.
7477

7578
1. Select the **quickstart** notebook.

0 commit comments

Comments
 (0)