- Mastering Azure Serverless Computing
- Lorenzo Barbieri Massimo Bonanni
- 177字
- 2021-06-24 12:37:12
Summary
In this chapter, you discovered how the trigger and binding pipelines work and how you can leverage pipelines to customize your functions to adapt them to your business scenarios.
The Azure Functions extensions are a powerful tool you can use to adapt function triggers and bindings to your scenarios. You can leverage them to reuse your business code inside your functions with minimal effort. Actually, as you saw in this chapter, it is very simple to implement your custom triggers and bindings, but you always need to remember the serverless nature of Azure Functions: they are born to have great scalability, and triggers and bindings are important ingredients of that scalability. If your custom trigger or binding requires a great amount of memory or takes time to do its job, Azure Functions based on them will probably not be a great example of a serverless solution.
In the next chapter, we will talk about which programming languages are supported by Azure Functions and how you can build your preferred programming language support at runtime.
- Implementing Cisco UCS Solutions
- Modern Web Testing with TestCafe
- Linux實戰
- WordPress Mobile Web Development:Beginner's Guide
- Ubuntu Linux操作系統
- Linux集群和自動化運維
- Docker+Kubernetes應用開發與快速上云
- 移動應用UI設計模式(第2版)
- Windows 7中文版從入門到精通(修訂版)
- Linux服務器配置與管理
- iOS 8開發指南
- Kali Linux高級滲透測試(原書第3版)
- 鴻蒙操作系統設計原理與架構
- VMware Horizon Mirage Essentials
- Android應用性能優化最佳實踐