Skip to content

Commit 94bfd44

Browse files
author
RoseHJM
committed
Corrected template filenames
1 parent 6870996 commit 94bfd44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/deployment-environments/configure-environment-definition.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ An environment definition is composed of at least two files:
2323

2424
- A template from an IaC framework. For example:
2525
- An Azure Resource Manager (ARM) template might use a file called *azuredeploy.json*.
26-
- A Bicep template might use a file called *azuredeploy.bicep*.
27-
- A Terraform template might use a file called *azuredeploy.tf*, or *azuredeploy.tf.json*.
26+
- A Bicep template might use a file called *main.bicep*.
27+
- A Terraform template might use a file called *azuredeploy.tf*.
2828
- A configuration file that provides metadata about the template. This file should be named *environment.yaml*.
2929

3030
Your development teams use the environment definitions that you provide in the catalog to deploy environments in Azure.

0 commit comments

Comments
 (0)