Orchard module that enhances the functionality of the existing Orchard.Azure module. The primary goal of this module is to let content admins secure their azure stored media instead of having to having all URLs for media publically available. This module uses Shared Access Signatures (SAS) to secure media.
Currently under development.
Download module source code and place within the "Modules" directory of your Orchard installation.
Or download the .nupkg file from the releases area.
Alternatively, use the command below to add this module as a sub-module within your Orchard project.
git submodule add git@github.com:moov2/Moov2.Orchard.Azure.SAS.git modules/Moov2.Orchard.Azure.SAS
Enable the "Moov2.Orchard.Azure.SAS" module.
Further configuration instruction here.