- Mastering Azure Serverless Computing
- Lorenzo Barbieri Massimo Bonanni
- 170字
- 2021-06-24 12:37:10
Summary
In this chapter, you learned how to create, build, and debug an Azure Function using Azure Functions Core Tools, Visual Studio, and Visual Studio Code. Also, you discovered how to implement the OpenAPI Specification in our HTTP triggered function and how to expose your local functions on the internet using ngrok.
Azure Functions Core Tools is the main tool you can use to create, host, and manage your Azure Functions. Using this tool, you can write Azure Functions in C#, JavaScript, Java, and Python and build and host them in your local development environment. Along with this tool, you can use a whole series of tools that allow you to enhance your development and debugging experience. Of course, a better development experience is provided by using a modern IDE such as Visual Studio or Visual Studio Code but you can write your functions with your favorite IDE and operating system.
In the next chapter, you will see how you can customize your functions to implement custom triggers and bindings.
- 30天自制操作系統
- Learning OpenDaylight
- 白話區塊鏈
- 精解Windows8
- Linux操作系統應用編程
- 從零開始學安裝與重裝系統
- 鴻蒙操作系統設計原理與架構
- μC/OS-III內核實現與應用開發實戰指南:基于STM32
- Learning Continuous Integration with Jenkins(Second Edition)
- Java EE 8 High Performance
- Serverless Architectures with Kubernetes
- 鴻蒙HarmonyOS應用開發從入門到精通
- Linux從入門到精通
- OpenSolaris系統管理
- Mastering Spring Cloud