Forum Discussion
Deleted
Jul 03, 2017RDS serves
What is the best value method to create RDS on Azure and allows 100-200 users to use it at the same time. Requirements are very simple: Up to 200 users at a time. Server 2012/16. Local group p...
- Jul 05, 2017
you can limit access to your users. the app would still be located on you internal web servers.
so the end result would be the same, with greater flexability.
Kent Gaardmand
Jul 05, 2017Steel Contributor
If its a web app, you could use Azure AD application proxy and just expose the application via Azure.
no need for RDS if its a web based application.
- DeletedJul 05, 2017
Hi Kent,
Thank you for your response. My app is runing fine on my server but the problem is the internet browser in different companies. So all what I need is IE11 with SilverLight enabled and add one site as trusted site.
- Kent GaardmandJul 05, 2017Steel Contributor
I get where you are coming from.
But paying RDS licensing, Server licensing, and RDS server hardware vs using Azure AD proxy or WEb application proxy, and inform the user of your apps requirements.
Consider using Scale sets for you RDS enviroment then. this will reduce Server cost during off peak times.
- DeletedJul 05, 2017I have to say that my major problem is that I cannot give customers and requirements. That's why I thought RDS would be the best option because I can set IE configurations and site according to the app's requirements.