Skip to content

Commit fe9cc88

Browse files
author
Jill Grant
authored
Merge pull request #285565 from RoseHJM/ade-roadmap
ADE roadmap
2 parents d0ebe76 + d0890a9 commit fe9cc88

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: Roadmap for Azure Deployment Environments
3+
description: Learn about features coming soon and in development for Azure Deployment Environments.
4+
ms.service: azure-deployment-environments
5+
ms.topic: concept-article
6+
author: sagarlankala
7+
ms.author: salankal
8+
ms.date: 08/26/2024
9+
10+
#customer intent: As a customer, I want to understand upcoming features and enhancements in Azure Deployment Environments so that I can plan and optimize development and deployment strategies.
11+
12+
---
13+
14+
# Azure Deployment Environments Roadmap
15+
16+
This roadmap presents a set of planned feature releases that underscores Microsoft’s commitment to revolutionizing the way enterprise developers provision application infrastructure, offering a seamless and intuitive experience that also ensures robust centralized management and governance. This feature list offers a glimpse into our plans for the next six months, highlighting key features we're developing. It's not 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.
17+
18+
The key deliverables focus on the following themes:
19+
20+
- Self-serve app infrastructure
21+
- Standardized deployments and customized templates
22+
- Enterprise management
23+
24+
## Self-serve app infrastructure
25+
26+
Navigating complex dependencies, opaque configurations, and compatibility issues, alongside managing security risks, has long made deploying app infrastructure a challenging endeavor. Azure Deployment Environments aims to eliminate these obstacles and supercharge enterprise developer agility. By enabling developers to swiftly and effortlessly self-serve the infrastructure needed to deploy, test, and run cloud-based applications, we're transforming the development landscape. Our ongoing investment in this area underscores our commitment to optimizing and enhancing the end-to-end developer experience, empowering teams to innovate without barriers.
27+
28+
- Enhanced integration with Azure Developer CLI (azd) will support ADE’s extensibility model, enabling deployments using any preferred IaC framework. The extensibility model allows enterprise development teams to deploy their code onto newly provisioned or existing environments with simple commands like `azd up` and `azd deploy`. By facilitating real-time testing, rapid issue identification, and swift resolution, developers can deliver higher-quality applications faster than ever before.
29+
- Ability to track and manage environment operations, logs, and the deployment outputs directly in the developer portal will make it easier for dev teams to troubleshoot any potential issues and fix their deployments.
30+
31+
## Standardized deployments and customized templates
32+
33+
Azure Deployment Environments empowers platform engineers and dev leads to securely provide curated, project-specific IaC templates directly from source control repositories. With the support for an extensibility model, organizations can now use their preferred IaC frameworks, including popular third-party options like Pulumi and Terraform, to execute deployments seamlessly.
34+
35+
While the extensibility model already allows for customized deployments, we're committed to making it exceptionally easy for platform engineers and dev leads to tailor their deployments, ensuring they can securely meet the unique needs of their organization or development team.
36+
37+
- Configuring pre- and post-deployment scripts as part of environment definitions will unlock the power to integrate more logic, validations, and custom actions into deployments, leveraging internal APIs and systems for more customized and efficient workflows.
38+
- Support for private registries will allow platform engineers to store custom container images in a private Azure Container Registry (ACR), ensuring controlled and secure access.
39+
40+
## Enterprise management
41+
42+
Balancing developer productivity with security, compliance, and cost management is crucial for organizations. Deployment Environments boosts productivity while upholding organizational security and compliance standards by centralizing environment management and governance for platform engineers.
43+
44+
We're committed to further investing in capabilities that strengthen both security and cost controls, ensuring a secure and efficient development ecosystem.
45+
46+
- Ability to configure a private virtual network for the runner executing the template deployments puts enterprises in control while accessing confidential data and resources from internal systems.
47+
- Default autodeletion eliminates orphaned cloud resources, safeguarding enterprises from unnecessary costs and ensuring budget efficiency.
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 more capabilities you would like to see](https://developercommunity.microsoft.com/deploymentenvironments/suggest). Your insights help us refine our focus and deliver even greater value.
50+
51+
## Related content
52+
53+
- [What is Azure Deployment Environments?](overview-what-is-azure-deployment-environments.md)

articles/deployment-environments/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ items:
77
- name: What is Azure Deployment Environments?
88
displayName: Azure Deployment Environments overview
99
href: overview-what-is-azure-deployment-environments.md
10+
- name: Roadmap for Azure Deployment Environments
11+
displayName: roadmap, future, features, enhancements, coming soon, in development
12+
href: ade-roadmap.md
1013
- name: Quickstarts
1114
displayName: Quickstarts
1215
expanded: true

0 commit comments

Comments
 (0)