In the article below, the web application has an automatic or manual scale option:
https://azure.microsoft.com/en-us/documentation/articles/insights-how-to-scale/
I would be grateful if I get an explanation below:
Scenario: I have an ASP.NET Sitecore CMS that uses Lucene behind the scenes to search. The Lucene index is recovering from the publication of new pages.
Suppose I manually or automatically scale to two instances:
What exactly happens behind the scenes, that is, copies the entire website folder to a new virtual machine and configures IIS, etc.
The web application has functionality for FTP and browsing website folders. Is FTP possible for both of these instances? From what I know, I can only use FTP for one of them.
Update:
The problem we are facing:
We use the lucene index for our web applications. It seems that the index is built on one web application and not another (the website works for some users, not for others). We would like to use FTP or RDP and make sure that it is.
Thanks.
source
share