Azure / azure-functions-durable-extension

Durable Task Framework extension for Azure Functions
MIT License
713 stars 270 forks source link

Support managed identity for Event Grid notifications #2924

Open jsquire opened 4 days ago

jsquire commented 4 days ago

Issue Transfer

This issue has been transferred from the Azure SDK for .NET repository, #46394.

Please be aware that @madanjayaprakasam is the author of the original issue and include them for any questions or replies.

Details

Type of issue

Missing information

Description

We see option to configure access key for the EventGrid using KeySettingName but how do we configure EventGrid that use Managed Identity based auth.

Page URL

https://learn.microsoft.com/en-us/dotnet/api/microsoft.azure.webjobs.extensions.durabletask.eventgridnotificationoptions?view=azure-dotnet

Content source URL

https://github.com/Azure/azure-docs-sdk-dotnet/blob/master/xml/Microsoft.Azure.WebJobs.Extensions.DurableTask/EventGridNotificationOptions.xml

Document Version Independent Id

ec66102e-568e-9087-b442-6c9399e23ff1

Article author

@azure-sdk

Metadata

cgillum commented 4 days ago

Updated issue title.

The Durable extension currently does not support using managed identity to post events to Event Grid. We can use this issue as a feature request.

/cc @madanjayaprakasam