- Azure Serverless Computing Cookbook
- Praveen Kumar Sreeram
- 145字
- 2021-07-02 20:23:02
Saving the profile images to Queues using Queue output bindings
In the previous recipe, you have learnt how to receive two string parameters firstname and lastname in the Request body, and store them in the Azure Table storage. In this recipe, you will learn how to receive a URL of an image and save the same in the Blob container of an Azure Storage account.
We could have processed the downloaded user profile image in the recipe Persisting employee details using Azure Storage table output bindings. However, keeping in mind the size of the profile pictures, the processing of images on the fly in the HTTP requests might hinder the performance of the function. For that reason, we will just grab the URL of the profile picture and store it in Queue, and later we can process the image and store it in the Blob.
- Mastering JavaScript Functional Programming
- Deploying Node.js
- 軟件界面交互設計基礎
- JMeter 性能測試實戰(第2版)
- Asynchronous Android Programming(Second Edition)
- BIM概論及Revit精講
- C++ Fundamentals
- Python數據可視化之美:專業圖表繪制指南(全彩)
- Practical Microservices
- 遠方:兩位持續創業者的點滴思考
- Python Web自動化測試設計與實現
- Python 快速入門(第3版)
- Swift 2 Design Patterns
- Java EE基礎實用教程
- 深入理解MySQL主從原理