title | description | services | documentationcenter | author | manager | editor | ms.assetid | ms.service | ms.workload | ms.tgt_pltfrm | ms.devlang | ms.topic | ms.date | ms.author |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Add a VM with artifacts to a lab in Azure DevTest Labs | Microsoft Docs |
Learn how to add a VM with artifacts in Azure DevTest Labs |
devtest-lab,virtual-machines |
na |
tomarcher |
douge |
576509ce-6a33-4c26-87c7-de8b40271efa |
devtest-lab |
na |
na |
na |
article |
11/25/2016 |
tarcher |
You create a VM in a lab from a base that is either a custom image, formula, or Marketplace image.
DevTest Labs artifacts let you specify actions that are performed when the VM is created.
Artifact actions can perform procedures such as running Windows PowerShell scripts, running Bash commands, and installing software.
Artifact parameters let you customize the artifact for your particular scenario.
This article shows you how to create a VM in your lab with artifacts.
-
Sign in to the Azure portal.
-
Select More Services, and then select DevTest Labs from the list.
-
From the list of labs, select the lab in which you want to create the VM.
-
On the Choose a base blade, select a base for the VM.
-
On the Virtual machine blade, enter a name for the new virtual machine in the Virtual machine name text box.
-
Enter a User Name that will be granted administrator privileges on the virtual machine.
-
If you want to use a password stored in your secret store, select Use secrets from my secret store, and specify a key value that corresponds to your secret (password). Otherwise, simply enter a password in the text field labeled Type a value.
-
Select Virtual machine size and select one of the predefined items that specify the processor cores, RAM size, and the hard drive size of the VM to create.
-
Select Virtual network and select the desired virtual network.
-
Select Subnet and select subnet.
-
If the lab policy is set to allow public IP addresses for the selected subnet, specify whether you want the IP address to be public by selecting either Yes or No. Otherwise, this option is disabled and selected as No.
-
Select Artifacts and - from the list of artifacts - select and configure the artifacts that you want to add to the base image. Note: If you're new to DevTest Labs or configuring artifacts, skip to the Add an existing artifact to a VM section, and then return here when finished.
-
If you want to view or copy the Azure Resource Manager template, skip to the Save Azure Resource Manager template section, and return here when finished.
-
Select Create to add the specified VM to the lab.
-
The lab blade displays the status of the VM's creation; first as Creating, then as Running after the VM has been started.
-
Go to the Next Steps section.
While creating a VM, you can add existing artifacts. Each lab includes artifacts from the Public DevTest Labs Artifact Repository as well as artifacts that you've created and added to your own Artifact Repository. To discover how to create artifacts, see the article, Learn how to author your own artifacts for use with DevTest Labs.
-
On the Virtual machine blade, select Artifacts.
-
On the Add artifacts blade, select the desired artifact.
-
Enter the required parameter values and any optional parameters that you need.
-
Select Add to add the artifact and return to the Add Artifacts blade.
-
Continue adding artifacts as needed for your VM.
-
Once you've added your artifacts, you can change the order in which the artifacts are run. You can also go back to view or modify an artifact.
By default, the actions of the artifacts are executed in the order in which they are added to the VM. The following steps illustrate how to change the order in which the artifacts are run.
-
At the top of the Add Artifacts blade, select the link indicating the number of artifacts that have been added to the VM.
-
To specify the order in which the artifacts are run, drag and drop the artifacts into the desired order. Note: If you have having trouble dragging the artifact, make sure that you are dragging from the left side of the artifact.
-
Select OK when done.
The following steps illustrate how to view or modify the parameters of an artifact:
-
At the top of the Add Artifacts blade, select the link indicating the number of artifacts that have been added to the VM.
-
On the Selected Artifacts blade, select the artifact that you want to view or edit.
-
On the Add Artifact blade, make any needed changes, and select OK to close the Add Artifact blade.
-
Select OK to close the Selected Artifacts blade.
An Azure Resource Manager template provides a declarative way to define a repeatable deployment. The following steps explain how to save the Azure Resource Manager template for the VM being created. Once saved, you can use the Azure Resource Manager template to deploy new VMs with Azure PowerShell.
- On the Virtual machine blade, select View ARM Template.
- On the View Azure Resource Manager Template blade, select the template text.
- Copy the selected text to the clipboard.
- Select OK to close the View Azure Resource Manager Template blade.
- Open a text editor.
- Paste in the template text from the clipboard.
- Save the file for later use.
[!INCLUDE devtest-lab-try-it-out]
- Once the VM has been created, you can connect to the VM by selecting Connect on the VM's blade.
- Learn how to create custom artifacts for your DevTest Labs VM.
- Explore the DevTest Labs ARM QuickStart template gallery