Skip to content

Commit 0659633

Browse files
authored
Merge pull request #287604 from RoseHJM/dtl-roadmap
DTL roadmap
2 parents 75b0965 + 55e974b commit 0659633

File tree

3 files changed

+59
-0
lines changed

3 files changed

+59
-0
lines changed

articles/devtest-labs/TOC.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
items:
55
- name: What is DevTest Labs?
66
href: devtest-lab-overview.md
7+
- name: Roadmap for Azure DevTest Labs
8+
displayName: roadmap, future, features, enhancements, coming soon, in development
9+
href: devtest-labs-roadmap.md
710
- name: Quickstart
811
items:
912
- name: Create a lab - Portal
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: Roadmap for Azure DevTest Labs
3+
description: Learn about features in development and coming soon for Azure DevTest Labs.
4+
ms.service: azure-devtest-labs
5+
ms.topic: concept-article
6+
author: anishtrakru
7+
ms.author: anishtrakru
8+
ms.date: 09/30/2024
9+
10+
#customer intent: As a customer, I want to understand upcoming features and enhancements in Azure DevTest Labs so that I can plan and optimize development and deployment strategies.
11+
12+
---
13+
# Azure DevTest Labs roadmap
14+
15+
This roadmap presents a set of planned feature releases that underscores Microsoft's commitment to empowering enterprise development and testing teams. DevTest Labs enables development teams to self-serve customized, ready-to-test machines in the cloud, all while maintaining adherence to organizational governance policies. This feature list offers a glimpse into our plans for the next six months, highlighting key features we're developing. It isn't exhaustive but shows major investments. Some features might release as previews and evolve based on your feedback before becoming generally available. We always listen to your input, so the timing, design, and delivery of some features might change.
16+
17+
Key DevTest Labs deliverables can be grouped under the following themes:
18+
19+
- [Ready-to-test virtual machines](#ready-to-test-virtual-machines)
20+
- [Enterprise management](#enterprise-management)
21+
- [Performance and reliability](#performance-and-reliability)
22+
23+
## Ready-to-test virtual machines
24+
25+
The fundamental goal of DevTest Labs is to provide a seamless, intuitive experience that empowers development and testing teams. DevTest Labs enables you to swiftly access ready-to-test machines for deploying and validating the latest versions or features of any version of your application. We're dedicated to advancing this vision by continuously investing in innovative technologies to enhance machine customization and optimize testing efficiency.
26+
27+
- **Hibernate VM:** Hibernating a machine preserves its exact state upon resumption, allowing developers to effortlessly troubleshoot issues identified during testing.
28+
- **Lab-level Secrets:** Platform engineers and dev managers will be able to set up centralized secrets accessible to the entire team, streamlining virtual machine creation and management.
29+
- **Generation 2 VMs:** Generation 2 VMs will improve virtual machine boot and installation times and enable secure boot by default.
30+
31+
## Enterprise management
32+
33+
DevTest Labs delivers a streamlined and optimized experience for end-users while also offering robust enterprise capabilities to enforce organizational governance, covering security, cost management, and monitoring. We're committed to enhancing these capabilities with upcoming features that will fortify the machines and help reduce costs.
34+
35+
- **Managed Identity and GitHub Apps:** To ensure secure connections to source control repositories and storage accounts, we'll introduce the ability to:
36+
- Attach Azure Repos repositories via managed identities
37+
- Attach GitHub repositories through GitHub Apps
38+
- Access lab storage accounts via managed identities
39+
- **Trusted Launch:** Trusted launch will enhance protection for lab machines against advanced and persistent attacks by enabling features like secure boot, vTPM, virtualization-based security, and integration with Microsoft Defender for Cloud.
40+
- **Spot VMs:** Spot VMs will lower test machine costs for workloads that can handle interruptions.
41+
- **Standard Load Balancer:** Standard Load Balancer provides significant improvements over basic such as high performance, ultra-low latency, superior resilient load-balancing, and increased security by default.
42+
43+
## Performance and Reliability
44+
45+
DevTest Labs aims to provide a seamless testing experience that is as responsive as a local machine, and we're consistently enhancing the reliability, speed, and performance of DevTest Labs through platform optimization.
46+
47+
**API and Portal Reliability:** We're continuing to invest in our API performance and aiming to attain higher reliability.
48+
49+
This roadmap outlines our current priorities, and we remain flexible to adapt based on customer feedback. We invite you to share your thoughts and suggest other capabilities you would like to see. Your insights help us refine our focus and deliver even greater value.
50+
51+
52+
## Related content
53+
54+
- [What is DevTest Labs?](./devtest-lab-overview.md)

articles/devtest-labs/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ landingContent:
2727
url: devtest-lab-concepts.md
2828
- text: Popular scenarios
2929
url: devtest-lab-guidance-get-started.md
30+
- text: DevTest Labs Roadmap
31+
url: devtest-labs-roadmap.md
3032
- linkListType: tutorial
3133
links:
3234
- text: Set up a lab

0 commit comments

Comments
 (0)