Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,913 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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?
@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.