Skip to content

Commit

Permalink
remove url localization (suggestion from code review)
Browse files Browse the repository at this point in the history
Co-authored-by: Hannah Hunter <[email protected]>
Signed-off-by: Elias Keis <[email protected]>
  • Loading branch information
elKei24 and hhunter-ms committed Jan 23, 2025
1 parent 257c47d commit ab94590
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Entity management is only possible when using [Microsoft Entra ID Authentication

## Receiving custom properties

By default, Dapr does not forward [custom properties](https://learn.microsoft.com/en-us/azure/event-hubs/add-custom-data-event). However, by setting the subscription metadata `requireAllProperties` to `"true"`, you can receive custom properties as HTTP headers.
By default, Dapr does not forward [custom properties](https://learn.microsoft.com/azure/event-hubs/add-custom-data-event). However, by setting the subscription metadata `requireAllProperties` to `"true"`, you can receive custom properties as HTTP headers.

```yaml
apiVersion: dapr.io/v2alpha1
Expand Down

0 comments on commit ab94590

Please sign in to comment.