通过Azure堡垒连接我的Azure VM时出错

时间:2020-03-18 06:01:18

标签: azure azure-virtual-machine azure-virtual-network

因此,我在虚拟网络“ RemoteAccess-Bastion-VN”下创建了一个名为“ test”的天蓝色堡垒。在该虚拟网络下,我还创建了一个范围为“ / 27”的子网“ AzureBastionSubnet”。通过堡垒连接我的VM我看不到堡垒,我再次被要求创建一个新堡垒。我不知道自己在哪里错。我认为我正确地遵循了这些步骤,现在卡住了。 I have attached the pic showing how it looks when i try to connect through bastion , it should show the login credentials page but instead it is asking me to create a new bastion.

谢谢

1 个答案:

答案 0 :(得分:0)

根据您的描述,可能是Azure Bastion服务未成功配置。如果部署得当,您将在资源组中看到这样的 Bastion 类型服务, enter image description here

此外,从虚拟机-操作-堡垒中,您还将看到配置状态。 enter image description here

您可以按照此quickstart创建堡垒主机。创建和部署堡垒资源大约需要5分钟。让我知道您是否还有任何疑问。

编辑

在这种情况下,您需要将vm和vnet放在相同区域,并在vnet中创建一个堡垒。