Hi ,
Thanks for reaching out to Microsoft Q&A.
Azure load testing does not support a single continuous test run beyond 24 hrs. That limit is fixed and cannot be overridden through configuration.
If you must run for 48 hours, the only workable approach is:
- Split the test into two 24/hour runs.
- Use a pipeline (azure devops or github actions) to trigger the 2nd run automatically when the first finishes.
Aggregate results across both runs in your observability tool (Log analytics, app insights, grafana, etc.).
There is no native way to run a single 48 hour ALT test.
Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.