Skip to content

Commit 4c07327

Browse files
authored
Merge pull request #176765 from dagiro/Freshness9
Freshness9 - Add a VM to a lab in Azure DevTest Labs
2 parents d1f93dd + 10276a3 commit 4c07327

12 files changed

+87
-94
lines changed

articles/devtest-labs/devtest-lab-add-claimable-vm.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ You add a claimable VM to a lab in a similar manner to how you [add a standard V
2626
You can also save secrets in the key vault first and then use it while creating a VM in the lab. For more information, see [Store secrets in a key vault](devtest-lab-store-secrets-in-key-vault.md). To use the password stored in the key vault, select **Use a saved secret**, and specify a key value that corresponds to your secret (password).
2727
4. In the **More options** section, select **Change size**. Select one of the predefined items that specify the processor cores, RAM size, and the hard drive size of the VM to create.
2828
5. Select **Add or Remove Artifacts**. Select and configure the artifacts that you want to add to the base image.
29-
**Note:** If you're new to DevTest Labs or configuring artifacts, refer to the [Add an existing artifact to a VM](./devtest-lab-add-vm.md#add-an-existing-artifact-to-a-vm) section, and then return here when finished.
29+
30+
>[!NOTE]
31+
>If you're new to DevTest Labs or configuring artifacts, refer to the [Add artifacts after installation](./devtest-lab-add-vm.md#add-artifacts-after-installation) section, and then return here when finished.
3032
2. Switch to the **Advanced Settings** tab at the top, and do the following actions:
3133
1. To change the virtual network that the VM is in, select **Change VNet**.
3234
2. To change the subnet, select **Change subnet**.

articles/devtest-labs/devtest-lab-add-vm.md

Lines changed: 81 additions & 90 deletions
Large diffs are not rendered by default.

articles/devtest-labs/devtest-lab-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ sections:
226226
You have two options for simultaneously creating multiple VMs from the same template:
227227
228228
- You can use the [Azure DevOps Tasks extension](https://marketplace.visualstudio.com/items?itemName=ms-azuredevtestlabs.tasks).
229-
- You can [generate a Resource Manager template](devtest-lab-add-vm.md#save-azure-resource-manager-template) while you're creating a VM, and [deploy the Resource Manager template from Windows PowerShell](../azure-resource-manager/templates/deploy-powershell.md).
229+
- You can [generate a Resource Manager template](devtest-lab-add-vm.md#create-and-add-virtual-machines) while you're creating a VM, and [deploy the Resource Manager template from Windows PowerShell](../azure-resource-manager/templates/deploy-powershell.md).
230230
- You can also specify more than one instance of a machine to be created during virtual machine creation. To learn more about creating multiple instances of virtual machines, see the doc on [creating a lab virtual machine](devtest-lab-add-vm.md).
231231
232232
- question: |

articles/devtest-labs/devtest-lab-guidance-get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Developers often have different requirements for development machines for differ
2222
- Developers can quickly provision their development machines on demand or [claim an existing pre-configured machine](devtest-lab-add-claimable-vm.md).
2323
- Developers can provision resources in a self-service way without needing subscription-level permissions.
2424
- IT or admins can [pre-define the networking topology](devtest-lab-configure-vnet.md) and developers can directly use it in a simple and intuitive way without requiring any special access.
25-
- Developers can easily [customize](devtest-lab-add-vm.md#add-an-existing-artifact-to-a-vm) their development machines as needed.
25+
- Developers can easily [customize](devtest-lab-add-vm.md#add-artifacts-after-installation) their development machines as needed.
2626
- Administrators can control costs by ensuring that:
2727
- Developers [can't get more VMs](devtest-lab-set-lab-policy.md#set-virtual-machines-per-user) than they need for development
2828
- [VMs are shut down](devtest-lab-set-lab-policy.md#set-auto-shutdown) when not in use
@@ -55,7 +55,7 @@ A lab in Azure DevTest Labs acts as a great container for transient activities l
5555
- [Policies](devtest-lab-set-lab-policy.md) ensure trainees only get the number of resources, such as virtual machines, that they need.
5656
- Pre-configured and created machines are [claimed](devtest-lab-add-claimable-vm.md) with single action from trainee.
5757
- Labs are shared with trainees by accessing [URL for the lab](/azure/devtest-labs/devtest-lab-faq#how-do-i-share-a-direct-link-to-my-lab).
58-
- [Expiration dates](devtest-lab-add-vm.md#steps-to-add-a-vm-to-a-lab-in-azure-devtest-labs) on virtual machines ensure that machines are deleted after they are no longer needed.
58+
- [Expiration dates](devtest-lab-add-vm.md#create-and-add-virtual-machines) on virtual machines ensure that machines are deleted after they are no longer needed.
5959
- It’s easy to [delete a lab](devtest-lab-delete-lab-vm.md#delete-a-lab) and all [related resources](/azure/devtest-labs/devtest-lab-faq#how-do-i-automate-the-process-of-deleting-all-the-vms-in-my-lab) when the training is over.
6060

6161
For more information, see [Use Azure DevTest Labs for training](devtest-lab-training-lab.md).
61.3 KB
Loading
62.4 KB
Loading
104 KB
Loading
45.2 KB
Loading
83.8 KB
Loading
68.4 KB
Loading

0 commit comments

Comments
 (0)