Hello Team,
I have on Prem Infra which includes Active directory Server/RDP Gateway , SQL DB Server , Web Server , RDP Server , Application Server and Dev Server. The ask is to use Azure as a site for High Avail. So in Case the on Prem infra goes down Users will be automatically directed to Azure Site with zero down time.
I am good with AD for which I can deploy replica DC in Azure
Web Server I can deploy another VM in Azure and load balance it with Traffic Manager between On Prem and Azure Web Server.
Sql Server I can configure Always ON by putting a SQL VM in azure .
I am not sure how to make it HA for RDP Server and Dev Server?
Also the active Directory Server On Prem is also acting as RDP gateway. What can I do for the RDP gateway Part?