Deploy an Azure Bastion into an existing Hub-Spoke network with Terraform
Because security is very important, Microsoft developed a PaaS Service “Azure Bastion” to connect secure to your virtual machines over port 22 and port 3389. With this solution your virtual machines don’t need a public ip address anymore. In this blogpost I’ll show you how to deploy an Azure Bastion into an already existing Hub-Spoke…