Search
StarWind is a hyperconverged (HCI) vendor with focus on Enterprise ROBO, SMB & Edge

How to Use Azure DevTest Labs?

  • February 15, 2018
  • 15 min read
IT Production Manager. Nicolas is primarily focused on Microsoft technologies, he is a Microsoft MVP in Cloud and Datacenter Management.
IT Production Manager. Nicolas is primarily focused on Microsoft technologies, he is a Microsoft MVP in Cloud and Datacenter Management.

With Azure DevTest Labs, all these steps no longer exist because the Dev Team can perform all these tasks without any help from the Ops Team. The only thing to do is to configure Azure DevTest Labs to allow developers to only deploy a specific version of SQL Server which is called a VM image.

With Azure DevTest Labs, you can also manage costs by setting:

  • Maximum number of Virtual Machines per lab
  • Maximum number of Virtual Machines per user
  • Allowed Virtual Machine sizes (CPU limit, Memory limit)
  • Virtual Machine auto-startup and auto-shutdown times
  • Configure Virtual Machine expiration dates

In this article, I will describe how to create your DevTest Lab, then how to configure the Lab by limiting the resources (VM sizes, VM images, …) and how to use the Lab from the Dev Team point of view.

Create the DevTest Lab

First, open the Azure Portal, and search for « DevTest Labs »:

Azure Portal - DevTest Lab

We will create our first DevTest Lab by clicking “Add” or “Create DevTest Labs”:

Azure Portal - Create DevTest Labs

In the DevTest Lab pane, fill in the followings fields:

  • Type the Lab Name
  • Select your Azure subscription
  • Select the location where the Lab will be located
  • Auto-shutdown: This feature will shut down automatically all the VMs in the lab. This is great for cost saving.
  • Tags: You can type a tag based on a “name = value” pair. Here, I create a tag called “Team” with the value “Dev”.

When you are happy with this information, you can click “Create” to build the Lab.

Azure Portal - Create DevTest Labs - Creation Process

Wait until the DevTest Lab is created…

Azure Portal - Create DevTest Labs - Deployment Process

Once the DevTest Lab has been successfully created, new sections will be available:

Azure Portal - Create DevTest Labs - DemoLab

Let’s focus on these ten sections:

  1. Overview: This section will give you information about your DevTest Lab such as: the status, the location, the list of the virtual machines that are available, …
  2. Getting started: This is the welcome page that will list the documentation guides
  3. Internal support: You can customize this page to provide information if your Dev Team need help with the Lab. You can indicate a phone number, an email address, or whatever you want.
  4. My Virtual machines: This section will list the Virtual Machines for which you are the ownership. So when you are the owner of a VM, the VM will appear in this section.
  5. Claimable virtual machines: Here is the most important thing to understand. When you create a Virtual Machine, the VM can be dedicated to a user, or the VM can be “claimable” by any users. After a user claims a VM, it is moved up into their list of “My virtual machines” and is no longer claimable by any other user. When a user is finished using a claimed VM, it can make it available to someone else. The VM will return to the list of claimable virtual machines. You must consider this section as a “Pool”.
  6. All virtual machines: This section will list all the VMs that exist in the Lab with their status.
  7. My Data disks: The Azure DevTest Labs service allows developers to test their application. Sometimes, they will need to test their application using production data. Here, you can attach VHD disks to the Lab VMs.
  8. Formulas: Formulas can be used as bases for created new VMs. A formula is an image based on a VHD in addition to preconfigured settings – such as VM Size, virtual network, subnet, and artifacts. These pre-configured settings are set up with default values that can be overridden at the time of VM creation.
  9. My secrets: Saves your secret values (passwords, tokens, keys, etc.) in a secure location (Key Vault) for reuse in formulas and virtual machine creation.
  10. Configuration and policies: In this section, you will configure all the settings for the Lab. I will describe these settings in the next part.

Configure the DevTest Lab

Let’s start by limiting the Virtual Machine sizes

Configure the DevTest Lab

Next, we can limit the number of VMs per user. We can also limit the number of VMs using the premium OS Disks which are SSD.

Configure the DevTest Lab - Virtual Machines per user

Now, I can limit the same settings per lab

Configure the DevTest Lab - Virtual Machines per lab

