Oct 23 2019 09:30 AM
Hi all,
We currently have a Host pool setup with 2 session hosts. One of the installed applications logs into a 3rd party service and it is setup to only allow access from specified IP addresses.
We therefore need to add the Public facing IPs of our session hosts. How would we go about finding this out and ensuring they are statically set?
Oct 25 2019 04:50 PM
Solution@Dazzalc In scenarios like yours, we recommend to create Azure Load Balancer with a static IP and configure it for outbound connections like described in scenario 3 here: https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-outbound-connections
Apr 02 2020 09:47 PM
@fdwlIt looks like this is actually scenario 2. I tested you recommendation using a Public Standard Load Balancer (with a static public IP), an Outbound Rule, and the WVD pool session hosts in the load balancer backend pool. Worked like a charm, although I had to reboot the session hosts after configuring as the WVD connection broker wasn't able to connect until after the reboot.
Thanks for the solution!
May 12 2021 01:28 PM
I would really appreciate to know what the rules you setup for outbound., if you could kindly outline what rules parameters u configured, I am just not able to make this work and have spent hrs of work on this please, really appreciate sir.
May 13 2021 10:26 AM
Just create a single outbound rule with the following settings:
Protocol: All
Port Allocation: "Use default number of outbound ports.
Then give you session hosts a reboot.
May 15 2021 06:06 AM
@Theunissens Thank you - I am gonna try that and update plz