An Azure service that provides private and fully managed Remote Desktop Protocol (RDP) and Secure Shell (SSH) access to virtual machines.
I found a fix. This exact same problem showed up for us on August 3rd, and we had not touched anything in Azure related to this. It appears that Microsoft must have automatically added a new rule over the weekend to block access to port 3389 for our VM. This is how I fixed it, so try this: Go to your VM in the Azure Portal, go to the "Networking/Network Settings" section, and look for a rule named something like "MicrosoftDefenderForClout-JITRule_-XXXX..." that denies access to port 3389, and delete that rule. Then try bastion again and it will hopefully work.