- 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.
- The Complete Rust Programming Reference Guide
- Unreal Engine Physics Essentials
- Python測試開發(fā)入門與實(shí)踐
- 程序員修煉之道:通向務(wù)實(shí)的最高境界(第2版)
- Unity Character Animation with Mecanim
- 算法設(shè)計(jì)與分析:基于C++編程語言的描述
- Flask Web開發(fā):基于Python的Web應(yīng)用開發(fā)實(shí)戰(zhàn)(第2版)
- 深入淺出Python數(shù)據(jù)分析
- 微前端設(shè)計(jì)與實(shí)現(xiàn)
- 人人都能開發(fā)RPA機(jī)器人:UiPath從入門到實(shí)戰(zhàn)
- PostgreSQL Developer's Guide
- Java RESTful Web Service實(shí)戰(zhàn)
- IBM DB2 9.7 Advanced Application Developer Cookbook
- C/C++語言程序開發(fā)參考手冊(cè)
- CISSP in 21 Days(Second Edition)