We are hosting a CMS Site on Azure through a VM and IIS. To keep inline with Microsoft's SLA's we have to put the Front Ends in an availability set and then Load Balance them though an endpoint.
This CMS says not to load balancing the Authoring site because of caching and publishing issues.
Our plan is to load balance the front end on port 443, https://www.myCMSsite.com for FE01 and FE02 and then setup a redirect for https://authoring.myCMSsite.com to authoring.myCMSsite.com:4433 on FE01.
We understand we will not be meeting Microsoft's SLA on the authoring site.
Is there a better solution to this problem possibly?