Skip to content

Commit d00f2dd

Browse files
Merge pull request #274244 from RoseHJM/ade-uuf-link-fix
ADE - Added missing link.
2 parents d308160 + f781703 commit d00f2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/deployment-environments/how-to-configure-extensibility-terraform-container-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export ARM_TENANT_ID=$ADE_TENANT_ID
9797
export ARM_SUBSCRIPTION_ID=$ADE_SUBSCRIPTION_ID
9898
```
9999

100-
If you have other variables to reference within your template that aren't specified in your environment's parameters, set environment variables using the prefix *TF_VAR*. A list of provided ADE environment variables is provided [here](insert link). An example of those commands could be;
100+
If you have other variables to reference within your template that aren't specified in your environment's parameters, set environment variables using the prefix *TF_VAR*. A list of provided ADE environment variables is provided [Azure Deployment Environment CLI variables reference](reference-deployment-environment-variables.md). An example of those commands could be;
101101
```bash
102102
export TF_VAR_resource_group_name=$ADE_RESOURCE_GROUP_NAME
103103
export TF_VAR_ade_env_name=$ADE_ENVIRONMENT_NAME

0 commit comments

Comments
 (0)