How To Create A Lab In Azure Devtest Labs

Prerequisites

  • Azure account.

Now, let's get started with the steps, given below:

DevTest Labs

Azure DevTest Labs is a Service which supports developers and testers who can quickly create environments in Azure, while minimizing waste and controlling cost. We can test the latest version of our Application by quickly provisioning Windows and Linux environments, using reusable templates and artifacts. It helps to easily integrate our deployment pipeline with DevTest Labs to provision on-demand environments and scale up our load testing by provisioning multiple test agents and creating pre-provisioned environments training and demos.

Why DevTest Labs?

  • Worry-Free Self-Service.
  • Quickly get to "Ready to Test".
  • Create once, use everywhere.
  • Integrates with your existing Toolchain.

Create a lab

Step 1: Sign in to the online Microsoft Azure Portal.

Step 2: Click on the select Browse option.



Step 2: Select DevTest Labs from the list.

 


Step 3: Next, on the DevTest Labs blade, select Add option.


Step 4:
In the Create a DevTest Lab blade, we enter the Lab Name for the new lab. Select the subscription to associate with the lab and select a location in which to store the lab. Finally, click Create button.


After some time, we will get Azure Devlab details in Azure portal.
 

Summary: In this article, we discussed, how to create a lab in Azure DevTest Labs.


Similar Articles