- 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.
推薦閱讀
- 手機(jī)安全和可信應(yīng)用開發(fā)指南:TrustZone與OP-TEE技術(shù)詳解
- Learning NServiceBus(Second Edition)
- Learning Cython Programming
- Delphi程序設(shè)計基礎(chǔ):教程、實驗、習(xí)題
- OpenCV實例精解
- Mastering OpenCV Android Application Programming
- Java加密與解密的藝術(shù)(第2版)
- INSTANT Weka How-to
- Hadoop+Spark大數(shù)據(jù)分析實戰(zhàn)
- Python高效開發(fā)實戰(zhàn):Django、Tornado、Flask、Twisted(第2版)
- C++程序設(shè)計基礎(chǔ)教程
- Python自然語言理解:自然語言理解系統(tǒng)開發(fā)與應(yīng)用實戰(zhàn)
- 遠(yuǎn)方:兩位持續(xù)創(chuàng)業(yè)者的點滴思考
- 會當(dāng)凌絕頂:Java開發(fā)修行實錄
- 算法秘籍