Skip to content

Commit f5f5244

Browse files
Merge pull request #222762 from saachigopal/patch-32
Update how-to-administrate-data-authentication.md
2 parents 5de388e + 063770a commit f5f5244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-administrate-data-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In general, data access from studio involves the following checks:
4444
- Storage: Does the storage allow public access, or does it restrict access through a service endpoint or a private endpoint?
4545
* What operation is being performed?
4646
- Create, read, update, and delete (CRUD) operations on a data store/dataset are handled by Azure Machine Learning.
47-
- The following RBAC operation must be enabled to archive data assets in the Studio: Microsoft.MachineLearningServices/workspaces/datasets/registered/delete
47+
- Archive operation on data assets in the Studio requires the following RBAC operation: Microsoft.MachineLearningServices/workspaces/datasets/registered/delete
4848
- Data Access calls (such as preview or schema) go to the underlying storage and need extra permissions.
4949
* Where is this operation being run; compute resources in your Azure subscription or resources hosted in a Microsoft subscription?
5050
- All calls to dataset and datastore services (except the "Generate Profile" option) use resources hosted in a __Microsoft subscription__ to run the operations.

0 commit comments

Comments
 (0)