# azure-devtestlab **Repository Path**: mirrors_Azure/azure-devtestlab ## Basic Information - **Project Name**: azure-devtestlab - **Description**: Azure DevTestLab artifacts, scripts and samples - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Azure Lab Services Community > [!IMPORTANT] > Azure Lab Services will be retired on June 28, 2027. [Click here](https://aka.ms/azlabs-retirementguide) for more information. We will not be taking any future requests or fixes. Note that this does NOT affect Azure DevTest Labs. This is a public, community-contributed repository that contains: - **Artifacts for Azure DevTest Labs:** These [artifacts](https://docs.microsoft.com/en-us/azure/lab-services/devtest-lab-concepts#artifacts) can be deployed onto virtual machines in Azure DevTest Labs via the Azure Portal or through scripts. - **Environments for Azure DevTest Labs:** An [environment](https://docs.microsoft.com/en-us/azure/lab-services/devtest-lab-concepts#environment) is a collection of resources defined as ARM templates, which represent the [Public Environment](https://azure.microsoft.com/en-ca/updates/azure-devtest-labs-public-environment-repository-in-labs/) repository in Azure DevTest Labs and can be accessed via the Azure Portal or through scripts. - **Samples for both Azure DevTest Labs and Classroom Labs:** These samples vary from QuickStart Templates, to SDK samples and scripts that can be used to facilitate outside-the-box scenarios. They are used to demonstrate how Azure Lab Services can be integrated in automation scenarios. - **Azure Pipelines Tasks for Azure DevTest Labs:** This is the source code used to author Azure Pipelines tasks specifically geared to demonstrate use of Azure DevTest Labs in builds/releases. Refer to [Azure DevTest Labs Tasks](https://marketplace.visualstudio.com/items?itemName=ms-azuredevtestlabs.tasks) for more information and to install. ## Azure DevTest Labs PowerShell Module [Az.DevTestLabs](https://github.com/Azure/azure-devtestlab/tree/master/samples/DevTestLabs/Modules/Library) is a PowerShell module to simplify the management of [Azure DevTest Labs](https://azure.microsoft.com/en-us/services/devtest-lab/). It provides composable functions to create, query, update and delete labs, VMs, Custom Images and Environments. The source can be located under [/samples/DevTestLabs/Modules/Library/](https://github.com/Azure/azure-devtestlab/tree/master/samples/DevTestLabs/Modules/Library). ## Azure Lab Services PowerShell Module [Az.LabServices](https://github.com/Azure/azure-devtestlab/tree/master/samples/ClassroomLabs/Modules/Library) is a PowerShell module to simplify the management of [Azure Lab Services](https://azure.microsoft.com/en-us/services/lab-services/). It provides composable functions to create, query, update and delete lab accounts, labs, VMs and Images. The source can be located under [/samples/ClassroomLabs/Modules/Library/](https://github.com/Azure/azure-devtestlab/tree/master/samples/ClassroomLabs/Modules/Library). >### Azure Lab Services April 2022 update (preview) >If you are using the update (with lab plans) the [Lab Services module](https://www.powershellgallery.com/packages/Az.LabServices/0.1.0) is available in the PowerShell gallery. There is a dedicated [Lab Services repository](https://github.com/Azure/LabServices) with samples for the updated modules and the improved service. ## Contributions Contributions are encouraged and welcome. Please refer to the respective sections (e.g. Artifacts, Environments, Tasks) for more details on the respective process to follow. ## Open Source Code of Conduct This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.