Next, you can customize the internal support section. You can provide information for your Dev Team when they need help.

Configure the DevTest Lab - Internal support

Two important features are Auto-Shutdown and Auto-Start. You can schedule when the VMs will be automatically started and powered off. Interesting features for cost saving.

Configure the DevTest Lab - Auto-start

Next, you can configure repositories that host artifacts, scripts and samples. You can also attach new Virtual networks for specific needs. The following sections will allow you to limit which VM images your Dev Team will be able to select during the deployment process. In my case, I want to allow only SQL Server 2017 Virtual Machines.

Configure the DevTest Lab - Marketpalce images

I can attach custom images with the “Custom Images” section. And finally, here is the most interesting feature called “Formulas”. Formulas provide a dynamic way to create VMs from the desired configuration/settings.

Configure the DevTest Lab - Create Formula

  1. Let’s focus on the formulas: You must select the base image that the formula will use. You can notice that only two images are available. These two images have been selected previously in the MarketPlace Images.
  2. Type a Formula Name. The name must be comprehensible because the name will appear during the deployment wizard.
  3. Add a description
  4. Create a default username
  5. Select the disk type
  6. Select the VM size (previously limited in the lab settings)
  7. Select which artifacts will be installed in the VM during the provisioning. Here, I select Google Chrome. There are a lot of artifacts available, for instance, Roger Zander has created an artifact that will create an AD Domain in a new forest. It means that developers can deploy an Active Directory Domain without any help.wp-image-74148. To finish, in advanced settings, I can select the IP Address configuration (1), I can delete automatically the VM in the lab (2), I can make the VM claimable (3) and I can limit the number of VM instances to be created.

Configure the DevTest Lab - Advanced Settings

Using the DevTest Lab

To finish this guide, I will connect to the Azure Portal using a dev user account. Go to the DevTest Labs section:

Using the DevTest Lab - DevTest Labs

Then select the Lab

Using the DevTest Lab - DevTest Labs - 2

As you can notice, the Lab is empty. Now I will add my first VM by clicking the “Add” button:

Using the DevTest Lab - Add VM

In the new blade that appears, I have only three choices:

  1. The formula created previously (SQL Server 2017 + Google Chrome)
  2. SQL Server 2017 Enterprise
  3. SQL Server 2017 Standard

Using the DevTest Lab - Choose a base

When I select the formula, a new pane appears with all the default settings (User name, VM size, Artifact, …). The Dev Team can modify these settings if needed.

Using the DevTest Lab - VM configure settings

Once the VM has been created, I can claim the VM using the “Claim any” button which will affect randomly a VM to the current user.

Using the DevTest Lab - Claim any

Or I can go to the Claimable virtual machine, and right-click to the VM:

Using the DevTest Lab - Claim machine

The VM appears in my virtual machines list, and I can connect to the VM. Note that Google Chrome is installed by default as expected.

wp-image-7423 Using the DevTest Lab - install 2

Using the DevTest Lab - install - Windows server

Conclusion

Azure DevTest Labs is a great service. Every SysAdmin knows these tedious steps when you must deploy quickly new Virtual Machines for the Dev Team. You don’t have all the prerequisites so you must contact the Dev Team and you lost a lot of time.

Thanks to the Azure DevTest Labs service, you will save time. You just have to check with the Dev Team which VM images they need, and then you can configure the Lab. When they need a new VM image, you simply add this image to the Lab and it’s over! The Developers are autonomous and they can create their own servers without interaction with the production environment.

If you want to give a feedback about this service, go to https://feedback.azure.com/forums/320373-devtest-labs/filters/top and if you want more information about pricing, read this article: https://azure.microsoft.com/en-au/pricing/details/devtest-lab/

Thanks for reading!

Hey! Found Nicolas’s insights useful? Looking for a cost-effective, high-performance, and easy-to-use hyperconverged platform?
Taras Shved
Taras Shved StarWind HCI Appliance Product Manager
Look no further! StarWind HCI Appliance (HCA) is a plug-and-play solution that combines compute, storage, networking, and virtualization software into a single easy-to-use hyperconverged platform. It's designed to significantly trim your IT costs and save valuable time. Interested in learning more? Book your StarWind HCA demo now to see it in action!