Ron Michael Zettlemoyer Thank you for reaching out.
My understanding is that you are trying to keep jobs running if resources or a region fails.
Any failover or move of Azure resources to a new Azure region will also move the job database and jobs metadata to the new Azure region. However, the Elastic Job agent is a compute only resource and needs to be explicitly re-created and started in the new region before jobs will start executing again in the new region. Once started, the Elastic Job agent will resume executing jobs in the new region as per the previously defined job schedule.
This is also documented in the below documentation under the limitations of current Elastic Jobs.
Job Agent will need write access to the Jobs Database to update Job status metadata.
Regards,
Oury