Does Azure Files support SMB Signing ?

Josh N. Fay 0 Reputation points
2023-03-27T16:27:48.53+00:00

Does Azure Files support SMB signing / signatures ? Thanks!

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,170 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Sreeju Nair 11,616 Reputation points
    2023-03-28T06:20:43.17+00:00

    Yes. Since SMB singing is a security mechanism in the SMB protocol, it is available in the Azure Files.

    https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/overview-server-message-block-signing#introduction

    You can read more about the Azure Files SMB security settings from the below link

    https://learn.microsoft.com/en-us/azure/storage/files/files-smb-protocol?tabs=azure-portal#smb-security-settings

    For clarity, the Azure Files Documentation list out the features that are not supported in SMB File Share in Azure Files. Review the link below to see unsupported features.

    https://learn.microsoft.com/en-us/azure/storage/files/files-smb-protocol?tabs=azure-portal#limitations

    Hope this helps

    0 comments No comments

  2. Sumarigo-MSFT 43,806 Reputation points Microsoft Employee
    2023-03-28T10:33:20.13+00:00

    @Josh N. Fay Welcome to Microsoft Q&A Forum, Thank you for posting your query here!

    Yes, Azure Files support SMB Signing. SMB signing is a security mechanism in the SMB protocol and is designed to prevent man-in-the-middle attacks. When SMB signing is enabled, the client and server negotiate a session key that is used to sign all SMB packets exchanged during the session. Learn more here

    You can check and enable SMB signing if not already enabled.

     Configure SMB Signing with Confidence - Microsoft Tech Community

    Please let us know if you have any further queries. I’m happy to assist you further.


    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.

    0 comments No comments