Skip to content

Commit e4cea5e

Browse files
committed
updates
1 parent 14a57cc commit e4cea5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/deployment-environments/concept-environment-yaml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Azure Deployment Environments environment definitions are infrastructure as code
1818

1919
## What is environment.yaml?
2020

21-
The environment.yaml file describes the resources used and the template location for the environment definition.
21+
The environment.yaml file acts as a manifest, describing the resources used and the template location for the environment definition.
2222

2323
### Sample environment.yaml
2424

@@ -78,7 +78,7 @@ parameters:
7878

7979
### Parameter definitions
8080

81-
The following table describes the data types that you can use in environment.yaml. The data type names used in the environment.yaml file differ from the ones used in ARM templates.
81+
The following table describes the data types that you can use in environment.yaml. The data type names used in the environment.yaml manifest file differ from the ones used in ARM templates.
8282

8383
Each parameter can use any of the following properties:
8484

0 commit comments

Comments
 (0)