Every application needs to perform well in terms of performance. It's everyone's responsibility within the team that the application is performing well. In this recipe, you will learn how to create a load on the Azure Functions using the load test tool provided by VSTS. This recipe will also help you understand how the auto-scaling of instances works in the serverless environment without the developers or architect worrying about the instances that are responsible for serving the requests.
Load testing Azure Functions using VSTS
Getting ready
Create a VSTS account at https://www.visualstudio.com/. We will be using the load test tool of VSTS to create URL-based load testing.