Trouble Connecting to Session Host with Private Link Configuration

0
16
Asked By CoolNerd42 On

I'm trying to set up Azure Virtual Desktop (AVD) using Private Link, but I'm getting an error message that says the session host cannot connect due to a private link configuration issue. It specifically states: 'HostPoolDoesNotAllowPublicNetworkAccess: Network access from public endpoint is DENIED for hostpool x.x.x.x.' However, when I check from the session host, I can resolve all the private link and private-link global addresses. Does anyone have suggestions on how to resolve this? Thanks!

3 Answers

Answered By TechWiz4Life On

It sounds like you're trying to activate the session host within the host pool, but currently, it's marked as unavailable. When you resolve the public DNS name of the host pool from the session host, does it give you back the private IP address?

Answered By FirewallMaster88 On

To prevent Azure Firewall from SNATting your Private Link traffic, you need to add the **Private Endpoint's IP CIDR** (usually `/32`) to your Azure Firewall settings. Make sure to set a **Network Rule** that allows traffic to that IP. Additionally, ensure that you **disable Network Policy for Private Endpoints** on the subnet, which will allow your VNet to route correctly to the Private Link service. This configuration is essential to keep your firewall from sending traffic to the public IP.

Answered By CloudyGenius91 On

Where exactly are you connecting from? You might need a VPN connection to your Azure network to properly access the session host.

CoolNerd42 -

Yes, I have a Site-to-Site VPN set up from Azure to my on-premises network.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.