I'm using Umbraco 7.2.8 and have installed the Azure Storage Provider. I can't seem to get the images to save to the storage but when I do attempt to upload media I see a file called fixDirectoryIssueFile.txt appear in the container.
I see in the source that fixDirectoryIssueFile.txt is put there by the Storage Provider but can't think why if it is able to access the account that the image doesn't end up getting saved.
The installation is a clean umbraco install with no prior media images stored.
Can't get images to save to Azure Storage
Hello!
I'm using Umbraco 7.2.8 and have installed the Azure Storage Provider. I can't seem to get the images to save to the storage but when I do attempt to upload media I see a file called fixDirectoryIssueFile.txt appear in the container.
I see in the source that fixDirectoryIssueFile.txt is put there by the Storage Provider but can't think why if it is able to access the account that the image doesn't end up getting saved.
The installation is a clean umbraco install with no prior media images stored.
Thanks for any help!
Comment author was deleted
I'm successfully using the storage provider. Here's a little write-up on my particular situation. Hopefully it's just a matter of configuration.
Note, if you use a CDN (and you probably should), it'll take an hour or more after creating the CDN for it to be usable.
https://github.com/kgiszewski/LearnUmbraco7/blob/master/Chapter%2020%20-%20Azure/03%20-%20File%20System%20Provider.md
Kevin thanks a lot for the pointer. Once I followed your docs I got it working. Thanks for putting them together. A great resource for the community.
is working on a reply...