Creating a virtual machine (VM) in Azure DevTest Labs

Creating a virtual machine (VM) in Azure DevTest Labs allows you to quickly set up and manage environments for development and testing purposes. Here’s a step-by-step tutorial on how to create a virtual machine in Azure DevTest Labs:

Prerequisites:

1. Azure Subscription:

· Ensure you have an active Azure subscription. If you don’t have one, you can sign up for a free account at Azure Portal.

2. Access to Azure DevTest Labs:

· Make sure you have access to an Azure DevTest Lab. If you don’t have a lab set up, you can create one from the Azure Portal.

Steps:

1. Navigate to Azure Portal:

· Open the Azure Portal and log in with your Azure account.

2. Go to DevTest Labs:

· In the left sidebar, click on “DevTest Labs” or search for “DevTest Labs” in the search bar.

3. Select Your Lab:

· Choose the DevTest Lab where you want to create the virtual machine.

4. Click on “+ Add”:

· In the DevTest Lab, click on the “Add” button to start creating a new virtual machine.

5. Fill in Basic Information:

· Provide basic information for your VM, such as the name, the base OS image, and the size of the VM. You can choose from various configurations based on your requirements.

6. Configure Advanced Settings:

· Configure additional settings such as the administrator username and password, virtual network, subnet, and whether you want to enable auto-shutdown.

7. Choose Artifacts:

· Artifacts are pre-configured scripts and applications that can be installed on your VM. Select any artifacts you want to include during VM creation.

8. Review and Create:

· Review your configuration settings. Once you’re satisfied, click on the “Review + create” button.

9. Review Configuration:

· Confirm that all the settings are correct in the review page. If everything looks good, click on the “Create” button.

10.Wait for Deployment:

· Azure will now deploy your virtual machine. This process may take a few minutes.

11.Access Your Virtual Machine:

· Once the deployment is complete, navigate to the “Virtual machines” section in your DevTest Lab. You will see the newly created VM listed. Click on the VM to view details.

12.Connect to the Virtual Machine:

· Use Remote Desktop Protocol (RDP) or SSH to connect to your virtual machine, depending on the operating system. You can find the connection details on the VM’s overview page.


Previous
Previous

Network Design

Next
Next

Windows Server 2022