Run a media server using files stored in the cloud via Azure Blob Storage. Our docker container uses a mounted file system to interact with your Azure Blob Storage account then launches Plex Media Server at http://localhost:3000/web/index.html. Select add library and choose the mounted folder.
docker run --privileged -it -e NAME="[Azure storage account name]" -e KEY="[Azure access key]" -p 3000:32400 ackimball/azure-plex
Be sure to store your movies and shows on Azure based on the Plex Media Guidelines.