Skip to content

Commit 43d7651

Browse files
committed
writing
1 parent c19ab3d commit 43d7651

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/machine-learning/concept-data.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ 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-
| Datastore name | Storage container name | Desccription |
50-
|---|---|---|
51-
| `workspaceblobstore` | `{workspace-id}-blobstore` | Stores data uploads, job code snapshots, and pipeline data cache. |
52-
| `workspaceworkingdirectory` | `{workspace-id}-code` | Stores data for notebooks, compute instances, and prompt flow. |
53-
| `workspacefilestore` | `{workspace-id}-file` | Alternative container for data upload. |
49+
| Datastore name | Data storage type | Data storage name | Description |
50+
|---|---|---|---|
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. |
5454
| `workspaceartifactstore` | `{workspace-id}-azureml` | Storage for assets such as metrics, models, and components. |
5555

5656
## Data types

0 commit comments

Comments
 (0)