- DevOps for Serverless Applications
- Shashikant Bangera
- 336字
- 2021-07-16 17:35:31
Azure Functions
Azure Functions is Microsoft's venture into serverless architecture. It came onto the market in March 2016. Azure Functions allows functions to be coded in C#, F#, PHP, Node.js, Python, and Java. Azure Functions also supports bash, batch, and PowerShell files. Azure Functions has seamless integration with Visual Studio Team System (VSTS), Bitbucket, and GitHub, which will make continuous integration and continuous deployment easier. Azure Functions supports various types of event triggers, timer-based events for tasks, OneDrive, and SharePoint, which can be configured to trigger operations in functions. Real-time processing of data and files adds the ability to operate a serverless bot that uses Cortana as the information provider. Microsoft has introduced Logic Apps, a tool with a workflow-orchestration engine, which will allow less technical users to build serverless applications. Azure Functions allows triggers to be created in other Azure cloud services and HTTP requests. The maximum execution time is five minutes per function. Azure Functions provides two types of app service plan: Dynamic and Classic. App Service is a container or environment for a set of Azure functions to run in. The Dynamic option is similar to Lambda, where we pay for the time and memory our function uses to run. The Classic option is about allocating your own existing or provisioned app resources for the functions at no extra cost. The memory allotted is as per App Service, whereas in AWS Lambda, the memory allocation is per function. Azure Functions allows just 10 concurrent executions per function
Azure Functions follows a similar pricing model to AWS Lambda. The total cost is based on number to triggers executed and time. So the first one million requests are free, and beyond that, it will cost $0.02 for every 100,000 executions.
We will be looking at automating the deployment of Azure Functions in Chapter 4, DevOps with Azure Functions, and also at how different DevOps processes will fit in to give Azure Functions a faster time to market.
- Designing Purpose:Built Drones for Ardupilot Pixhawk 2.1
- Containerization with LXC
- Linux從零開始學(視頻教學版)
- Extending Puppet
- 深入Linux內核架構與底層原理(第2版)
- 混沌工程:復雜系統韌性實現之道
- 新手學電腦從入門到精通(Windows 10+Office 2016版)
- Microsoft Operations Management Suite Cookbook
- 嵌入式系統及其應用(第三版)
- RHCSARHCE 紅帽Linux認證學習指南(第7版)EX200 & EX300
- Python UNIX和Linux系統管理指南
- Building Telephony Systems With Asterisk
- 鴻蒙操作系統設計原理與架構
- Linux從入門到精通(視頻教學版)
- 操作系統之哲學原理第2版