- 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.
- Learning Neo4j
- 從零開始:數字圖像處理的編程基礎與應用
- Hands-On Data Structures and Algorithms with JavaScript
- 算法訓練營:入門篇(全彩版)
- Visual C++數字圖像模式識別技術詳解
- Python自動化運維快速入門
- 三維圖形化C++趣味編程
- ASP.NET 3.5程序設計與項目實踐
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- Learning jQuery(Fourth Edition)
- Java程序設計案例教程
- Web性能實戰
- Python+Office:輕松實現Python辦公自動化
- Python預測分析實戰
- Java EE架構設計與開發實踐