Skip to content

Commit 3e5beeb

Browse files
authored
Update reference-deployment-environment-variables.md - format
1 parent beb8e2e commit 3e5beeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/deployment-environments/reference-deployment-environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Refers to the tenant GUID of the environment.
4747
Refers to the subscription GUID of the environment.
4848

4949
## ADE_TEMPLATE_FILE
50-
Refers to where the main template file specified in the 'templatePath' property in the environment definition lives within the container. This path roughly mirrors the source control of where the catalog, depending on the file path level you connected the catalog at. The file is located at `/ade/repository/{CATALOG_NAME}/{PATH_TO_TEMPLATE_FILE}` or at '/ade/repository/{PATH_TO_TEMPLATE_FILE}' if you have only one catalog. This method is used primarily during the main deployment step as the file referenced to base the deployment off.
50+
Refers to where the main template file specified in the 'templatePath' property in the environment definition lives within the container. This path roughly mirrors the source control of where the catalog, depending on the file path level you connected the catalog at. The file is located at `/ade/repository/{CATALOG_NAME}/{PATH_TO_TEMPLATE_FILE}` or at `/ade/repository/{PATH_TO_TEMPLATE_FILE}` if you have only one catalog. This method is used primarily during the main deployment step as the file referenced to base the deployment off.
5151

5252
Here's an example using the Azure CLI:
5353
```bash

0 commit comments

Comments
 (0)