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
Task 544783: Add Bastion for hybrid network topology
- Changed VM-Spoke-01 from Windows to Ubuntu 22.04 LTS
- Changed VM-Onprem from Windows to Ubuntu 22.04 LTS
- Replaced password authentication with SSH keys (Azure-generated)
- Updated network rule from AllowRDP to AllowSSH (port 3389 to 22)
- Replaced IIS installation with Nginx using Azure CLI
- Added AzureBastionSubnet (10.5.3.0/26) to VNet-hub
- Deployed Azure Bastion with Developer SKU in hub network
- Removed public inbound ports from VM-Onprem
- Updated testing section to use Bastion SSH connection
- Replaced RDP and web browser testing with curl and SSH
- Removed screenshot reference for web page testing
This is a virtual machine that you use to connect using Remote Desktop to the public IP address. From there, you then connect to the on-premises server through the firewall.
431
+
This is a virtual machine that you use to connect using Azure Bastion. From there, you then connect to the spoke server through the firewall.
431
432
432
433
1. From the Azure portal home page, select **Create a resource**.
433
-
2. Under **Popular Marketplace products**, select **Windows Server 2019 Datacenter**.
434
+
2. Under **Popular Marketplace products**, select **Ubuntu Server 22.04 LTS**.
434
435
3. Enter these values for the virtual machine:
435
436
-**Resource group** - Select existing, and then select **FW-Hybrid-Test**.
436
437
-**Virtual machine name** - *VM-Onprem*.
437
438
-**Region** - Same region that you used previously.
438
-
-**User name**: \<type a user name\>.
439
-
-**Password**: \<type a user password\>.
440
-
7. For **Public inbound ports**, select **Allow selected ports**, and then select **RDP (3389)**
439
+
-**Image** - Ubuntu Server 22.04 LTS - x64 Gen2
440
+
-**Size** - Standard_B2s
441
+
-**Authentication type** - SSH public key
442
+
-**Username**: **azureuser**
443
+
-**SSH public key source** - Generate new key pair
444
+
-**Key pair name** - **VM-Onprem_key**
445
+
446
+
7. For **Public inbound ports**, select **None**
441
447
4. Select **Next:Disks**.
442
448
5. Accept the defaults and select **Next:Networking**.
443
449
6. Select **VNet-Onprem** for virtual network and the subnet is **SN-Corp**.
450
+
444
451
8. Select **Next:Management**.
445
452
1. Select **Next : Monitoring**.
446
453
1. For **Boot diagnostics**, select **Disable**.
447
454
1. Select **Review+Create**, review the settings on the summary page, and then select **Create**.
455
+
1. On the **Generate new key pair** dialog, select **Download private key and create resource**. Save the key file as **VM-Onprem_key.pem**.
0 commit comments