tksh164 / hci-lab

The HCI Lab provides a plain HCI lab environment on Azure in reasonable preparation time and cost.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HCI Lab

The HCI Lab provides a plain HCI lab environment on Azure in reasonable preparation time and cost.

  • An HCI lab environment with Azure Stack HCI or Windows Server 2022 on a single Azure virtual machine in about 30 minutes minimum.
  • Just a plain environment, so you can try many workloads and features to start from the clean environment by yourself. Also, you can customize it to your own needs easily.

🚀 Quickstart

  1. Open Azure portal from the following Deploy to Azure to deploy your HCI lab environment. To keep this page, open it as a new tab (Ctrl + Click).

    The differences between "UI languages at deployment" are just the UI language difference in Azure portal when deployment. The template and the deployed lab environment are the same with either.

    UI language at deployment Deploy to Azure
    English Deploy to Azure
    Japanese (日本語) Deploy to Azure
  2. Fill out required fields in the Basics tab on Azure portal. Other fields in the rest tabs can leave with default values. Click Review + create to start deployment.

    The deployment will be complete in about 30 minutes if the deployment starts with default values.

  3. After completing the deployment, you need to allow Remote Desktop access to your lab host Azure VM from your local machine. It can be by enabling JIT VM access or adding an inbound security rule in the Network Security Group. The recommended way is using JIT VM access.

  4. Connect to your lab host Azure VM using your favorite Remote Desktop client. To connect, use the credentials that you specified at deployment.

  5. The HCI cluster is ready for you. Let's access your HCI cluster via Windows Admin Center from Windows Admin Center icon on the desktop with HCI\Administrator account and the password that you specified at deployment (the same password as the lab host Azure VM). Also, you can access your entire HCI lab environment from the other icons on the desktop.

🗺️ HCI Lab tour

Learn more about the HCI lab in the HCI Lab tour.

📦 External artifacts

  • The custom script create-base-vhd.ps1 in this template downloads Convert-WindowsImage.ps1 from microsoft/MSLab and uses it during the deployment.

⚖️ License

Copyright (c) 2022-present Takeshi Katano. All rights reserved. This software is released under the MIT License.

Disclaimer: The codes stored herein are my own personal codes and do not related my employer's any way.

About

The HCI Lab provides a plain HCI lab environment on Azure in reasonable preparation time and cost.

License:MIT License


Languages

Language:PowerShell 100.0%