Jul 03 2017 07:19 AM - edited Jul 03 2017 08:15 AM
Jul 03 2017 07:19 AM - edited Jul 03 2017 08:15 AM
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 policy which will add external trusted sites (this will allow users to connect to our server which requires Silverlight to be allowed. And lockdown most of the services.
Why do we need such a service, basically we have many customers which needs to connect to our Web app but this will require reconfiguring customers' GPO which is pain and time consuming.
Jul 03 2017 10:47 PM
Please check this:
Remote Desktop Load Simulation Tools
https://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=2218
Please remember that for Terminal Services usualy AD is needed, but it is possible to use it without this. Moreover consider using Gateway that allows you to connect via 443 port. Please check this (this implement Gateway and Remote Desktop without AD):
You have to have MCT license to use this template.
Jul 04 2017 09:36 PM - edited Jul 04 2017 09:36 PM
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.
Jul 05 2017 12:28 AM
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.
Jul 05 2017 01:57 AM
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.
Jul 05 2017 02:56 AM
I have to say it is good solution but this web app was written by 3rd party and never been tested in public cloud, software provider will charge a lot to allow us to install this outside our server.
Jul 05 2017 03:43 AM
Solutionyou 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.
Jul 05 2017 03:48 AM
Jul 05 2017 03:50 AM
Ok, then RDS would be you best option.
Would you be running the servers as vm's in azure ?
Jul 05 2017 04:00 AM
I guess it make since to do this in Azure so I can use the auto scaling which will help during rush hour. To be honest the cost is my concers. I have found perfect solution with AWS they call it AppStream so you deply any Windows app on 2012 R2 and just send URL for the APP to users but the problem it doesn't work as it is suppose to when it comes to apply local group policies.