Skip to content

Commit cab4900

Browse files
authored
Update integrate-environments-devops-pipeline.md
1 parent 51d2a3f commit cab4900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You would ordinarily perform each of these tasks individually in your own custom
1616
## Prerequisites
1717
Before you can integrate your CI/CD pipeline with Azure DevTest Labs, you must:
1818
1. Install [Azure DevTest Labs Tasks](https://marketplace.visualstudio.com/items?itemName=ms-azuredevtestlabs.tasks) extension from Visual Studio Marketplace.
19-
1. [Create a lab](devtest-lab-create-lab.md) and ensure configured to use **Public Environment**.
19+
1. [Create a lab](devtest-lab-create-lab.md) and ensure it is configured to use **Public Environment**, which is turned on by default.
2020

2121
## Create a release definition & environment
2222
To create the release definition, follow these steps:
@@ -44,7 +44,7 @@ To create the release definition, follow these steps:
4444
|**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.|
4545
|**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.|
4646
|**Environment Name**|Enter a name to uniquely identify the environment instance within the lab. It must be unique within the lab.|
47-
|**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.|
47+
|**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.|
4848

4949
## Delete the environment
5050
The final stage is to delete the Environment that you deployed in your Azure DevTest Labs instance. You would ordinarily delete the environment after you execute the dev tasks or run the tests that you need on the deployed resources.

0 commit comments

Comments
 (0)