Chapter 5. Exploring Testing Tools for the Validation of Azure Functions
In this chapter, we will explore different ways of testing the Azure Functions in more detail with the following recipes:
- Testing HTTP functions using the following techniques:
- Postman
- The Azure Management portal
- Test Queues and Blobs using Storage Explorer
- Testing an Azure Function on a staged environment using deployment slots
- Load testing Azure Functions using Visual Studio Team Services (VSTS)
- Creating and testing Azure Function locally using Azure CLI tools
- Testing and validating Azure Function responsiveness using Application Insights