File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/deployment-environments Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ An environment definition is composed of at least two files:
23
23
24
24
- A template from an IaC framework. For example:
25
25
- 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* .
28
28
- A configuration file that provides metadata about the template. This file should be named * environment.yaml* .
29
29
30
30
Your development teams use the environment definitions that you provide in the catalog to deploy environments in Azure.
You can’t perform that action at this time.
0 commit comments