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

Venkata Pavan Kumar 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,323 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,022 questions
{count} votes

1 answer

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

    Hey @Anonymous 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

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.