Skip to content

Commit 9ab9b84

Browse files
authored
Merge pull request #178748 from nibaccam/access-id-preview
ML Data| remove preview for ID based data access
2 parents c7ce9cb + 2df779c commit 9ab9b84

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

articles/machine-learning/concept-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Supported cloud-based storage services in Azure that can be registered as datast
6464
+ Azure Database for MySQL
6565

6666
>[!TIP]
67-
> The generally available functionality for creating datastores requires credential-based authentication for accessing storage services, like a service principal or shared access signature (SAS) token. These credentials can be accessed by users who have *Reader* access to the workspace. <br><br>If this is a concern, [create a datastore that uses identity-based data access to storage services (preview)](how-to-identity-based-data-access.md). This capability is an [experimental](/python/api/overview/azure/ml/#stable-vs-experimental) preview feature, and may change at any time.
67+
> The generally available functionality for creating datastores requires credential-based authentication for accessing storage services, like a service principal or shared access signature (SAS) token. These credentials can be accessed by users who have *Reader* access to the workspace. <br><br>If this is a concern, [create a datastore that uses identity-based data access to storage services](how-to-identity-based-data-access.md).
6868
6969
<a name="datasets"></a>
7070
## Reference data in storage with datasets

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To understand where datastores fit in Azure Machine Learning's overall data acce
2727
For a low code experience, see how to use the [Azure Machine Learning studio to create and register datastores](how-to-connect-data-ui.md#create-datastores).
2828

2929
>[!TIP]
30-
> This article assumes you want to connect to your storage service with credential-based authentication credentials, like a service principal or a shared access signature (SAS) token. Keep in mind, if credentials are registered with datastores, all users with workspace *Reader* role are able to retrieve these credentials. [Learn more about workspace *Reader* role.](how-to-assign-roles.md#default-roles) <br><br>If this is a concern, learn how to [Connect to storage services with identity based access](how-to-identity-based-data-access.md). <br><br>This capability is an [experimental](/python/api/overview/azure/ml/#stable-vs-experimental) preview feature, and may change at any time.
30+
> This article assumes you want to connect to your storage service with credential-based authentication credentials, like a service principal or a shared access signature (SAS) token. Keep in mind, if credentials are registered with datastores, all users with workspace *Reader* role are able to retrieve these credentials. [Learn more about workspace *Reader* role.](how-to-assign-roles.md#default-roles) <br><br>If this is a concern, learn how to [Connect to storage services with identity based access](how-to-identity-based-data-access.md).
3131
3232
## Prerequisites
3333

@@ -90,7 +90,7 @@ We recommend creating a datastore for an [Azure Blob container](../storage/blobs
9090
To ensure you securely connect to your Azure storage service, Azure Machine Learning requires that you have permission to access the corresponding data storage container. This access depends on the authentication credentials used to register the datastore.
9191

9292
> [!NOTE]
93-
> This guidance also applies to [datastores created with identity-based data access (preview)](how-to-identity-based-data-access.md).
93+
> This guidance also applies to [datastores created with identity-based data access](how-to-identity-based-data-access.md).
9494
9595
### Virtual network
9696

articles/machine-learning/how-to-create-register-datasets.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ If your workspace is in a virtual network, you must configure the dataset to ski
9797
For the data to be accessible by Azure Machine Learning, datasets must be created from paths in [Azure Machine Learning datastores](how-to-access-data.md) or web URLs.
9898

9999
> [!TIP]
100-
> You can create datasets directly from storage urls with identity-based data access. Learn more at [Connect to storage with identity-based data access (preview)](how-to-identity-based-data-access.md)<br><br>
101-
This capability is an [experimental](/python/api/overview/azure/ml/#stable-vs-experimental) preview feature, and may change at any time.
100+
> You can create datasets directly from storage urls with identity-based data access. Learn more at [Connect to storage with identity-based data access](how-to-identity-based-data-access.md).
102101
103102

104103
To create datasets from a datastore with the Python SDK:

0 commit comments

Comments
 (0)