5. Exploring testing tools for Azure functions

In this chapter, we'll explore different ways of testing Azure functions in detail with the following recipes:

  • Testing Azure functions
  • Testing an Azure function in a staging environment using deployment slots
  • Creating and testing Azure functions locally using Azure CLI tools
  • Validating Azure function responsiveness using Application Insights
  • Developing unit tests for Azure functions with HTTP triggers

Introduction

Up to this point, you have learned how to develop and apply Azure functions, in addition to validating the functionality of these functions. This chapter will explore some of the popular ways of testing different Azure functions. This includes running tests of HTTP trigger functions ...

Get Azure Serverless Computing Cookbook - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.