Skip to content

Commit 3da8ba6

Browse files
Merge pull request #211811 from ssalgadodev/identityWarnings
AutoML | changes to Identity Based Data
2 parents 99ac45e + fb9232f commit 3da8ba6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ To create datastores that use **credential-based** authentication, like access k
2727

2828
There are two scenarios in which you can apply identity-based data access in Azure Machine Learning. These scenarios are a good fit for identity-based access when you're working with confidential data and need more granular data access management:
2929

30-
> [!WARNING]
31-
> Identity-based data access is not supported for [automated ML experiments](how-to-configure-auto-train.md).
32-
3330
- Accessing storage services
3431
- Training machine learning models with private data
3532

@@ -158,9 +155,6 @@ If your storage account has virtual network settings, that dictates what identit
158155

159156
We recommend that you use [Azure Machine Learning datasets](./v1/how-to-create-register-datasets.md) when you interact with your data in storage with Azure Machine Learning.
160157

161-
> [!IMPORTANT]
162-
> Datasets using identity-based data access are not supported for [automated ML experiments](how-to-configure-auto-train.md).
163-
164158
Datasets package your data into a lazily evaluated consumable object for machine learning tasks like training. Also, with datasets you can [download or mount](v1/how-to-train-with-datasets.md#mount-vs-download) files of any format from Azure storage services like Azure Blob Storage and Azure Data Lake Storage to a compute target.
165159

166160
To create a dataset, you can reference paths from datastores that also use identity-based data access.

0 commit comments

Comments
 (0)