Skip to content

Commit e0d5076

Browse files
authored
Merge pull request #180097 from davidsmatlak/ds-fixlinks-1116
Fixes broken link
2 parents 854a03d + c9384ce commit e0d5076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ For more information about Bicep variables, see [Variables in Bicep](variables.m
9292

9393
* Make sure you don't create outputs for sensitive data. Output values can be accessed by anyone who has access to the deployment history. They're not appropriate for handling secrets.
9494

95-
* Instead of passing property values around through outputs, use the `[existing` keyword](resource-declaration.md#existing-resources) to look up properties of resources that already exist. It's a best practice to look up keys from other resources in this way instead of passing them around through outputs. You'll always get the most up-to-date data.
95+
* Instead of passing property values around through outputs, use the [existing keyword](resource-declaration.md#existing-resources) to look up properties of resources that already exist. It's a best practice to look up keys from other resources in this way instead of passing them around through outputs. You'll always get the most up-to-date data.
9696

9797
For more information about Bicep outputs, see [Outputs in Bicep](outputs.md).
9898

0 commit comments

Comments
 (0)