- Azure Serverless Computing Cookbook
- Praveen Kumar Sreeram
- 107字
- 2021-07-02 20:23:00
Getting ready
Let's start our journey of understanding Azure serverless computing using Azure Functions by creating a basic backend Web API that responds to HTTP requests:
- Please refer to the URL https://azure.microsoft.com/en-in/free/?&wt.mc_id=AID607363_SEM_8y6Q27AS for creating a free Azure Account.
- Also, visit https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-function-app-portal to understand the step by step process of creating a function app and https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-first-azure-function to create a function. While creating a function, a Storage Account is also created for storing all the files. Please remember the name of the Storage Account which will be used later in the other chapters.
We will be using C# as the programming language throughout the book.
推薦閱讀
- C++面向對象程序設計(第三版)
- Debian 7:System Administration Best Practices
- Vue.js 3.x從入門到精通(視頻教學版)
- Hands-On Data Structures and Algorithms with JavaScript
- Learning SAP Analytics Cloud
- Instant Typeahead.js
- 云計算通俗講義(第3版)
- Securing WebLogic Server 12c
- Responsive Web Design by Example
- C語言程序設計
- jQuery Mobile移動應用開發實戰(第3版)
- ASP.NET程序開發范例寶典
- 軟件測試綜合技術
- Xcode 6 Essentials
- Practical Microservices