Skip to content

Commit 42df979

Browse files
authored
Apply suggestions from PR review
1 parent 14d7603 commit 42df979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/devtest-labs/devtest-lab-integrate-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The next step creates a golden image VM to use for future deployments. This step
126126
- **Template**: Browse to and select the template file you checked in to your project repository.
127127
- **Parameters File**: If you checked a parameters file into your repository, browse to and select it.
128128
- **Parameter Overrides**: Enter `-newVMName '$(vmName)' -userName '$(userName)' -password '$(password)'`.
129-
- Drop down **Output Variables**, and under **Reference name**, enter the variable for the created lab VM ID. Let's enter *vm* for **Reference name** for simplicity. **labVmId** will be an attribute of this variable and will be referred later as *$vm.labVmId*. If you use any other name, then remember to use it accordingly in the subsequent tasks.
129+
- Drop down **Output Variables**, and under **Reference name**, enter the variable for the created lab VM ID. Let's enter *vm* for **Reference name** for simplicity. **labVmId** will be an attribute of this variable and will be referred to later as *$vm.labVmId*. If you use any other name, then remember to use it accordingly in the subsequent tasks.
130130

131131
Lab VM ID will be in the following form: `/subscriptions/{subscription Id}/resourceGroups/{resource group Name}/providers/Microsoft.DevTestLab/labs/{lab name}/virtualMachines/{vmName}`.
132132

0 commit comments

Comments
 (0)