Skip to content

Commit 14a57cc

Browse files
committed
updates
1 parent 9fee471 commit 14a57cc

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
@@ -73,7 +73,7 @@ To add an environment definition:
7373
| runner | The IaC framework that the template uses. The value can be `ARM` or `Bicep`. You can also specify a path to a template stored in a container registry. |
7474
| templatePath | The path to the IaC template file. |
7575

76-
To learn more about the options and data types you can use in *environment.yaml*, see [Parameters and data types in environment.yaml](concept-environment-yaml.md#what-is-manifestyaml).
76+
To learn more about the options and data types you can use in *environment.yaml*, see [Parameters and data types in environment.yaml](concept-environment-yaml.md#what-is-environmentyaml).
7777

7878
1. In your dev center, go to **Catalogs**, select the repository, and then select **Sync**.
7979

@@ -167,7 +167,7 @@ parameters:
167167
required: false
168168
```
169169

170-
To learn more about the parameters and their data types that you can use in *environment.yaml*, see [Parameters and data types in environment.yaml](concept-environment-yaml.md#parameters-in-manifestyaml).
170+
To learn more about the parameters and their data types that you can use in *environment.yaml*, see [Parameters and data types in environment.yaml](concept-environment-yaml.md#parameters-in-environmentyaml).
171171

172172
Developers can supply values for specific parameters for their environments through the [developer portal](https://devportal.microsoft.com).
173173

0 commit comments

Comments
 (0)