書名: Azure Serverless Computing Cookbook作者名: Praveen Kumar Sreeram本章字?jǐn)?shù): 107字更新時(shí)間: 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.
推薦閱讀
- The Complete Rust Programming Reference Guide
- Developing Mobile Web ArcGIS Applications
- 跟“龍哥”學(xué)C語言編程
- 區(qū)塊鏈架構(gòu)與實(shí)現(xiàn):Cosmos詳解
- Java高手真經(jīng)(高級(jí)編程卷):Java Web高級(jí)開發(fā)技術(shù)
- R語言游戲數(shù)據(jù)分析與挖掘
- Scratch 3.0少兒編程與邏輯思維訓(xùn)練
- Mastering LibGDX Game Development
- JavaScript動(dòng)態(tài)網(wǎng)頁開發(fā)詳解
- INSTANT Django 1.5 Application Development Starter
- Java Web開發(fā)詳解
- ServiceNow:Building Powerful Workflows
- C語言程序設(shè)計(jì)與應(yīng)用(第2版)
- Everyday Data Structures
- Go語言從入門到精通