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
Please provide a succinct description of the issue.
I would like to use MSI in my project but based on this other post it doesn't work. There seems to be a workaround by configuring the webjobs sdk to the config file appsettings.json, but since my project uses .netframework 4.8 and only has app.config files. The only docs I can find relating to how to use MSI with WebJobs sdk uses appsettings.json files as examples.
My first question is whether webjobs sdk is compatible with .net framework 5.0 since it only explicitly states compatibility with .NET core and .NET framework
Has there been any updates to MSI can be used by azure webjobs sdk
Any help or pointers to the right direction would be greatly appreciated. Thank you!
Please provide a succinct description of the issue.
I would like to use MSI in my project but based on this other post it doesn't work. There seems to be a workaround by configuring the webjobs sdk to the config file appsettings.json, but since my project uses .netframework 4.8 and only has app.config files. The only docs I can find relating to how to use MSI with WebJobs sdk uses appsettings.json files as examples.
Any help or pointers to the right direction would be greatly appreciated. Thank you!
Package version
.NET framework 4.8
Links to source
Azure WebJob Host/Runtime doesn't support Managed Identity (using the Azure WebJob SDK 3.x · Issue #3069 · Azure/azure-webjobs-sdk · GitHub)
The text was updated successfully, but these errors were encountered: