Is Your Serverless Application Testable? – Azure Functions
- Is Your Serverless Application Testable? – Azure Functions
- Is Your Serverless Application Testable? – Azure Logic Apps
In this post, I’m going to introduce several design patterns when we write Azure Functions codes in C#, by considering full testabilities.
Sample codes used in this post can be found here.
User Story
- As a DevOps engineer,
- I want to search ARM templates using Azure Functions
- So that I can browse the search result.
Basic Function Code
We assume that we have a basic structure that Azure Functions can use.… [Keep reading] “Is Your Serverless Application Testable? – Azure Functions”