remove url localization (suggestion from code review)

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Elias Keis <13063245+elKei24@users.noreply.github.com>
This commit is contained in:
Elias Keis 2025-01-21 14:58:59 +01:00
parent 257c47d113
commit ab94590ea9
1 changed files with 1 additions and 1 deletions

View File

@ -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