- Azure Serverless Computing Cookbook
- Praveen Kumar Sreeram
- 97字
- 2021-07-02 20:23:00
How it works…
We have created the first basic Azure Function using HTTP triggers and made a few modifications to the default code. The code just accepts firstname and lastname parameters and prints the name of the end user with a Hello {firstname} {lastname} message as a response. We have also learnt how to test the HTTP trigger function right from the Azure Management portal.
For the sake of simplicity, I didn't perform validations of the input parameter. Please make sure that you validate all the input parameters in your applications running on your production environment.
推薦閱讀
- 多媒體CAI課件設(shè)計與制作導(dǎo)論(第二版)
- 從零構(gòu)建知識圖譜:技術(shù)、方法與案例
- 程序員數(shù)學(xué):用Python學(xué)透線性代數(shù)和微積分
- React Native Cookbook
- 信息安全技術(shù)
- Python自然語言處理(微課版)
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Spring Boot Cookbook
- MongoDB,Express,Angular,and Node.js Fundamentals
- 智能手機APP UI設(shè)計與應(yīng)用任務(wù)教程
- 時空數(shù)據(jù)建模及其應(yīng)用
- JavaScript腳本特效編程給力起飛
- SciPy Recipes
- Unity 5.X從入門到精通
- Get Your Hands Dirty on Clean Architecture