Azure Load Testing support for On-Prem Web Apps

DM 1 Reputation point
2022-03-02T20:46:54.367+00:00

Have experimented a bit with Azure Load Testing and Meter scripts but have not been able to successfully connect a Web App that is not hosted on Azure. The documentation has pointed out that "The service simulates traffic for your applications, regardless of where they're hosted."

I have not been able to find information on how this would work.

Any links or guidance would be greatly appreciated.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,930 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 26,056 Reputation points Microsoft Employee
    2022-03-04T13:52:08.9+00:00

    Hi @DM ,

    Azure Load Testing is a new product offering that's currently under preview (as of 4 March 2022) and capabilities are subject to change.

    Having said that, I think https://learn.microsoft.com/en-us/azure/load-testing/quickstart-create-and-run-load-test is the documentation you're looking for. When you create an Apache JMeter script, you can set the HTTPSampler.domain to your site (sans http/s) that's running on-prem, as long as it's publicly accessible.

    0 comments No comments