Can we use Managed Identity to create mount point for ADLS Gen2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 12:35 PM
Hi,
We would like to use Azure Managed Identity to create mount point to read/write data from/to ADLS Gen2?
We are also using following code snippet to use MSI authentication to read data from ADLS Gen2 but it is giving error,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2024 09:23 AM
It seems that using User Assigned Managed Identity to read/write from ADLS Gen2 inside a notebook is not directly supported at the moment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2024 01:25 PM
Thanks for the Reply Walter.
Can I use Subject Name + Issuer Authentication inside the Databricks notebook? Is this supported?
Can I use Federated Identity Credential inside the notebook?
If yes, can you please refer me right pointers.
Thanks