Azure / Azure/azure-functions-java-library
EventGridOutput missing 'connection' attribute to use Managed Identities
- Dominant language
- Java
- Stars
- 45
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
According to the [documentation](https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-grid-output?tabs=python-v2%2Cisolated-process%2Cnodejs-v4%2Cextensionv3&pivots=programming-language-java#connections), to leverage managed identities:
> Set the Connection property to the name of a shared prefix for multiple application settings, together defining [identity-based authentication](https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-grid-output?tabs=python-v2%2Cisolated-process%2Cnodejs-v4%2Cextensionv3&pivots=programming-language-java#identity-based-authentication). This method is supported when using version 3.3.x or higher of the extension.
`Connection` does not exist on `com.microsoft.azure.functions.annotation@EventGridOutput` so therefore cannot be set.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.