Skip to content

Commit 8421fe8

Browse files
authored
Update integrate-environments-devops-pipeline.md
1 parent cab4900 commit 8421fe8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/devtest-labs/integrate-environments-devops-pipeline.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@ To create the release definition, follow these steps:
3939

4040
|Field|Description|
4141
|-----|-----------|
42-
|**Azure RM Subscription**|Select a connection in the **Available Azure Service Connections** list, or create a more restricted permissions connection to your Azure subscription. For more information, see [Azure Resource Manager service endpoint](/azure/devops/pipelines/library/service-endpoints).|
43-
|**Lab Name**|Select the name of a lab you created earlier (see prerequisites). In practice, you should select the lab against which you want to deploy. You can also use variables, `$(labName)`. Manually entering the friendly name will cause failures, use the drop-down lists to select the information.|
44-
|**Repository Name**|You can choose the default repository, `Public Environment Repo`, or another repo containing the template you want to use. Repositories are designed in the lab policies. Manually entering the friendly name will cause failures, use the drop-down lists to select the information.|
45-
|**Template Name**|Select the name of the environment template from your source code repository. Manually entering the friendly name will cause failures, use the drop-down lists to select the information.|
42+
|**Azure RM Subscription**|This is the Azure Resource Manager subscription to configure before running. Select a connection in the **Available Azure Service Connections** list, or create a more restricted permissions connection to your Azure subscription. For more information, see [Azure Resource Manager service endpoint](/azure/devops/pipelines/library/service-endpoints).|
43+
|**Lab Name**|Select the name of a lab you created earlier (see prerequisites). In practice, you should select the lab against which you want to deploy. The resource will be create in this lab. You can also use variables, `$(labName)`. Manually entering the friendly name will cause failures, use the drop-down lists to select the information.|
44+
|**Environment name**|Name of the environment to be created within the selected lab.|
45+
|**Repository Name**|Name of the source code repository containing the template. You can choose the default repository, `Public Environment Repo`, or another repo containing the template you want to use. Repositories are designed in the lab policies. Manually entering the friendly name will cause failures, use the drop-down lists to select the information.|
46+
|**Template Name**|Name of the template to use to create the environment. Select the name of the environment template. Manually entering the friendly name will cause failures, use the drop-down lists to select the information.|
4647
|**Environment Name**|Enter a name to uniquely identify the environment instance within the lab. It must be unique within the lab.|
4748
|**Parameters File** & **Parameter overrides**|Use to pass custom parameters to the environment. Either or both can be used to set the parameter values. For example, you can use these fields to pass the encrypted password. You can also use variables to avoid passing secret information in the logs and even hook it up to Azure Key Vault.|
4849

0 commit comments

Comments
 (0)