Skip to content

Commit ad170c4

Browse files
Merge branch 'MicrosoftDocs:main' into main
2 parents b9e8083 + f4fb89b commit ad170c4

20 files changed

+227
-187
lines changed

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

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

106106
## Outputs
107107

108-
* 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.
108+
* Mark sensitive data in outputs by using the [@secure() decorator](outputs.md#secure-outputs), which prevents sensitive outputs from being logged or displayed. Otherwise, output values can be accessed by anyone who has access to the deployment history.
109109

110110
* Instead of passing property values around through outputs, use the [existing keyword](existing-resource.md) 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.
111111

articles/event-grid/event-hubs-integration.md

Lines changed: 201 additions & 181 deletions
Large diffs are not rendered by default.
-17 KB
Loading
-14.5 KB
Loading
-3.87 KB
Loading
-20.3 KB
Loading
-23.9 KB
Loading
830 Bytes
Loading
-16.3 KB
Loading
-35.2 KB
Loading

0 commit comments

Comments
 (0)