Cannot enable Azure Files identity-based authentication (AzureFilesIdentityBasedAuthentication feature not found)

Mike DiMartino 0 Reputation points
2025-06-06T18:05:34.9233333+00:00

I am trying to enable Azure Files identity-based authentication using Microsoft Entra Domain Services in my subscription. However, the Azure Portal does not display the option to configure identity-based access, and running the CLI command:

az feature show --namespace Microsoft.Storage --name AzureFilesIdentityBasedAuthentication --query "state"

returns: FeatureNotFound

My environment is the standard public Azure cloud (AzureCloud), East US 2 region.

Please enable this feature for my subscription so I can use Azure Files with Microsoft Entra Domain Services (Azure AD DS) authentication.

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,529 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Manu Philip 20,206 Reputation points MVP Volunteer Moderator
    2025-06-06T20:04:50.4766667+00:00

    Hi Mike DiMartino

    Try the below cli to enable aadds for the Azure Files share and try again

    az storage account update -n <storage-account-name> -g <resource-group-name> --enable-files-aadds

    Hope this helps.


    --please don't forget to upvote and Accept as answer if the reply is 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.