Skip to content

Commit c93579a

Browse files
committed
incorporating feedback
1 parent 43d7651 commit c93579a

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

articles/ai-studio/concepts/architecture.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,15 @@ For more information on Azure access-based control, see [What is Azure attribute
9494

9595
The default storage account for an AI hub has the following containers. These containers are created for each AI project, and the `{workspace-id}` prefix matches the unique ID for the AI project. The container is accessed by the AI project using a [connection](connections.md).
9696

97+
> [!TIP]
98+
> To find the ID for your AI project, go to the AI project in the [Azure portal](https://portal.azure.com/). Expand **Settings** and then select **Properties**. The **Workspace ID** is displayed.
99+
97100
| Container name | Connection name | Description |
98101
| --- | --- | --- |
99102
| {workspace-ID}-azureml | workspaceartifactstore | Storage for assets such as metrics, models, and components. |
100103
| {workspace-ID}-blobstore| workspaceblobstore | Storage for data upload, job code snapshots, and pipeline data cache. |
101104
| {workspace-ID}-code | NA | Storage for notebooks, compute instances, and prompt flow. |
102-
103-
> [!TIP]
104-
> The {workspace-id}-code container is created lazily, so it doesn't exist until you've performed an action that needs it. For example, creating a compute instance.
105-
105+
| {workspace-ID}-file | NA | Alternative container for data upload. |
106106

107107
## Encryption
108108

articles/machine-learning/concept-data.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,15 @@ See [Create datastores](how-to-datastore.md) for more information about datastor
4646

4747
Each Azure Machine Learning workspace has a default storage account (Azure storage account) that contains the following datastores:
4848

49+
> [!TIP]
50+
> To find the ID for your workspace, go to the workspace in the [Azure portal](https://portal.azure.com/). Expand **Settings** and then select **Properties**. The **Workspace ID** is displayed.
51+
4952
| Datastore name | Data storage type | Data storage name | Description |
5053
|---|---|---|---|
51-
| `workspaceblobstore` | Blob container | `{workspace-id}-blobstore` | Stores data uploads, job code snapshots, and pipeline data cache. |
52-
| `workspaceworkingdirectory` | File share | `{workspace-id}-code` | Stores data for notebooks, compute instances, and prompt flow. |
53-
| `workspacefilestore` | File share | `{workspace-id}-file` | Alternative container for data upload. |
54-
| `workspaceartifactstore` | `{workspace-id}-azureml` | Storage for assets such as metrics, models, and components. |
54+
| `workspaceblobstore` | Blob container | `azureml-blobstore-{workspace-id}` | Stores data uploads, job code snapshots, and pipeline data cache. |
55+
| `workspaceworkingdirectory` | File share | `code-{GUID}` | Stores data for notebooks, compute instances, and prompt flow. |
56+
| `workspacefilestore` | File share | `azureml-filestore-{workspace-id}` | Alternative container for data upload. |
57+
| `workspaceartifactstore` | Blob container | `azureml` | Storage for assets such as metrics, models, and components. |
5558

5659
## Data types
5760

0 commit comments

Comments
 (0)