Have a PHP app running on a windows webapp and am trying to use BYOS but can't seem to map the mount to anything other then under /mounts .
how do i get it mounted under /home/site/wwwroot ? or at least accessible from PHP. PHP can see /mounts/ but can not get into the folder that's mounted there for some reason. (i'm not responsible for PHP, just reporting back what my developer told me)
tried in both azure portal where it forces mounts/ in the path box. tried it in Azure CLI with --mount-path 'anything other then /mounts' and i get "Operation returned an invalid status 'Bad Request' . if mount path starts with /mounts/ the command succeeds. tried both add and update options.
I tried to mklink but get permission denied.
tried virtual applications and directories but the physical path has to be within \site
Any suggestions, this must be possible.
there must be some way of doing this.