6 votes

AST Azure Media Sync

Special thanks to my colleague, Andy Butland, for his support and help in this project and many more.

For a full demonstration please view the screencast.  https://youtu.be/ufn3BPRfTyQ 

This package automatically uploads media file to Azure Blob Storage and can be easily switched between local and CDN.

The package will install 3 dlls and one example file under /Views/MacroPartials/ folder which shows how this package can be used.

Azure Blob Storage settings must be done on /config/FileSystemProviders.config file. here is the list of settings for Azure Blob Storage:

1. azureConnectionString : Azure Connection String

2. saveMediaToAzure : specify true if you wish to save media files to amazon. 

Make sure you create a container called "Media", the same name as "virtualRoot" in FileSystemProvider.Config file.

*** azure Connection string has to be in the following format:

DefaultEndpointsProtocol=https;AccountName=*****;AccountKey=****

It also adds two app config keys to web.config as follow:

1. "cdnDomain" this is the cdn domain of your website.

2. "useCDN" true/false. specify true in order to use cdnDomain before media url. (refer to the example file)

For a full demonstration please view the screencast.  https://youtu.be/ufn3BPRfTyQ 

Your feedback is much appreciated. 

Screenshots

Package owner

Ali Sheikh Taheri

Ali Sheikh Taheri

Ali has 1648 karma points

Package Compatibility

This package is compatible with the following versions as reported by community members who have downloaded this package:
Untested or doesn't work on Umbraco Cloud
Version 8.18.x (untested)

You must login before you can report on package compatibility.

Previously reported to work on versions: 7.1.x

Package Information

  • Package owner: Ali Sheikh Taheri
  • Contributors: Andy Butland
  • Created: 15/10/2013
  • Current version 1.0
  • .NET version 4.0
  • License MIT
  • Downloads on Our: 768

External resources