Hello Operations
I understand you're trying to connect to a Windows VM in the East US region using a developer tier Bastion host in North Central US. Here’s a summary of your options and some key details:
- Currently, connecting to a VM in a different Azure region (like East US) through a Bastion host in another region (like North Central US) is not supported. Bastion connections require the VM and the Bastion host to be in the same region.
- Regarding your second question, the developer tier of Bastion is not available in the East US region. The regions where Bastion Developer can be deployed are limited, and currently, North Central US and East US do not support it.
- If you want your VM to be accessible via a Bastion host, consider moving your VM to North Central US. You can use tools like Azure Resource Mover or redeploy the VM in the target region and transfer any required data.
Check the public document to Move Azure VMs across regions
- Regarding pricing, Azure Bastion is charged based on the time the Bastion host is provisioned, not the time you connect to it. For example, if you deploy a basic Bastion host at $0.19 per hour, it will incur charges for every hour the Bastion is active, whether you use it or not. This could amount to approximately $1.67 per day or about $610 yearly if kept running continuously.
- To avoid charges, you must delete the Bastion resource when not in use.
Check the Azure Bastion pricing public document.
Best approach:
- Move your VM to North Central US using Azure Resource Mover.
- Use Developer Tier Bastion Host in North Central US for secure, free access.
Check the below reference document for more understanding about bastion:
https://learn.microsoft.com/en-us/azure/bastion/bastion-overview
https://learn.microsoft.com/en-us/azure/bastion/bastion-faq
Hope the above answer helps! Please let us know do you have any further queries.
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.