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.