How do I sync media, umbraco.config and the temp files on replicated azure filesystem?
Hi,
I am running 3 sites on the same azure web app server and they have the files replicated, but I heard that I should not replicate media, umbraco.config and the App_Data/Temp/* folders and files.
Currently, I have to login into server A and if I make a media change or a template (cshtml) change, I only see the change reflected on server A and if I want to make the same changes to server B, I have to login to server B. What should I do to ensure that when making changes on server A, it shows up on B and vice versa?
I read this documentation, but it wasn't clear and I wasn't sure if all I am supposed to do is add
What settings would I need to do for other things like logs and media?
According to the documntation, those files should not be replicated (umbraco.config and App_Data/Temp), but when I look at each server, each one has their own.
How do I sync media, umbraco.config and the temp files on replicated azure filesystem?
Hi,
I am running 3 sites on the same azure web app server and they have the files replicated, but I heard that I should not replicate
media
,umbraco.config
and theApp_Data/Temp/*
folders and files.Currently, I have to login into server A and if I make a media change or a template (cshtml) change, I only see the change reflected on server A and if I want to make the same changes to server B, I have to login to server B. What should I do to ensure that when making changes on server A, it shows up on B and vice versa?
I read this documentation, but it wasn't clear and I wasn't sure if all I am supposed to do is add
<add key="umbracoContentXML" value="~/App_Data/TEMP/umbraco.config" />
or
<add key="umbracoContentXMLUseLocalTemp" value="true" />
What settings would I need to do for other things like logs and media?
According to the documntation, those files should not be replicated (umbraco.config and App_Data/Temp), but when I look at each server, each one has their own.
Thanks, Saied
is working on a reply...