Secrets automatically created in key vault

DShree 396 Reputation points
2023-04-30T12:22:46.8166667+00:00

Bunch of secrets being automatically created in key vault that is integrated into Azure ML workspace(s). These secrets seem to be generated by the ML resource/service itself and continues to generate new secrets.

 Can you please help with the document for these secrets?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,889 questions
{count} votes

Accepted answer
  1. Ramr-msft 17,736 Reputation points
    2023-05-01T08:56:56.01+00:00

    @D-0887 Thanks, When you perform operations in Azure ML that require secret values to be stored like creating connections, datastores, or workspace management operations, the key vault instance associated to the workspace is used to store those secrets.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Konstantinos Passadis 19,166 Reputation points MVP
    2023-04-30T12:53:16.6566667+00:00

    Hello @D-0887

    The secrets being automatically created in your Key Vault integrated into Azure ML workspace(s) are likely generated by Azure Machine Learning itself for various purposes such as authentication, data access, and encryption.

    Microsoft provides documentation on some of the secrets that may be automatically generated by Azure Machine Learning, along with their purposes and recommended management practices. You can refer to the following links for more information:

    "Manage secrets in Azure Machine Learning": This article provides an overview of secrets in Azure Machine Learning, including what types of secrets can be stored in Key Vault and how to manage them.
    
    Link: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-use-secrets-in-runs
    
    "Authentication in Azure Machine Learning": This article explains the different authentication methods supported by Azure Machine Learning and how to configure them, including how to store credentials securely in Key Vault.
    
    Link: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-setup-authentication
    
    "Encrypt data for privacy and compliance in Azure Machine Learning": This article explains how to use Azure Key Vault to encrypt data in Azure Machine Learning, including how to manage the keys and secrets required for encryption.
    
    Link: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-encrypt-data
    

    It's also recommended to regularly review the secrets stored in your Key Vault and remove any that are no longer needed to reduce the risk of unauthorized access to sensitive information.

    I hope this helps

    If it does kindly mark the answer as Accepted!

    regards

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.