Open bkehren opened 6 years ago
@bkehren - I know I'm very late to the party on this, but this issue is caused by line 29 in AzureStorageProviderModule.cs:
StorageHelper.MapStoragePath("/", provider);
They are mapping everything to blob storage. Giving the option to select which directories are mapped would be helpful.
After implementing the module in a v10.0.23 instance, the smart search module is no longer to build indexes.
I downloaded the project for v10 and added it to my project, set the references and built the solution. This worked without issue. I then published the code to my Azure Web App instance and it succeeded. I've set the web.config keys as such.
The CDN and blob storage work perfect although NONE of the objects which should write to the /App_Data directory are writing to that directory.