unable to find the mounted volume - webapp windows

pragadeesh.raju 41 Reputation points
2020-06-17T17:54:27.903+00:00

Hello,

i tried mounting volumes to webapp windows via azure CLI and it succeeded.

az webapp config storage-account add -g test -n test --custom-id urniqfueiw1d --storage-type AzureFiles --account-name test --share-name atest --access-key  <key> --mount-path /home/site/wwwroot/test113
{
  "urniqfueiw1d": {
    "accessKey": "",
    "accountName": "test",
    "mountPath": "/home/site/wwwroot/mount",
    "shareName": "test",
    "state": "Ok",
    "type": "AzureFiles"
  },

but I couldn't find the mounted volume on the console of webapp windows.

D:\home\site\wwwroot>dir
 Volume in drive D is Windows

 Volume Serial Number is 1A83-EE0D



 Directory of D:\home\site\wwwroot



06/17/2020  05:32 PM    <DIR>          .

06/17/2020  05:32 PM    <DIR>          ..

06/16/2020  03:19 PM             3,499 hostingstart.html

               1 File(s)          3,499 bytes

               2 Dir(s)  53,686,980,608 bytes free

is mounting not supported in windows web app or am I looking at the wrong place?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,876 questions
0 comments No comments
{count} votes

Accepted answer
  1. brtrach-MSFT 15,251 Reputation points Microsoft Employee
    2020-07-02T19:06:10.12+00:00

    @pragadeesh.raju Mount your own volumes is not currently supported for Windows Web Apps. Please see this feedback thread to add your vote to the feature request and to track the progress.


0 additional answers

Sort by: Most helpful