Creating Jump Host (Windows VM)
This document outlines the steps to create a Windows jump host virtual machine in Microsoft Azure. The jump host provides secure, controlled access to the cluster resources and the database.
Steps to create the Jump Box
- In the Azure portal search bar, search for virtual machine and select Virtual machines service.
- Click Createto open the Create a virtual machinescreen.
- In the Basicstab, enter the following details:
- Subscription: Customer subscription
- Resource Group:
ad-int-cus-demo-rg-010 - ``VM Name:
ad-int-cus-demo-jumphost-vm-010 - Region: Same as VNet
- Availability options: No infrstructure redundancy required
- Security type: Standard
- Image: Windows Server 2019 or 2022
- Size: Minimum
Standard_D4s_v4- Administrator account
- Username: As per policy
- Password: Strong password (store in Key Vault)
- Inbound port rules:
- Public inbound ports: None
- Licensing: Select the checkbox if you want to avail Azure Hybrid Benefit.
- Select the Networkingtab and enter the following details:
- Virtual network: ad-int-cus-demo-vnet-010.
- Subnet:
jumphost-subnet - Public IP: Create new
- NIC network security group**:** Basic
- Public inbound port: None
- Select the R eview + Create tab to review the configurations.
- Click Createat the bottom to complete the creation of the Jump Box.