Hi Tony Reynolds,
To address the issue of "Identity-based access" reverting to "Unconfigured" in your Azure File Share please Verify Entra DS Configuration ensure that Microsoft Entra Domain Services is correctly configured on the Microsoft Entra tenant associated with your subscription. Sometimes, the issue can occur if Entra DS is not properly set up on the tenant.
Confirm that you have the necessary permissions to enable identity-based access. Insufficient permissions can cause the setting to revert Utilize the AzFileDiagnostics
tool to detect any incompatible client configurations that might be causing the issue. This tool can provide prescriptive guidance on how to fix the problem.
Execute the Debug-AzStorageAccountAuth
cmdlet to perform basic checks on your Active Directory configuration. This can help identify any issues with your AD setup.
If you are using the Azure portal to make the changes, try using other methods such as CLI, PowerShell, or REST API to see if the issue persists. Ensure that there are active tenants with the tenant ID in your Microsoft Entra tenant. Sometimes, the issue can occur if the tenant is not active or properly configured.
For more information:
https://learn.microsoft.com/en-us/troubleshoot/azure/azure-storage/files/security/files-troubleshoot-smb-authentication?tabs=azure-portal
Your contribution is highly appreciated. Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.
If you have any other questions or are still running into more issues, let me know in the "comments" and I would be happy to help you