- 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.
- Modern Web Testing with TestCafe
- 白話區(qū)塊鏈
- Windows Phone 7.5 Data Cookbook
- 構(gòu)建可擴展分布式系統(tǒng):方法與實踐
- 嵌入式操作系統(tǒng)(Linux篇)(微課版)
- 嵌入式實時操作系統(tǒng):RT-Thread設計與實現(xiàn)
- 細說Linux基礎知識
- Mastering Reactive JavaScript
- 深入淺出Node.js
- Linux服務器配置與管理
- bash shell腳本編程經(jīng)典實例(第2版)
- 大學計算機應用基礎實踐教程(Windows 7+MS Office 2010)
- Docker容器技術(shù)與應用
- Zabbix監(jiān)控系統(tǒng)之深度解析和實踐
- Java EE 8 High Performance