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 Azure DevOps (formerly known as VSTS). This recipe will also help you understand how the auto-scaling of instances works in the serverless environment, without the developers or architect needing to worry about the instances that are responsible for serving the requests.
Load testing Azure Functions using Azure DevOps
Getting ready
Create an Azure DevOps account at https://visualstudio.microsoft.com/. We will be using the Load Test tool of Azure DevOps...