Skip to content

Commit 58dc167

Browse files
committed
added to the TOC
1 parent 3a1d78c commit 58dc167

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

articles/lab-services/TOC.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
items:
5151
- name: DevTest Labs concepts
5252
href: devtest-lab-concepts.md
53-
- name:
53+
- name: Best practices for distributed and collaborative development
54+
href: best-practices-distributive-collaborative-dev-env.md
5455
- name: Scenarios
5556
items:
5657
- name: Popular scenarios for using DevTest Labs

articles/lab-services/best-practices-distributive-collaborative-dev-env.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can have a common source of custom images that are deployed to labs on a nig
3737
There are two different features that are based on code repositories, artifacts and environments. This article goes over the features and how to most effectively set up repositories and workflow to allow the ability to customize the available artifacts and environments at the organization level or team level. This workflow is based on standard [source code control branching strategy](/devops/repos/tfvc/branching-strategies-with-tfvc?view=azure-devops).
3838

3939
### Key concepts
40-
For the artifacts, the source information includes metadata, scripts. For the environments, the metadata and the Resource Manager templates with any supporting files like PowerShell scripts, DSC scripts, Zip files, and so on.
40+
The source information for artifacts includes metadata, scripts. The source information for environments includes metadata and Resource Manager templates with any supporting files like PowerShell scripts, DSC scripts, Zip files, and so on.
4141

4242
### Repository structure
4343
The most common configuration for source code control (SCC) is to set up a multi-tier structure for storing code files (Resource Manager templates, metadata, and scripts) that are used to in the labs. Specifically, create different repositories to store resources that are managed by the different levels of the business:
@@ -46,7 +46,7 @@ The most common configuration for source code control (SCC) is to set up a multi
4646
- Business unit/Division-wide resources
4747
- Team-specific resources.
4848

49-
Each of these levels link to a different repository where the master branch is required to be of the production quality. The [branches]((/devops/repos/git/git-branching-guidance?view=azure-devops)) in each repository would be for development of those specific resources (artifacts or templates). This structure aligns well with DevTest Labs as you can easily connect multiple repositories and multiple branches at the same time to the organization’s labs. The repository name is included in the user interface (UI) to avoid confusion when there are identical names, description, and publisher.
49+
Each of these levels link to a different repository where the master branch is required to be of the production quality. The [branches](/devops/repos/git/git-branching-guidance?view=azure-devops) in each repository would be for development of those specific resources (artifacts or templates). This structure aligns well with DevTest Labs as you can easily connect multiple repositories and multiple branches at the same time to the organization’s labs. The repository name is included in the user interface (UI) to avoid confusion when there are identical names, description, and publisher.
5050

5151
The following diagram shows two repositories: a company repository that is maintained by the IT Division, and a division repository maintained by the R&D division.
5252

0 commit comments

Comments
 (0)