Load testing with VSTS
To test HTTP-triggered functions, you can use the VSTS Web tests. These tests will allow you to estimate your response time and response latency from multiple locations on the globe, and identify if your function can perform well under increasing load.
Note
Creating load tests for non-HTTP-triggered functions involves triggering Unit Tests from load tests. We will not cover the process here. To learn how to create a Load Test project in Visual Studio, and run Unit Tests from it, please visit https://msdn.microsoft.com/en-us/library/ff355993.aspx?f=255&MSPPError=-2147217396#. This type of testing requires Visual Studio Enterprise edition.
There are multiple ways to design a VSTS Web test, including recording a use case execution in your browser, configuring the steps of the test using Visual Studio, or configuring a URL test from the VSTS workspace. Since triggering functions does not involve multiple steps in the UI, the URL test is the easiest way to create a new...