It seems that if I use this blob storage in azure for media, I am getting issues with Examine. Specifically the ExamineSettings.config file
An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Source File: D:\home\site\wwwroot\config\ExamineSettings.config Line: 12
Azure Blob Storage
Has anyone had luck using Our.Umbraco.FileSystemProviders.Azure.AzureBlobFileSystem
located here
https://github.com/JimBobSquarePants/UmbracoFileSystemProviders.Azure
for media storage hosted in azure.
It seems that if I use this blob storage in azure for media, I am getting issues with Examine. Specifically the ExamineSettings.config file
My FileSystemProvider.config is set as follows
When I try to use that, that is when I get the error. If I set it back to
The error goes away in Azure. The problem though is my media files will expect to be local and I want them to be in azure blob storage.
Any insight is very much appreciated. I am have a very tough time getting Azure Blob storage to work with Examine when hosted in Azure.
Thanks
is working on a reply...