题记:昨晚在一个技术社区直播分享了"利用Azure Functions和k8s构建Serverless计算平台"这一话题.整个分享分为4个部分:Serverless概念的介绍.Azure Functions的简单介绍.k8s和KEDA的介绍和最后的演示. Serverless Serverless其实包含了两种概念:BaaS(Backend as a Service)和FaaS(Function as a Service).这次的分享主要针对的是FaaS概念. FaaS的最大特征就是:…
Code Repo: https://github.com/Asinta/ServerlessApp_NetconfChina2020 Prerequisites Visual Studio Code Azure Cli Azure Function Core Tools Azure Account Azure Tools Extension login to azure account What are we going to build? We are going to build an a…
ASP.NET OpenAPI 可以非常方便的将我们的Web API项目自动文档化,除了自动文档化以外,我们还可以利用Azure API Management将Open API自动文档化了的Web API整合到当下最火的低代码应用当中,在这篇文章中,我将向您展示如何使用Azure API Management将Azure Functions,Power Apps和Logic Apps等等Azure Service 串联在一起.Azure API Management能够利用已文档化的API定义来…
Serverless无服务应用架构纵横谈 一.Serverless是啥 自从互联网兴起以来,Server就成了网络的核心部件.所以围绕Server的生意圈,也发展得如火如荼. 从最早的电信托管,到虚拟机,到现在的Serverless,形成了几大阵容: 1.IaaS(基础设施即服务:Infrastructure as a Service) 2.PaaS(平台即服务:Platform as a Service) 3.SaaS(软件即服务:Software as a Service) IaaS是包硬不…
Using C# with Azure Functions Two important prerequisites need to be met to build Azure Functions applications with C#: Have an active Microsoft Azure subscription. If you don’t have one already, you cancreate a free account. Get an Azure Storage acc…
Azure Functions lets you execute your code in a serverless environment without having to first create a VM or publish a web application. In this article, you learn how to use the Visual Studio 2017 tools for Azure Functions to locally create and test…
The term Serverless has become synonymous with AWS Lambda. Decoupling from AWS has two benefits; it avoids lock in and improves flexibility. The misnomer Serverless, is a set of techniques and technologies that abstract away the underlying hardware c…