Blobfuse issues

Reserved virtual machine 46 Reputation points
2019-12-04T22:08:47.75+00:00

Anyone else has experience with displaying web content (pictures, video) on a web site from a mounted blob storage using blobfuse (created by webadmin user)?

I can normally manipulate with the files from the command line (open, create, delete) using webadmin user (and I can see that in the temp dir the blobs get downloaded) but no matter what, in browser I can only see the default picture placeholders. Any Idea what I do wrong or what can I be missing?

The web site does not look at mounted blob container using blobfuse as it was a normal directory (with 770 permissions or with 777 when using option -o allow_other option)? I am using Centos/Plesk (Byol) image on my VM in Azure.

Thanks a lot for your help!

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,585 questions
0 comments No comments
{count} votes

Accepted answer
  1. KarishmaTiwari-MSFT 19,032 Reputation points Microsoft Employee
    2019-12-06T19:06:48.437+00:00

    Welcome to Microsoft Q&A! Thanks for posting the question.

    Kindly post the question on MSDN Azure Storage forum.

    Azure Storage service is yet to be migrated to Q&A.

    We are actively working to onboard all services. We will make a public announcement once complete. Thank you for your patience as we evolve the Q&A platform.

    You may wish to know about Introducing Microsoft Q&A (Preview) and the supported products/services.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Jordan Simbananiye 1 Reputation point
    2020-09-03T08:54:35.047+00:00

    One thing to try would be to ensure that the file type of the blob is not just octet-stream, but the file type you expect the blobs to represent.

    0 comments No comments