Skip to content

Commit 5ad4012

Browse files
authored
Update how-to-access-data.md
First draft to address unsupported data sources and limitations
1 parent 90393ba commit 5ad4012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ For a low code experience, see how to use the [Azure Machine Learning studio to
6868
Datastores currently support storing connection information to the storage services listed in the following matrix.
6969

7070
> [!TIP]
71-
> **For unsupported storage solutions**, and to save data egress cost during ML experiments, [move your data](#move-data-to-supported-azure-storage-solutions) to a supported Azure storage solution.
71+
> **For unsupported storage solutions** (those not listed in the table below), you may run into issues connecting and working with this data. [Move your data](#move-data-to-supported-azure-storage-solutions) to a supported Azure storage solution. Doing this may also help with additional scenarios, like saving data egress cost during ML experiments.
7272
7373
| Storage type | Authentication type | [Azure Machine Learning studio](https://ml.azure.com/) | [Azure Machine Learning  Python SDK](/python/api/overview/azure/ml/intro) | [Azure Machine Learning CLI](reference-azure-machine-learning-cli.md) | [Azure Machine Learning  REST API](/rest/api/azureml/) | VS Code
7474
---|---|---|---|---|---|---
@@ -304,4 +304,4 @@ Azure Data Factory provides efficient and resilient data transfer with more than
304304

305305
* [Create an Azure machine learning dataset](how-to-create-register-datasets.md)
306306
* [Train a model](../how-to-set-up-training-targets.md)
307-
* [Deploy a model](../how-to-deploy-and-where.md)
307+
* [Deploy a model](../how-to-deploy-and-where.md)

0 commit comments

Comments
 (0)