Skip to content

Commit f1811f2

Browse files
committed
validation notice
1 parent f7b9f8e commit f1811f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ When you register an Azure Storage solution as a datastore, you automatically cr
7777
>[!IMPORTANT]
7878
> As part of the initial datastore create and register process, Azure Machine Learning validates that the underlying storage service exists and that the user provided principal (username, service principal or SAS token) has access to that storage. For Azure Data Lake Storage Gen 1 and 2 datastores, however, this validation happens later, when data access methods like [`from_files()`](https://docs.microsoft.com/python/api/azureml-core/azureml.data.dataset_factory.filedatasetfactory?view=azure-ml-py) or [`from_delimited_files()`](https://docs.microsoft.com/python/api/azureml-core/azureml.data.dataset_factory.tabulardatasetfactory?view=azure-ml-py#from-parquet-files-path--validate-true--include-path-false--set-column-types-none--partition-format-none-) are called.
7979
<br><br>
80-
This validation is only performed **once** and is **not** repeated thereafter; for example, each time the datastore is called in scripts.
80+
After datastore creation, this validation is only performed for methods that require access to the underlying storage container, **not** each time datastore objects are retrieved. For example, validation happens if you want to download files from or upload files to a datastore, not if you want to set a default datastore.
8181

8282
### Python SDK
8383

0 commit comments

Comments
 (0)