Unable to find\locate mounted file share on Azure WebApp

Susheel Bhatt 346 Reputation points
2022-05-08T20:36:55.883+00:00

Hi Everyone,

I mounted a file share to windows azure app service using below article. I see the mount path successfully under path mapping. But how do I access this mount path? I can't find a way to access this mount path.

https://learn.microsoft.com/en-us/azure/app-service/configure-connect-to-azure-storage?tabs=portal&pivots=code-windows

Scenarios :

1.) I opened the app service console and I don't see this mount path.
2.) How do I tell my team to start storing their application logs on this mount point since this isn't even visible.
3.) How to access and verify this mount point is actually visible?

Thanks,
Susheel.

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,425 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,969 questions
0 comments No comments
{count} votes

Accepted answer
  1. Takahito Iwasa 4,851 Reputation points MVP Volunteer Moderator
    2022-05-08T21:08:59.527+00:00

    Hi, @Susheel Bhatt

    Can you see the mount path in App Serivce's "Configuration"-"Path Mapping"?

    If you can confirm it, you should be able to confirm "mounts" under C drive after accessing the console.
    If you mounted /mounts/hoge
    You can move it with cd /mounts/hoge.

    I see the mount path successfully

    1. I opened the app service console and I don't see this mount path.

    Does that mean you added the mount path, but it disappeared when you accessed the console again?
    In that case, make sure you "save" after entering the mount path and storage information.


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.