Share via

Azure Load Testing Schedule Multiregion

Nishant Chauhan 0 Reputation points Microsoft Employee
2026-02-26T07:33:04.1866667+00:00

We have setup azure load testing test with a schedule which executes test at some frequency.

The test engines generates load from multiple regions, including the main region where the test has been created.

Will the test continue to run if the main region or some other region where the load is being generated is down, i.e, will it keep generating the load at the next schedule time from other regions except the regions down?

Azure Load Testing
Azure Load Testing

An Azure service that enables developers and testers to generate insights on how to improve the performance, scalability, and capacity usage of their application

0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Alex Burlachenko 19,690 Reputation points Volunteer Moderator
    2026-02-26T09:54:21.88+00:00

    Nishant Chauhan hi )))), msft employee ask the question from community hmmm, any way well,

    so, it depends on which region is down, Azure load testing is a regional resource, control plane of the test (the schedule, configuration, orchestration) runs in the region where the load testing resource was created. The test engines generate load from the regions you selected.

    If the main region (where the load testing resource exists) is down the scheduled test will not run, the scheduler and orchestration live there. No control plane= no execution :) even if other load engine regions are healthy. If a secondary load engine region is down the test will still run but load will only be generated from the remaining available regions. The total traffic will be reduced accordingly. U may see failures or reduced engine allocation in test results, but the run itself should proceed.

    So, main resource region down > schedule wont trigger. One or more load engine regions down > test runs from healthy regions only. If u need true resilience of scheduled load tests, the only reliable design is to duplicate the Load Testing resource in another region and maintain a parallel schedule there. Azure load testing itself is not cross region failover aware for the control plane.

    rgds,

    Alex

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.