I have a continuous WebJob that I would like to configure to only ever have a single instance.
This is achieved by putting the " { enableLogs: 1 } " setting in the app.settings file.
What I'm struggling with is the deployment of such a file.
That seems lame...
The same article does suggest using the WebJobs API, but again this isn't built in to the Publish process, so it'd be a manual step or some odd code that runs in the WebJob itself.
I feel I must be missing a way to get this working with the Publish process.
I've had a search around on Google looking for people who have done the same thing but I'm not finding much.