- 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.
- PostgreSQL技術內幕:事務處理深度探索
- iOS開發實戰:從零基礎到App Store上架
- Git高手之路
- Python爬蟲開發與項目實戰
- aelf區塊鏈應用架構指南
- Visual Basic程序設計習題解答與上機指導
- MongoDB權威指南(第3版)
- Scala編程實戰(原書第2版)
- Visual FoxPro程序設計
- Learning FuelPHP for Effective PHP Development
- jQuery炫酷應用實例集錦
- 打開Go語言之門:入門、實戰與進階
- Deep Learning with R Cookbook
- Practical GIS
- AMP:Building Accelerated Mobile Pages