You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/deployment-environments/concept-environment-yaml.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Azure Deployment Environments environment definitions are infrastructure as code
18
18
19
19
## What is environment.yaml?
20
20
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.
22
22
23
23
### Sample environment.yaml
24
24
@@ -78,7 +78,7 @@ parameters:
78
78
79
79
### Parameter definitions
80
80
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.
82
82
83
83
Each parameter can use any of the following properties:
0 commit comments