Is it possible to access Azure file share using Azure App service user managed identity?

Venkata Pavankumar Dasa 0 Reputation points
2023-11-13T12:57:52.7433333+00:00

Hello all,

We would like to access the Azure file share (Read / Write) from Azure app service using User Managed Identity.

Is it allowed ? Any reference article ?

Thank you

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,050 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,086 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ben Gimblett 2,310 Reputation points Microsoft Employee
    2023-11-13T13:27:31.6266667+00:00

    Hey @Venkata Pavankumar Dasa thank you for your question. Based on the question I think what you're looking for is here https://techcommunity.microsoft.com/t5/azure-storage-blog/general-availability-introducing-azure-ad-support-for-azure/ba-p/3826733 and https://learn.microsoft.com/en-us/azure/storage/files/authorize-oauth-rest?tabs=portal

    In general Az storage files shares emulate on premises file servers with fine grained access control for users over SMB as documented here and with mind of the following https://learn.microsoft.com/en-us/azure/storage/files/storage-files-active-directory-overview#supported-authentication-scenarios

    1 person found this answer helpful.
    0 comments No comments