An Azure service that provides private and fully managed Remote Desktop Protocol (RDP) and Secure Shell (SSH) access to virtual machines.
Hi,
the error dns_probe_finished_nxdomain means the bastion host name cannot be resolved in dns. In your screenshot the browser is trying to reach something like bst-…bastion.azure.com and dns is returning that the name does not exist.
So what I'm thinking, this usually happens for a few reasons. The Bastion resource was deleted or is still being provisioned. The public dns record has not propagated yet. There is a dns filter or proxy on the corporate network blocking resolution. Or the Bastion host is in a different subscription or region than expected.
at Azure portal check the Bastion resource state. It must be in succeeded state and not updating or deleting, then open it from the VM blade using the Connect and Bastion button instead of using a bookmarked URL so that a fresh session URL is generated.
If it still fails try from another network such as a mobile hotspot to rule out corporate dns filtering. You can also run nslookup for the bastion.azure.com hostname and see whether it resolves to an ip address.
If dns does not resolve at all then the issue is outside the VM and outside Bastion itself. It is a dns resolution problem between your browser and Azure public dns...
rgds,
Alex