Azure Functions 入门Getting started with Azure Functions
简介Introduction
Azure Functions 允许你将系统的逻辑实现为易于使用的代码块。Azure Functions allows you to implement your system's logic into readily-available blocks of code. 这些代码块称为“函数”。These code blocks are called "functions".
从以下资源开始。Use the following resources to get started.