Skip to content

Commit 8f8fb13

Browse files
author
RoseHJM
committed
Extensibility model note
1 parent b97933c commit 8f8fb13

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/deployment-environments/concept-azure-developer-cli-with-deployment-environments.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: RoseHJM
55
ms.author: rosemalcolm
66
ms.service: azure-deployment-environments
77
ms.topic: concept-article
8-
ms.date: 10/21/2024
8+
ms.date: 11/08/2024
99

1010
# Customer intent: As a platform engineer, I want to understand ADE and `azd` work together to provision application infrastructure and deploy application code to the new infrastructure.
1111

@@ -66,8 +66,7 @@ Most `azd` templates also optionally include one or more of the following folder
6666

6767
Azure Deployment Environments catalogs consist of environment definitions: IaC templates that define the infrastructure resources that are provisioned for a deployment environment. Azure Developer CLI uses environment definitions in the catalog attached to the dev center to provision new environments.
6868

69-
> [!NOTE]
70-
> Currently, Azure Developer CLI works with ARM templates stored in the Azure Deployment Environments dev center catalog.
69+
Azure Developer CLI works with ARM templates stored in the Azure Deployment Environments dev center catalog. It also supports other IaC templates, such as Bicep and Terraform through the ADE extensibility model. To learn how to configure the ADE extensibility model, see [Azure Deployment Environments extensibility model](/azure/developer/azure-developer-cli/ade-extensibility-model).
7170

7271
To properly support certain Azure Compute services, Azure Developer CLI requires more configuration settings in the IaC template. For example, you must tag app service hosts with specific information so that `azd` knows how to find the hosts and deploy the app to them.
7372

0 commit comments

Comments
 (0)