Skip to content

Commit a81013b

Browse files
authored
Merge pull request #108111 from spelluru/labformula0317
fixed based on feedback
2 parents 6c71b20 + a23afb6 commit a81013b

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

articles/lab-services/devtest-lab-manage-formulas.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,38 +35,39 @@ For more information about adding users and permissions, see [Add owners and use
3535
### Create a formula from a base
3636
The following steps guide you through the process of creating a formula from a custom image, Marketplace image, or another formula.
3737

38-
1. Sign in to the [Azure portal](https://go.microsoft.com/fwlink/p/?LinkID=525040).
38+
1. Sign in to the [Azure portal](https://portal.azure.com).
3939

4040
2. Select **All Services**, and then select **DevTest Labs** from the list.
4141

4242
3. From the list of labs, select the desired lab.
4343

44-
4. On the lab's page, select **Formulas (reusable bases)**.
45-
46-
![Formula menu](./media/devtest-lab-create-formulas/lab-settings-formulas.png)
47-
44+
4. On the lab's page, select **Formulas (reusable bases)** on the left menu.
4845
5. On the **Formulas** page, select **+ Add**.
4946

5047
![Add a formula](./media/devtest-lab-create-formulas/add-formula.png)
5148

52-
6. On the **Choose a base** page, select the base (custom image, Marketplace image, or formula) from which you want to create the formula.
53-
54-
![Base list](./media/devtest-lab-create-formulas/base-list.png)
55-
49+
6. On the **Choose a base** page, select the base (custom image or Marketplace image) from which you want to create the formula.
5650
7. On the **Basic Settings** tab of the **Create formula** page, specify the following values:
5751

5852
* **Formula name** - Enter a name for your formula. This value is displayed in the list of base images when you create a VM. The name is validated as you type it, and if not valid, a message indicates the requirements for a valid name.
53+
- Enter an optional **description** for the formula.
5954
* **User name** - Enter a user name that is granted administrator privileges.
6055
* **Password** - Enter - or select from the dropdown - a value that is associated with the secret (password) that you want to use for the specified user. To learn about saving secrets in a key vault and using them when creating lab resources, see [Store secrets in Azure Key Vault](devtest-lab-store-secrets-in-key-vault.md).
61-
* **VM size** - Select **Change Size** to change the size of the VM.
56+
57+
Select **Use a saved secret** if you want to use a secret from Azure Key Vault instead of using a password.
58+
* **Virtual machine size** - Select **Change Size** to change the size of the VM.
59+
- **OS disk type** - select the type of disk you want to use (Standard HDD, Standard SSD, or Premium SSD).
6260
* **Artifacts** - Select **Add or Remove artifacts** page, in which you select and configure the artifacts that you want to add to the base image. For more information about artifacts, see [Create custom artifacts for your Azure DevTest Labs virtual machine](devtest-lab-artifact-author.md).
61+
62+
![Basic settings page](./media/devtest-lab-create-formulas/basic-settings.png)
6363
8. Switch to the **Advanced settings** tab, and specify the following values:
6464
- **Virtual network** - To change the virtual network, select **Change Vnet**.
6565
- **Subnet** - To change the subnet, select **Change Subnet**.
6666
- **IP address configuration** - Specify if you want the Public, Private, or Shared IP addresses. For more information about shared IP addresses, see [Understand shared IP addresses in Azure DevTest Labs](./devtest-lab-shared-ip.md).
67-
- **Expiration date and time** - Specify the expiration date and time for the VM so that the VM is automatically deleted.
68-
- **Make this machine claimable** - Making a machine "claimable" means that it will not be assigned ownership at the time of creation. Instead lab users will be able to take ownership ("claim") the machine in the lab's page.
69-
- **Number of claimable instances** - specify how many of claimable instances you want to create.
67+
- **Expiration date and time** - You can't edit this field.
68+
- **Make this machine claimable** - Making a machine "claimable" means that it will not be assigned ownership at the time of creation. Instead lab users will be able to take ownership ("claim") the machine in the lab's page.
69+
70+
![Basic settings page](./media/devtest-lab-create-formulas/advanced-settings.png)
7071
8. Select **Submit** to create the formula.
7172

7273
9. When the formula has been created, it displays in the list on the **Formulas** page.
46.7 KB
Loading
51.6 KB
Loading
72.3 KB
Loading

0 commit comments

Comments
 (0)