Skip to content

Commit a7b9870

Browse files
author
RoseHJM
committed
Includes file
1 parent bf1290a commit a7b9870

7 files changed

+30
-1
lines changed

articles/devtest-labs/connect-environment-lab-virtual-network.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ ms.custom: UpdateFrequency2
99
---
1010

1111
# Connect an environment to your lab's virtual network in Azure DevTest Labs
12-
Azure DevTest Labs makes it easy to create VMs in a lab with [built-in networking](devtest-lab-configure-vnet.md). It has a great deal of flexibility with the ability to [create multi-VM environments](devtest-lab-test-env.md). This article shows you how to connect VMs in an environment to the lab virtual network. One scenario where you use this feature is setting up an N-tier app with a SQL Server data tier that is connected to the lab VNet allowing test VMs in the lab to access it.
12+
Azure DevTest Labs makes it easy to create VMs in a lab with [built-in networking](devtest-lab-configure-vnet.md). It has a great deal of flexibility with the ability to [create multi-VM environments](devtest-lab-test-env.md). This article shows you how to connect VMs in an environment to the lab virtual network. One scenario where you use this feature is setting up an N-tier app with a SQL Server data tier that is connected to the lab VNet allowing test VMs in the lab to access it.
13+
14+
[!INCLUDE [direct-azure-deployment-environments](includes/direct-azure-deployment-environments.md)]
1315

1416
## Sample environment that uses lab VNet
1517
Here is a simple environment template that connects the lab's subnet. In this sample, the `DTLSubnetId` parameter represents the ID of the subnet in which the lab exists. It's assigned to: `$(LabSubnetId)`, which is automatically resolved by DevTest Labs to the ID of the lab's subnet. The **subnet** property of the **network interface** of the VM in this definition is set to `DTLSubnetId` so that it joins the same subnet.

articles/devtest-labs/create-environment-service-fabric-cluster.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ This article provides information on how to create an environment with a self-co
1414
## Overview
1515
DevTest Labs can create self-contained test environments as defined by Azure Resource Manager templates. These environments contain both IaaS resources, like virtual machines, and PaaS resources, like Service Fabric. DevTest Labs allows you to manage virtual machines in an environment by providing commands to control the virtual machines. These commands give you the ability to start or stop a virtual machine on a schedule. Similarly, DevTest Labs can also help you manage Service Fabric clusters in an environment. You can start or stop a Service Fabric cluster in an environment either manually or via a schedule.
1616

17+
[!INCLUDE [direct-azure-deployment-environments](includes/direct-azure-deployment-environments.md)]
18+
1719
## Create a Service Fabric cluster
1820
Service Fabric clusters are created using environments in DevTest Labs. Each environment is defined by an Azure Resource Manager template in a Git repository. The [public Git repository](https://github.com/Azure/azure-devtestlab/tree/master/Environments/) for DevTest Labs contains the Resource Manager template to create a Service Fabric cluster in the [ServiceFabric-Cluster](https://github.com/Azure/azure-devtestlab/tree/master/Environments/ServiceFabric-LabCluster) folder.
1921

articles/devtest-labs/deploy-nested-template-environments.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ A nested deployment runs secondary Azure Resource Manager (ARM) templates from w
1414

1515
Decomposing a deployment into a set of targeted, purpose-specific templates provides testing, reuse, and readability benefits. For general information about nested templates, including code samples, see [Using linked and nested templates when deploying Azure resources](../azure-resource-manager/templates/linked-templates.md).
1616

17+
18+
[!INCLUDE [direct-azure-deployment-environments](includes/direct-azure-deployment-environments.md)]
19+
1720
## Deploy nested templates with Visual Studio
1821

1922
The Azure Resource Group project template in Visual Studio makes it easy to develop and debug ARM templates. When you add a nested template to the main *azuredeploy.json* template file, Visual Studio adds the following items to make the template more flexible:

articles/devtest-labs/devtest-lab-create-environment-from-arm.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ You can configure Azure DevTest Labs to use ARM templates from a public or priva
2020

2121
:::image type="content" source="./media/devtest-lab-create-environment-from-arm/devtest-labs-create-environment-with-arm.png" alt-text="Diagram that shows how to create an environment with DevTest Labs by using an ARM template in a template repository." border="false" lightbox="./media/devtest-lab-create-environment-from-arm/devtest-labs-create-environment-with-arm.png":::
2222

23+
[!INCLUDE [direct-azure-deployment-environments](includes/direct-azure-deployment-environments.md)]
24+
2325
## Prerequisites
2426

2527
- It's helpful to have experience configuring lab environments in DevTest Labs. If you're new to working with labs, start by reviewing the instructions in the [Configure public environment settings](#configure-public-environment-settings) section. You need to understand how to configure template repositories, enable or disable public environments, and select templates to create labs.

articles/devtest-labs/environment-security-alerts.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ As a lab user, you can view Microsoft Defender for Cloud alerts for your labs. D
1818
[Learn more about security alerts in Microsoft Defender for Cloud](../security-center//security-center-alerts-overview.md).
1919

2020

21+
[!INCLUDE [direct-azure-deployment-environments](includes/direct-azure-deployment-environments.md)]
22+
23+
2124
## Prerequisites
2225
Currently, you can view security alerts only for platform as a service (PaaS) environments deployed into your lab. To test or use this feature, [deploy an environment into your lab](devtest-lab-create-environment-from-arm.md).
2326

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
author: RoseHJM
3+
ms.author: rosemalcolm
4+
ms.date: 09/16/2024
5+
ms.topic: include
6+
ms.service: devtest-labs
7+
ai-usage: ai-assisted
8+
---
9+
10+
> [!NOTE]
11+
> While Azure DevTest Labs is a powerful tool for managing development and testing environments, organizations might prefer Azure Deployment Environments over Azure DevTest Labs due to it's ability to ensure consistency and compliance with organizational policies. Deployment environments offer built-in scalability, enhanced security features, and streamlined resource management, making it easier to configure and provision resources automatically. This minimizes manual setup time and errors, allowing developers to focus on innovation and coding.
12+
>
13+
> Azure Deployment Environments supports collaborative workflows, facilitating seamless teamwork across development, testing, and operations teams. It's flexibility and customization options enable organizations to tailor environments to specific needs, providing a more personalized and efficient experience compared to DevTest Labs. Overall, these advantages help accelerate development processes and enhance productivity, making Azure Deployment Environments a robust choice for modern cloud infrastructure.
14+
>
15+
> To learn more about Azure Deployment Environments, see [Azure Deployment Environments](/azure/deployment-environments/index.yaml).

articles/devtest-labs/use-paas-services.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ The following image shows a SharePoint farm created as an environment in a lab.
1616

1717
![Screenshot of a SharePoint environment in a lab.](media/use-paas-services/environments.png)
1818

19+
[!INCLUDE [direct-azure-deployment-environments](includes/direct-azure-deployment-environments.md)]
20+
1921
## PaaS scenarios
2022

2123
DevTest Labs PaaS environments support the following scenarios:

0 commit comments

Comments
 (0)