aceinthehole
aceinthehole

Reputation: 5222

Azure Website WebJobs - Can they use the site's app settings or connection strings

I'd like the webjobs to be able to pick up on updated app config settings, or connection strings without having to upload a new config file for the exe each time.

Is this possible?

Upvotes: 3

Views: 959

Answers (1)

pranav rastogi
pranav rastogi

Reputation: 4144

yes they can pick up app config settings or connections strings. This works the same way as your Azure Websites

Upvotes: 6

Related Questions