- Azure Serverless Computing Cookbook
- Praveen Kumar Sreeram
- 80字
- 2021-07-02 20:23:05
How it works...
We have created a new function using one of the samples named ImageResizer that the Azure Function template provides.
The ImageResizer template takes input from userprofileimagecontainer Blob container where the original Blobs reside. Whenever a new Blob is created in the userprofileimagecontainer Blob, the function will create two resized versions in each of the userprofileimagecontainer-md and userprofileimagecontainer-sm containers automatically.
Following is a simple diagram that shows how the execution of the functions is triggered like a chain:

推薦閱讀
- jQuery Mobile Web Development Essentials(Third Edition)
- Software Defined Networking with OpenFlow
- Learning C# by Developing Games with Unity 2020
- Debian 7:System Administration Best Practices
- 趣學Python算法100例
- Python數據可視化之Matplotlib與Pyecharts實戰
- Spring Boot Cookbook
- Natural Language Processing with Java and LingPipe Cookbook
- Vue.js 2 Web Development Projects
- Go語言編程
- Android Studio Cookbook
- NGUI for Unity
- IPython Interactive Computing and Visualization Cookbook
- Spark技術內幕:深入解析Spark內核架構設計與實現原理
- SQL Server實例教程(2008版)