So are you saying that calling the mediaService.Save(newImage) method should automatically drop this into Blob Storage (assuming everything is set up correctly)?
At the moment, it appears to be creating it in the default way (i.e. creating the media file in the media section of my file system).
Use Media Service to create media
Hi,
Does this also work with MediaService so that any media created in code is also pushed to Azure Blob Storage?
(Umbraco 7.2.6)
Thanks,
Rick
Hi Rick,
It should work for Azure Blob Storage.
Thanks
Hi Alex,
Thanks very much for the quick response!
Something like this is what I currently have:
So are you saying that calling the mediaService.Save(newImage) method should automatically drop this into Blob Storage (assuming everything is set up correctly)?
At the moment, it appears to be creating it in the default way (i.e. creating the media file in the media section of my file system).
Many thanks,
Rick
Rick, did you make config changes for Azure Blob Storage ?
Hi Alex,
Yes I have - according to the documentation on the package page.
Thanks
Rick
Hi Rick,
try the regular media upload in Umbarco back office. When the uploaded files are in the cloud your configuration is fine.
But if the MediaService does not store in the cloud it is an issue in the core and you should report this on:
http://issues.umbraco.org/
This package is just an implementation of IFileSystem and configured to be use for media items.
Dirk
is working on a reply...