简体   繁体   中英

Use mounted Azure Blob Storage Container in Azure App Service

I was able to mount azure blob storage on my local machine (Ubuntu 18.04) using blobfuse, just as documented here .

To use it in an Azure App Service I found this , describing an option to mount Azure Storage using the Azure Portal interface. This does it for me...

But how can I access the mounted storage from within my Django app?

Is the mounted Storage accessible as directory via the filesystem?

Turns out this is pretty obvious and now also well documented.

When mounting the Storage you have the option to specify the mount path.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM