0
<button aria-label="down vote" aria-pressed="false" class="js-vote-down-btn grid--cell s-btn s-btn__unset c-pointer" data-selected-classes="fc-theme-primary" style="margin:2px;box-sizing:inherit;font-size:inherit;padding:0px;border:none;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;outline:none;font-family:inherit;line-height:inherit;box-shadow:none;color:inherit;background-image:none;font-style:inherit;font-variant-caps:inherit;"
title="This question does not show any research effort; it is unclear or not useful"><svg aria-hidden="true" class="svg-icon m0 iconArrowDownLg" height="36" viewBox="0 0 36 36" width="36"><path
d="M2 10h32L18 26z"></path></svg></button><button aria-label="favorite" aria-pressed="false" class="js-favorite-btn s-btn s-btn__unset c-pointer py8" data-selected-classes="fc-yellow-600"
style="margin:0px;box-sizing:inherit;font-size:inherit;padding:0px;border:none;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;outline:none;font-family:inherit;line-height:inherit;box-shadow:none;color:inherit;background-image:none;font-style:inherit;font-variant-caps:inherit;"
title="Click to mark as favorite question (click again to undo)"><svg aria-hidden="true" class="svg-icon iconStar" height="18" viewBox="0 0 18 18" width="18"><path d="M9 12.65l-5.29
3.63 1.82-6.15L.44 6.22l6.42-.17L9 0l2.14 6.05 6.42.17-5.1 3.9 1.83 6.16z"></path></svg></button>Being quite new to Azure, does anyone know how to map a Blob File storage on Linux PHP7.2 box as PAAS ?
I looked at the documentation followed the instruction, but they do not work on my App Service. https://docs.microsoft.com/en-us/azure/storage/blobs/storage-how-to-mount-container-linux
According to this documentation, Blobfuse needs to be installed in order for this to work. I cannot install Blobfuse, lsb_release -a does not work (part of the instructions), according to terminal the installed package is linux 4.4.0-128.154.
I am just looking for a file share to add store uploaded images.
Thanks
Wilma