Avatar of jrscherer
jrscherer
Flag for United States of America asked on

Azure web service cannot write on attached Azure File Storage

I have a web service on a classic Azure VM. As a new function the web service needs to write some files into an attached Azure File Storage. As Admin with RDP all works well with create folders, read, write and delete files. The web service however gets an error 'Could not find a part of the path...' when trying to create a folder. What do I miss?
StorageAzure

Avatar of undefined
Last Comment
jrscherer

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Alexander Ardatov

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
jrscherer

ASKER
Thanks Alexander for the tip. Having very limited time to complete the job I decided to bypass the problem by writing a REST service to store the files, using the Microsoft.WindowsAzure.Storage library. Works well and is not account dependable. Your tip would have directed me to investigate the issue if I would have needed to stick with the initial plan. You get the points.
jrscherer

ASKER
There is almost no info about this problem on the web, or I could not find it. Your feedback is the only one I got.
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy