Share via

How to find or enable the Managed Identity of ADLS Gen2 storage account. And how to share it for secure access.

Amit Puthenpura (Wipro Ltd) 40 Reputation points Microsoft External Staff
2026-01-14T00:31:03.68+00:00

How to find or enable the 'Managed Identity' of an ADLS Gen2 storage account. And how to share it for secure access.

Azure Data Lake Storage
Azure Data Lake Storage

An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2026-01-14T00:53:07.5+00:00

    Hi @Amit Puthenpura (Wipro Ltd)

    It sounds like you're looking to find or enable the Managed Identity of your Azure Data Lake Storage (ADLS) Gen2 account and share it for secure access. Here's how you can do that:

    Finding or Enabling Managed Identity

    1. Navigate to Azure Portal: Go to the Azure Portal.
    2. Access Your Storage Account: Find and select your ADLS Gen2 storage account.
    3. Enable Managed Identity:
      • In the left pane, select Identity under the Settings category.
        • Choose either System assigned to enable a system-assigned identity or User assigned if you prefer to create a user-assigned identity.
          • For system-assigned, click on the Status toggle to set it to On and then save the changes.

    Sharing the Managed Identity for Secure Access

    To give access to your Managed Identity:

    1. Go to Access Control (IAM):
      • Within your storage account settings, select Access Control (IAM) from the left navigation menu.
      1. Add Role Assignment:
        • Click on Add role assignment.
          • Under Role, choose Storage Blob Data Contributor or Storage Blob Data Owner, depending on the level of access required.
            • For Members, select Managed identity and choose the identity you just created or enabled from the available list.
              • Finally, review the settings and click Review + Assign to confirm.

    This way, you'll have securely shared your Managed Identity for access to the ADLS Gen2 storage.

    References

    For more detailed instructions, you can check out the following documentation:

    Hope this helps! Let me know if you have any more questions.

    Was this answer helpful?


Your answer

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