- Azure Serverless Computing Cookbook
- Praveen Kumar Sreeram
- 190字
- 2021-07-02 20:23:02
How it works...
Azure Functions allows us to easily integrate with other Azure services just by adding an output binding to the trigger. For this example, we have integrated the HTTP trigger with the Azure Storage table binding and also configured the Azure Storage account by providing the storage connection string and the Azure Storage table name in which we would like to create a record for each of the HTTP requests received by the HTTP trigger.
We have also added an additional parameter for handling the table storage named objUserProfileTable, of type CloudTable, to the Run method. We can perform all the operations on the Azure Table storage using objUserProfileTable.
We have also created an object of UserProfile, and filled it with the values received in the request object, and then passed it to a table operation. You can learn more about handling operations on Azure Table storage service from the URL https://docs.microsoft.com/en-us/azure/storage/storage-dotnet-how-to-use-tables.
- Mastering Natural Language Processing with Python
- Securing WebLogic Server 12c
- Android應(yīng)用開發(fā)深入學(xué)習(xí)實(shí)錄
- 監(jiān)控的藝術(shù):云原生時(shí)代的監(jiān)控框架
- Hands-On Robotics Programming with C++
- Go語言入門經(jīng)典
- Java程序設(shè)計(jì)實(shí)用教程(第2版)
- 軟件測(cè)試技術(shù)
- ArcPy and ArcGIS(Second Edition)
- FusionCharts Beginner’s Guide:The Official Guide for FusionCharts Suite
- Python高性能編程(第2版)
- Mastering R for Quantitative Finance
- 少年小魚的魔法之旅:神奇的Python
- Swift 2 Blueprints
- Java Web開發(fā)任務(wù)教程