Azure Functions with DevOps

Azure Functions are an integral part of serverless applications, and they are required to build a robust integration platform in the cloud. As discussed in previous chapters, we can code small executables or log running durable functions in Azure Functions and use them within Logic Apps, API Management, or Microsoft Flow using webhooks or HTTP bindings.

Azure Functions also supports many other input and output binding types to connect with multiple platforms. We can also create a custom binding, which can be used to build a serverless integration platform in Azure.

There are various options available to perform continuous integration and deployment for functions, such as running them from a ZIP file, using PowerShell, ...

Get Serverless Integration Design Patterns with Azure 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.