An Azure service that provides private and fully managed Remote Desktop Protocol (RDP) and Secure Shell (SSH) access to virtual machines.
Hi Bob Olsinski,
Welcome to Microsoft Q&A forum.
As discussed in our Teams, your new VM creation worked perfectly.
The Azure Bastion connection failure to your AutomationRunner VM ("network connection unstable" / "Bastion Host closed connection") was caused by an unplanned Resource Health event in East US around Dec 30, 2025.
- Run Connection Troubleshoot from Bastion resource blade: Source=Bastion, Destination=VM private IP (TCP 3389).
- Verify AzureBastionSubnet NSG: Inbound 443 (AzureBastion tag), RDP 3389 from BastionSubnet to VM subnet.
- Check VM boot diagnostics/serial console: Confirm RDP listener active; temporarily disable Windows Firewall.
Resolution Path
- Monitor Resource Health in Bastion blade—event auto-resolved for most.
- Take VM snapshot (Disks > Create snapshot), create managed disk from it, attach as OS disk to new VM (same VNet/subnet).
- Or deploy fresh VM → Copy data via AzCopy from affected VM storage or Azure Backup restore.
Reference:
- Bastion Troubleshooting: https://dotnet.territoriali.olinfo.it/en-us/azure/bastion/troubleshoot
- Create VM from Snapshot: https://dotnet.territoriali.olinfo.it/en-us/azure/virtual-machines/scripts/create-vm-from-snapshot
Kindly let us know if the above helps or you need further assistance on this issue.
Please do not forget to
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.