Azure app service Windows container - Mount File Share - unable to write file

Singaravelan Alagumuthu 6 Reputation points
2020-10-17T07:41:32.61+00:00

Facing issue when try to upload file to a mount path in windows container in azure app service. The mount path linked to Azure File Share.

I have tried creating 3 different application to test .net MVC, .net Core MVC and node js. In all attempts received same error "The Parameter is Incorrenct".

I have connected to the container via console and tried to create a sample file via command line. received same error.

32820-image.png

But it creates an empty file in the Azure File Storage. Below is the storage explorer screen shot.

32989-image.png

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,156 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,670 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,829 questions
0 comments No comments
{count} vote

3 answers

Sort by: Most helpful
  1. Manu Philip 16,966 Reputation points MVP
    2020-10-17T12:12:43.217+00:00

    Have you checked the Microsoft reference here showing some solutions: storage-troubleshoot-windows-file-connection-problems


  2. Sumarigo-MSFT 43,406 Reputation points Microsoft Employee
    2020-10-22T10:11:38.657+00:00

    @Singaravelan Alagumuthu Firstly, apologies for the delay in responding here and any inconvenience this issue may have caused. Based on the error message, Issue could be caused by port block 445
    To check if your firewall or ISP is blocking port 445, use the AzFileDiagnostics tool or Test-NetConnection cmdlet.

    Is this happening to specific files, can you try in different storage account and let us know the status.

    The mount point is the path that you set in the path mappings. For example, if you set the mount path as /Users/sumarigo/Desktop/file storage/MBR, then the mount point is the final folder MBR, and all the actions in it would be incorrect.

    Hope this helps! Kindly let us know if the above helps or you need further assistance on this issue.

    Looking forward for your reply!

    ------------------------------------------------------------------------------------------------------------------------------------------

    Please don’t forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


  3. Rob 16 Reputation points
    2020-10-29T22:04:28.06+00:00

    I got in contact with Microsoft and they said "This bug has been acknowledged by Product Group and they are currently working on it to resolve as soon as possible. However, there’s no ETA currently as to when the bug will be fixed.". I've asked for an issue/ticket reference so I can track when it is resolved but haven't heard back yet.