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.
How to use custom Azure Idenity token credential with JobHostConfiguration instead of connection string
Provide the steps required to reproduce the problem
JobHostConfiguration in Microsoft.Azure.WebJobs.Host
var host=new JobHostConfiguration(_tableStorageConnectionString)
we are currently initializing host as above using tableStorageConnectionString
but we want to leverage tokencredentials where we can authenticate using our first party app
can you please help with how we can achieve that?
Sorry, but it is an awful experience. Environment variable? Magic settings names? Can we drop all of this and have a straight forward setup, where I tell this SDK which client to use or which authentication method to use?
Please provide a succinct description of the issue.
How to use custom Azure Idenity token credential with JobHostConfiguration instead of connection string
Provide the steps required to reproduce the problem
JobHostConfiguration in Microsoft.Azure.WebJobs.Host
var host=new JobHostConfiguration(_tableStorageConnectionString)
we are currently initializing host as above using tableStorageConnectionString
but we want to leverage tokencredentials where we can authenticate using our first party app
can you please help with how we can achieve that?
want to pass the token something like this
Dependency injection with the Azure SDK for .NET - .NET | Microsoft Learn
Expected behavior
Unable to pass First party token to JobhostConfiguration
Actual behavior
Provide a description of the actual behavior observed.
Known workarounds
NA
Related information
Provide any related information
The text was updated successfully, but these errors were encountered: