Load testing using a URL-based test and Apache JMeter
Once we have deployed our application in Azure App Services successfully, we can perform load testing on Azure App Service or Azure Web Apps. Let's see how we can use VSTS to perform testing.
URL-based test
In the top menu bar, click on Test and then click on Load tests. Let's create our first test in VSTS and execute it:

- Click on
+Newand selectURL based test:

- Verify the
HTTP methodandURL:

- Click on
Settingsand provide inputs in different parameters based on need:

- Click on
Saveand click onRun test:

- Load testing is in progress:

- Verify the complete test data as and when it is available in the VSTS portal:

- Verify the final summary of URL-based test execution in VSTS:

- We will also get the
PerformanceandThroughputcharts after the test execution in VSTS:

- Verify
TestsandErrorsrelated details too:

We have seen how the URL-based test can be performed on Azure web application. In the next section, we will cover how to use Apache JMeter for load...