Recurring scheduled jobs with Azure Website running multiple instances

Apologies if this has been asked before.

I currently have 1 minute, 15 minute and daily recurring jobs running in a single instance of an Azure website. If I configure the website to auto scale-out 2 or more instances of the website does this mean each instance will run the scheduled jobs every 1, 15 minutes and daily? If yes, then what must I do so that only one instance runs the scheduled tasks and not all instances?

Thank you.

Seems like this is covered in the documentation

http://docs.hangfire.io/en/latest/background-processing/running-multiple-server-instances.html