Skip to content

Commit 3c2042d

Browse files
author
RoseHJM
committed
ADE - roadmap rework
1 parent 3631158 commit 3c2042d

File tree

1 file changed

+26
-17
lines changed

1 file changed

+26
-17
lines changed

articles/deployment-environments/ade-roadmap.md

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
title: Roadmap for Azure Deployment Environments
3-
description: Learn about features coming soon and in development for Azure Deployment Environments.
3+
description: Learn about planned features coming soon and features in development for Azure Deployment Environments.
44
ms.service: azure-deployment-environments
55
ms.topic: concept-article
66
author: sagarlankala
77
ms.author: salankal
8-
ms.date: 08/26/2024
8+
ms.date: 09/06/2024
99

1010
#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.
1111

1212
---
1313

1414
# Azure Deployment Environments Roadmap
1515

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.
16+
This roadmap presents a set of planned feature releases aimed at improving how enterprise developers set up application infrastructure. It focuses on making the process easier and ensuring strong centralized management and governance. This list highlights key features planned for the next six months. It isn't exhaustive but shows major areas of investment. 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.
1717

1818
The key deliverables focus on the following themes:
1919

@@ -23,28 +23,37 @@ The key deliverables focus on the following themes:
2323

2424
## Self-serve app infrastructure
2525

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.
26+
Deploying app infrastructure has been challenging due to complex dependencies, unclear configurations, compatibility issues, and managing security risks. Azure Deployment Environments (ADE) aims to remove these obstacles and make developers more agile. By allowing developers to quickly and easily set up the infrastructure needed to deploy, test, and run cloud-based applications, we're changing the development process. Our ongoing investment in this area shows our commitment to improving the end-to-end developer experience and helping teams innovate without barriers.
27+
- Enhanced Integration with Azure Developer CLI (azd):
28+
- Supports ADE's extensibility model.
29+
- Enables deployments using any preferred Infrastructure as Code (IaC) framework.
30+
- Allows simple commands like `azd up` and `azd deploy` for deploying code.
31+
- Facilitates real-time testing, rapid issue identification, and quick resolution.
32+
- Tracking and Managing Environment Operations:
33+
- Logs and deployment outputs can be managed directly in the developer portal.
34+
- Makes it easier for dev teams to troubleshoot and fix deployments.
3035

3136
## Standardized deployments and customized templates
3237

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.
38+
Azure Deployment Environments allows platform engineers and dev leads to securely provide curated, project-specific IaC templates directly from source control repositories. With support for an extensibility model, organizations can use their preferred IaC frameworks, including third-party options like Pulumi and Terraform, for seamless deployments.
39+
Customized deployments make it easy for platform engineers and dev leads to tailor deployments and ensure they can securely meet the unique needs of their organization or development team.
40+
- Pre- and Post-Deployment Scripts:
41+
- Configure as part of environment definitions.
42+
- Allow integration of more logic, validations, and custom actions into deployments.
43+
- Leverage internal APIs and systems for more customized and efficient workflows.
44+
- Support for Private Registries:
45+
- Allow platform engineers to store custom container images in a private Azure Container Registry (ACR).
46+
- Ensure controlled and secure access.
3947

4048
## Enterprise management
4149

4250
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.
4351

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.
52+
- Private virtual network configuration for the runner executing the template deployments:
53+
- Allows enterprises to control access to confidential data and resources from internal systems.
54+
- Default Autodeletion:
55+
- Eliminates orphaned cloud resources.
56+
- Ensures budget efficiency by avoiding unnecessary costs.
4857

4958
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.
5059

0 commit comments

Comments
 (0)