Looks good to me. TBH the site I have i should really update to your settings I have the following athough it works, http://issues.umbraco.org/issue/U4-7614 however since i am now on latest version of umbraco and examine I think I should update these settings.
Umbraco + Examine: best practices (Azure)
Hi,
I just updated my Umbraco 7.4 site to 7.12.2. My site is hosted as web-app in Azure.
What are todays best practices for configuring an Umbraco installation in Azure? Especially for Examine/Lucene?
Thanks in advance.
Jelle,
Are load balancing at all or is it stand alone? Just make sure you follow the docs at https://our.umbraco.com/Documentation/Getting-Started/Setup/Server-Setup/azure-web-apps
Main issue is webapps moving around and you end up with empty index, this is mitigated by latest config.
Hi Ismail,
I'm running the site in a single web-app, S2 (2x cores, 3.5GB memory).
After reading your link, I've changed my
ExamineSettings.config
to:And I've added
<add key="umbracoLocalTempStorage" value="EnvironmentTemp" />
to myweb.config
.So this should be it...?
Looks good to me. TBH the site I have i should really update to your settings I have the following athough it works, http://issues.umbraco.org/issue/U4-7614 however since i am now on latest version of umbraco and examine I think I should update these settings.
Regards
Ismail
Does anybody know how to configure EnvironmentTemp to a shared folder, instead of a "c:\windows\temp" ?
Umbraco version 7.15.6 We have 3 webserver behind a loadbalancer.
is working on a reply...