Azure WebJobs website. Can they use site app settings or connection strings

I want webjobs to be able to get updated application configuration settings or connection strings without having to download a new configuration file for exe every time.

Is it possible?

+3
source share
1 answer

yes, they can choose application configuration settings or connection strings. It works the same as your Azure websites

+6
source

All Articles