Skip to content

Commit 9449644

Browse files
committed
PM feedback
1 parent be560d9 commit 9449644

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/machine-learning/how-to-access-data.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,11 @@ Databricks File System| No authentication | | ✓* | ✓ * |✓*
6262

6363
### Storage guidance
6464

65-
We recommend creating a datastore for an Azure blob container. As part of the workspace creation process a default blob datastore and file share datastore are created for you.
66-
65+
We recommend creating a datastore for an Azure blob container.
6766
Both standard and premium storage are available for blobs. Although premium storage is more expensive, its faster throughput speeds might improve the speed of your training runs, particularly if you train against a large dataset. For information about the cost of storage accounts, see the [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/?service=machine-learning-service).
6867

68+
When you create a workspace, an Azure blob container and an Azure file share are automatically registered to the workspace. They're named `workspaceblobstore` and `workspacefilestore`, respectively. They store the connection information for the blob container and the file share that are provisioned in the storage account attached to the workspace. The `workspaceblobstore` container is set as the default datastore.
69+
6970
<a name="access"></a>
7071

7172
## Create and register datastores
@@ -190,8 +191,6 @@ for name, datastore in datastores.items():
190191
print(name, datastore.datastore_type)
191192
```
192193

193-
When you create a workspace, an Azure blob container and an Azure file share are automatically registered to the workspace. They're named `workspaceblobstore` and `workspacefilestore`, respectively. They store the connection information for the blob container and the file share that are provisioned in the storage account attached to the workspace. The `workspaceblobstore` container is set as the default datastore.
194-
195194
To get the workspace's default datastore, use this line:
196195

197196
```Python

0 commit comments

Comments
 (0)