We deployed our Sitecore CMS to Azure Web Apps and had some indexing problems or similar. that is, updated changes are reflected for some users, and not for all.
We have a scale included in 2.
I would like to fix the problem by accessing instance 1 and 2 directly through the URL to make sure that both instances have an index built at 100%.
How can I access each instance of an Azure web role directly through a URL?
Thanks.
source
share