azure storage blobs - UmbracoAzureBlobStorage - Files lost after some times Using Umbraco 7 -
i have project uses combination of these tools:
==================================
azure website
azure blob
azure cdn
umbracoazureblobstorage - 1.0.10.5 - https://github.com/idseefeld/umbracoazureblobstorage
windowsazure.storage - 4.3.0
umbraco - 7.2.5 assembly: 1.0.5610.18894
idseefeld.de.umbracoazure - 1.0.0.0 https://our.umbraco.org/projects/backoffice-extensions/azure-blob-storage-provider/
==================================
config/filesystemproviders.config
<filesystemproviders> <!-- media --> <provider alias="media" type="idseefeld.de.umbracoazure.azureblobfilesystem, idseefeld.de.umbracoazure"> <parameters> <add key="containername" value="media" /> <add key="rooturl" value="http://az739977.vo.msecnd.net/" /> <add key="connectionstring" value="defaultendpointsprotocol=https;accountname=xxx;accountkey=xxx" /> </parameters> </provider> </filesystemproviders>
==================================
the file upload working expected @ start. after sometime, , of course few uploads, looks our files deleted blob , cdn cannot serve them anymore.
is there i'm missing? have same configuration in project , it's working expected. tried reinstalling whole thing problem occurs everytimes.
https://our.umbraco.org/projects/backoffice-extensions/azure-blob-storage-provider/ show configuration point directly blob, not cdn do. should take @ this?
uninstall-pacakge umbracoazureblobstorage uninstall-package idseefeld.de.umbracoazure install-package umbracoazureblobstorage
solved problems. project referenced "idseefeld" dll. kinda weird.
Comments
Post a Comment