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.
<add key="CMSAzureAccountName" value="acctname" />
<add key="CMSAzureSharedKey" value="mykey==" />
<add key="CMSAzureCDNEndpoint" value="https://mysite.azureedge.net" />
<add key="CMSAzurePublicContainer" value="true" />
<add key="CMSAzureRootContainer" value="cmsstorage" />
<add key="CMSExternalStorageName" value="azure" />
<add key="CMSStorageProviderAssembly" value="AzureStorageProvider" />
<add key="CMSAzureCachePath" value="AzureCache" />
<add key="AzureStorageProviderCacheType" value="Memory" />
<add key="AzureStorageProviderCacheClearMinutes" value="10080" />
<add key="AzureStorageProviderIgnoreLastWriteTime" value="true" />
<add key="AzureStorageProviderForceLowercase" value="true" />
<add key="AzureStorageProviderInitializeAtAppStart" value="true" />
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.
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.