- Azure Serverless Computing Cookbook
- Praveen Kumar Sreeram
- 225字
- 2021-03-26 16:09:07
Introduction
In previous chapters, you learned how to create Azure Functions right from the Azure Management portal. Here are a few of the features that we encountered:
- We can quickly create a function just by selecting one of the built-in templates provided by the Azure Functions runtime.
- Developers need not worry about writing plumbing code or understanding how to work with the frameworks.
- Configuration changes can be made right within the UI using the standard editor.
Despite the advantages provided by the Azure Management portal, moving over from a familiar integrated development environment (IDE) to something new can prove to be a daunting task for developers. To ease this transition, the Microsoft team has come up with a few tools that help developers to integrate Azure Functions into Visual Studio, with the aim of leveraging critical IDE features that are imperative for accelerating development efforts. Here are a few of the features:
- Developers benefit from IntelliSense support.
- The ability to debug code line by line.
- The values of variables can be quickly viewed while debugging the application.
- Integration with version control systems such as Azure DevOps (formerly known as Visual Studio Team Services (VSTS)).
You'll learn about some of the preceding features in this chapter, and see how to integrate code with Azure DevOps in Chapter 12, Implementing and deploying continuous integration using Azure DevOps.
- pcDuino開(kāi)發(fā)實(shí)戰(zhàn)
- Kubernetes修煉手冊(cè)
- 零起點(diǎn)學(xué)Linux系統(tǒng)管理
- 白話區(qū)塊鏈
- 精通Linux內(nèi)核開(kāi)發(fā)
- 高性能Linux服務(wù)器構(gòu)建實(shí)戰(zhàn):系統(tǒng)安全、故障排查、自動(dòng)化運(yùn)維與集群架構(gòu)
- 異質(zhì)結(jié)原理與器件
- 數(shù)據(jù)中心系統(tǒng)工程及應(yīng)用
- 奔跑吧 Linux內(nèi)核(入門(mén)篇)
- Social Data Visualization with HTML5 and JavaScript
- Red Hat Enterprise Linux 6.4網(wǎng)絡(luò)操作系統(tǒng)詳解
- Linux網(wǎng)絡(luò)操作系統(tǒng)項(xiàng)目教程(RHEL 7.4/CentOS 7.4)(第3版)(微課版)
- Drupal 7 Cookbook
- OpenVZ Essentials
- Multi-Cloud for Architects