Durable Functions Monitor Instance History with user managed identity #310
Unanswered
Prudhvi469
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have an Azure Durable Functions app using .NET 8 Isolated Worker that throws the following error when trying to view a Durable Function instance's history:
"Failed to load tab. Unexpected response code, Expected:OK or NotFound, Received:Forbidden":
The function app have
App Settings configured:
DurableTaskStorageConnection__accountName
DurableTaskStorageConnection__clientId (Have access to the storage account)
DurableTaskStorageConnection__credential = managedidentity
AzureWebJobsStorage__accountName = different storage account
AzureWebJobsStorage__clientId =
AzureWebJobsStorage__credential = managedidentity
host.json:
Relevant .csproj packages (for .NET 8 Isolated Worker):
Given all of the above is configured and verified on a .NET 8 Isolated Worker Durable Functions app, what else could cause this Managed Identity authentication failure for monitor instance history, and what are the next diagnostic steps to resolve it?
Beta Was this translation helpful? Give feedback.
All reactions