Accessing Workgroup from Azure File Server

Sriram S 0 Reputation points
2025-11-26T07:26:48.49+00:00

Need support regarding an issue with accessing our workgroup from an Azure File Server. We are currently unable to access shared folders or resources on the workgroup machines from the Azure server.

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

2 answers

Sort by: Most helpful
  1. Ravi Varma Mudduluru 3,550 Reputation points Microsoft External Staff Moderator
    2025-11-26T09:26:17.05+00:00

    Hello @Sriram S,

    Thanks for reaching Microsoft Q&A.

    From the above comment, you are able to access the file server on domain-joined machines, but non-domain devices are unable to connect.

    If the machine is not in domain, it is not possible to login with Entra ID authentication.

    The alternate approach is to connect Azure file share from the workgroup machine using Access key. please follow the below steps

    Step 1: User's image

    Step: 2User's image

    Step:3 - Please copy the above script and run it in your local PowerShell and the file share will add to your local machine

    User's image

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    1 person found this answer helpful.
    0 comments No comments

  2. Q&A Assist
    2025-11-26T07:27:00.49+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To access shared folders or resources on workgroup machines from an Azure File Server, you may need to ensure that the appropriate network configurations and permissions are in place. Here are some steps to consider:

    1. Network Configuration: Ensure that your Azure File Server can communicate with the workgroup machines. This may involve configuring your firewall settings to allow traffic between the Azure environment and the on-premises network.
    2. Authentication: Azure Files supports NTLMv2 authentication. Ensure that your workgroup machines are configured to use NTLMv2, as NTLMv1 is not supported and can lead to connectivity issues.
    3. Access Permissions: Verify that the user accounts being used to access the shared folders have the necessary permissions on both the Azure File Server and the workgroup machines.
    4. DNS Resolution: Ensure that the Azure File Server can resolve the names of the workgroup machines. You may need to configure DNS settings or use IP addresses directly.
    5. Testing Connectivity: Use tools like Test-NetConnection to verify that the Azure File Server can reach the workgroup machines on the necessary ports (e.g., SMB over port 445).

    If issues persist, consider reviewing network traces to identify any potential blocks or misconfigurations in the connection process.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.