You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# How to Connect to the Azure Image Builder Build VM
@@ -47,17 +47,17 @@ Azure Bastion provides a secure way to connect to VMs without exposing public IP
47
47
> No changes to existing Network Security Groups (NSGs) are needed when connecting to the Azure Image Builder Build VM using Azure Bastion.
48
48
49
49
### Option 2 (Recommended, if available): Connect to the VM using Azure Serial Console
50
-
Azure Serial Console offers text-based access to VMs running Linux or Windows. Learn more about how to use Azure Serial Console to connect to a VM by reading the [Azure Serial Console documentation](https://learn.microsoft.com/azure/virtual-machines/serial-console).
50
+
Azure Serial Console offers text-based access to VMs running Linux or Windows. Learn more about how to use Azure Serial Console to connect to a VM by reading the [Azure Serial Console documentation](https://learn.microsoftcom/azure/virtual-machines/serial-console).
51
51
52
52
###Option 3 (Not Recommended): Use a Public IP Address Resource
53
53
The recommended practice is to use Azure Bastion or Azure Serial Console for connecting to VMs. However, if Bastion or Serial Console cannot be used, you can connect to the Build VM by using public IPs.
54
54
55
55
Use the following documentation to connect to a VM using public IPs:
56
-
-[Connect to a Linux VM using Public IP](https://learn.microsoft.com/azure/virtual-machines/linux/connect-to-vm)
56
+
-[Connect to a Linux VM using Public IP](https://learn.microsoft.com/azure/virtual-machines/linux-vm-connect)
57
57
-[Connect to a Windows VM using Public IP](https://learn.microsoft.com/azure/virtual-machines/windows/connect-rdp)
58
58
59
59
>[!NOTE]
60
-
> You may need to associate a public IP address to the build VM first and you can do that by following the instructions in the following documentation: [Associate a public IP address to a virtual machine](https://learn.microsoft.com/en-us/azure/virtual-network/public-ip-addresses#associate-an-existing-public-ip-address-to-a-vm).
60
+
> You may need to associate a public IP address to the build VM first and you can do that by following the instructions in the following documentation: [Associate a public IP address to a virtual machine](https://learn.microsoft.com/azure/virtual-network/public-ip-addresses#associate-an-existing-public-ip-address-to-a-vm).
61
61
>
62
62
> You also should ensure network connectivity from the client device (running WinRM/SSH) to the Build VM over the public network. Check and update your Network Security Groups (NSGs) as needed.
0 commit comments