You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
i am migrated the azure function from In process to isolation in .net 6 version .updated the all references as per below guidance
https://learn.microsoft.com/en-us/azure/azure-functions/migrate-dotnet-to-isolated-model?tabs=net8 . build was success bu t while the run function getting below error msgs, please suggest me on this
"Microsoft.Extensions.DependencyInjection.ActivatorUtilities.ConstructorMatcher.CreateInstance(IServiceProvider provider)
time="2024-09-23T18:29:52.7381878+05:30" level=error msg="Error processing Redis message 1727077038599-0: retriable error returned from app while processing pub/sub event dc50b08f-da61-438d-88b4-35fe26487693, topic: rendezvous-received-request, body: Function invocation failed: Exception while executing function: Functions.ReceiveServiceOrder. status code returned: 500" app_id=transformer instance=HYBRID-9jpGHJik scope=dapr.contrib type=log ver=1.9.6"
Beta Was this translation helpful? Give feedback.
All reactions