Azure / azurefile-dockervolumedriver

Docker Volume Driver for Azure File Service over SMB/CIFS :whale:
Apache License 2.0
169 stars 55 forks source link

for web app on linux? #91

Closed TamasSzerb closed 6 years ago

TamasSzerb commented 7 years ago

Hello,

How this can be used for Web App On Linux?

Tamas

ThiemeNL commented 6 years ago

Hi @TamasSzerb did you manage to use this in Web App for Containers on Linux? I'm stuck on the same question.

ThiemeNL commented 6 years ago

Hi @TamasSzerb the Azure web app doesn't support this: https://docs.microsoft.com/en-us/azure/app-service/containers/app-service-linux-faq (We do not currently support bringing your own storage.)

BUT and this is really great! You can use WEBSITES_ENABLE_APP_SERVICE_STORAGE which will share the /home directory across the instances and will be persisted. The web app is using azure storage in the background.

msftgits commented 6 years ago

This driver is no longer supported and will not be maintained moving forward. We recommend users use CloudStor for Docker native solutions.

Thanks for your contribution, but to reduce confusion, we are closing issues, pull requests, and marking the repo as 'Archive' for the time being.