How to fix Azure FileSync Server Endpoint error

Bhanu Pratap 20 Reputation points
2023-08-03T16:57:04.7566667+00:00

During configuration of Azure FileSync, I have below error in Azure Portal.

Error code 0x80C83099

Issue Private endpoint configuration access blocked.

Action Admin action required.

Remediation Check the private endpoint configuration and allow access to the file sync service.Learn more

I checked Azure FileSync articles and guides but unable to fix it. Please help.

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

Accepted answer
  1. ChaitanyaNaykodi-MSFT 27,481 Reputation points Microsoft Employee Moderator
    2023-08-11T02:44:32.8833333+00:00

    @Bhanu Pratap

    Glad to know the issue was resolved and thank you for sharing the solution. I am just summarizing the solution achieved here for community benefit. It will be helpful if you could mark the answer as accepted as it will help any other community member facing similar issue.

    Issue:

    You were getting an Azure FileSync Server Endpoint error with Error code 0x80C83099 where the Private endpoint configuration access was vblocked.

    Troubleshooting steps followed:

    To test if the private endpoint has been correctly configured, you can follow the steps mentioned here.

    • Run the nslookup command nslookup <storage-account-name>.file.core.windows.net to determine if it resolves the private-endpoint's private IP.
    • Run the PowerShell script mentioned here to test that your private endpoint has been set up correctly.

    Solution achieved:

    You were able to figure out that the Private Endpoint DNS entry for Storage Sync Service was not set to correct zone.

    Once it was mapped to correct DNS zone, sync is now working fine.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.