Skip to content

Commit 52ed6ea

Browse files
authored
Merge pull request #114049 from sdoosari/patch-1
Update delivery-properties.md
2 parents 37c2b2d + af8e66d commit 52ed6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-grid/delivery-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To set headers with a fixed value, provide the name of the header and its value
2525

2626
:::image type="content" source="./media/delivery-properties/static-header-property.png" alt-text="Delivery properties - static":::
2727

28-
You may want check **Is secret?** when providing sensitive data. Sensitive data won't be displayed on the Azure portal.
28+
You might want to check **Is secret?** when you're providing sensitive data. The visibility of sensitive data on the Azure portal depends on the user's RBAC permission.
2929

3030
## Setting dynamic header values
3131
You can set the value of a header based on a property in an incoming event. Use JsonPath syntax to refer to an incoming event's property value to be used as the value for a header in outgoing requests. For example, to set the value of a header named **Channel** using the value of the incoming event property **system** in the event data, configure your event subscription in the following way:

0 commit comments

Comments
 (0)