Durable Functions publishing orchestration lifecycle events to Azure Event Grid using managed identity #2820
Unanswered
lcharanteja
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on an orchestrator that has a long-running background activity and I want to send the orchestration lifecycle events to the Event Grid. I followed the documentation below and it worked. However, I prefer to use managed identity instead of the Event Grid Key to publish the events. Is there a way to do that?
https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-event-publishing?tabs=csharp-script
Beta Was this translation helpful? Give feedback.
All reactions