Skip to content

juchoi2017/identity-based-data-access

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

[Private Preview] identity-based-data-access

This private preview feature aims to:

  1. Address the security concern for AzureML datastore storing secrets. Today, users have to register datastore with credentials, which is then accessible to anyone with datastore reader role in the workspace.
  2. Enable eyes-off training. For companies with sensitive data, we make it possible for data scientists to do training without access to the actual data content. You can grant data access to compute only. So that data scientists won't be able to access or read the data using their own identity but they can still submit experiments to train with the data using compute identity.

Now users can can create datastore without providing credentials. We will instead use users' identity for data access in notebook and compute identity for data access in remote trianing.

Sample notebook using estimator
Sample notebook using pipeline

Terms of Use

This is a private preview feature of Azure Machine Learning and is subject to the Azure Legal Terms and the Supplemental Terms for Azure Previews

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 88.2%
  • Python 11.8%