Skip to content

Commit 7a60abf

Browse files
committed
minor changes
1 parent 992a4e8 commit 7a60abf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/machine-learning/concept-data.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
ms.reviewer: nibaccam
1010
author: nibaccam
1111
ms.author: nibaccam
12-
ms.date: 03/15/2020
12+
ms.date: 03/18/2020
1313

1414
---
1515

@@ -40,9 +40,10 @@ The following diagram provides a visual demonstration of this recommended workfl
4040

4141
## Datastores
4242

43-
Azure Machine Learning datastores securely keep the connection information to your Azure storage, so you don't have to code it in your scripts. [Register and create a datastore](how-to-access-data.md) to easily connect to your storage account, and access the data in your underlying Azure storage.
43+
Azure Machine Learning datastores securely keep the connection information to your Azure storage, so you don't have to code it in your scripts. [Register and create a datastore](how-to-access-data.md) to easily connect to your storage account, and access the data in your underlying Azure storage service.
4444

4545
Supported Azure storage services that can be registered as datastores:
46+
4647
+ Azure Blob Container
4748
+ Azure File Share
4849
+ Azure Data Lake
@@ -104,6 +105,6 @@ See the [Create a dataset monitor](how-to-monitor-datasets.md) article, to learn
104105

105106
## Next steps
106107

107-
+ Create a dataset in Azure Machine Learning studio or with the Python SDK, [use these steps.](how-to-create-register-datasets.md)
108+
+ Create a dataset in Azure Machine Learning studio or with the Python SDK [using these steps.](how-to-create-register-datasets.md)
108109
+ Try out dataset training examples with our [sample notebooks](https://aka.ms/dataset-tutorial).
109110
+ For data drift examples, see this [data drift tutorial](https://aka.ms/datadrift-notebook).

0 commit comments

Comments
 (0)