[ad_1]
I have multiple webjobs that should take their connection strings and application settings from Azure App Configuration.
I’ve tried following steps present in https://docs.microsoft.com/en-us/azure/azure-app-configuration/quickstart-dotnet-app for app.config files in each webjob and for Web.config file of web application hosted with said webjobs as a App Service. In both cases configuration is not being read by webjobs. Is there any other way to pass data from Azure App Configuration to webjobs?
[ad_2]