Can anyone help with this?
RDWeb webclient & Azure application proxy
Hello,
I have a question about using rdweb webclient onprem mixed with using it with azure application proxy.
Let me explain my situation:
We have an onprem RD deployment and recently we started using M365 and Azure.
We allready have a working application proxy setup and i have added a new enterprise application pointing to our internal rdweb webclient following this docs:
https://www.patrickvanbemmelen.nl/using-azure-app-proxy-with-rdweb/
https://learn.microsoft.com/en-us/azure/active-directory/app-proxy/application-proxy-integrate-with-remote-desktop-services#direct-rds-traffic-to-application-proxy
Right now i can login to the HTML5 webclient, this part is working. When i click a published remote app its not doing anything and im getting an error "we are unable to connect to.."
In the documentation im at the part i need to direct RDS traffic to the application proxy. However i do not want to edit the Gateway address in my deployment settings to the application proxy URL because i have a working onprem situation and dont want to send all users to the application proxy address only a kopple of users that will be working with this.
Is it enough running the PS script on the collection i want to use with application proxy? Set-RDSessionCollectionConfiguration -CollectionName COLLECTIONNAME -CustomRdpProperty "pre-authentication server address:s:AZUREAPPURL`nrequire pre-authentication:i:1"
Or is there another way to solve the problem im experiencing?
Thanks!
LEVD
Windows for business Windows Client for IT Pros User experience Remote desktop services and terminal services
Microsoft Security Microsoft Entra Microsoft Entra ID
2 answers
Sort by: Most helpful
-
-
van Daalen 81 Reputation points
2021-11-04T12:02:36.207+00:00 I found out about the following command to use for using a specific gateway per RD collection:
Set-RDSessionCollectionConfiguration –CollectionName "Your Collection" -CustomRdpProperty "gatewayhostname:s:<GATEWAY.FQDN>:<Port, e.g. 9999>" -ConnectionBroker <Your Connection Broker>