File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
articles/machine-learning Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ See [Create datastores](how-to-datastore.md) for more information about datastor
46
46
47
47
Each Azure Machine Learning workspace has a default storage account (Azure storage account) that contains the following datastores:
48
48
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. |
54
54
| ` workspaceartifactstore ` | ` {workspace-id}-azureml ` | Storage for assets such as metrics, models, and components. |
55
55
56
56
## Data types
You can’t perform that action at this time.
0 commit comments