当前位置: 首页 > 软件库 > 云计算 > Serverless 系统 >

azure-functions-university

授权协议 View license
开发语言 JavaScript
所属分类 云计算、 Serverless 系统
软件类型 开源软件
地区 不详
投 递 者 邵祺
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Azure Functions University

Welcome to Azure Functions University! ��

This repository contains everything you need to learn about Azure Functions < > and complements the learning videos made by Marc and an amazing group of contributors!

You can:

Introduction to Serverless

"Worry about servers, less."

That's the promise of serverless. There are still servers involved, but you don't have to worry about them as much. You can focus on writing code that delivers value for you and your business.

Common aspects of serverless are:

  • Pay as you go
  • Automatic scaling
  • Event-driven (for serverless compute)

These aspects make it very attractive for both small and large organizations to move to serverless.

The Azure cloud contains many services which are considered serverless. There's serverless storage, such as CosmosDB and Blob Storage, and there's serverless compute services such as Azure Functions and Logic Apps.

These are just a few of the many serverless solutions available in Azure.

Azure Functions

Azure Functions is an event-driven serverless compute platform in the Azure cloud. It integrates seamlessly with many other Azure services through triggers and bindings which we'll cover in great depth in the lessons.

Contribute

Want to contribute? We have a guide!

License

Please check our LICENSE.md.

 相关资料
  • Azure Functions Serverless Plugin This plugin enables Azure Functions support within the Serverless Framework. Quickstart Pre-requisites Node.js 8.x or above Serverless CLI v1.9.0+. You can run npm i

  • azure-functions-python-samples Azure Functions Python Sample Codes Table of Contents azure-functions-python-samples Python functions on Azure Functions 2.X (Public Preview) Samples Documents Python fu

  • 我正在尝试创建一些无服务器体系结构,并且担心在 blob 触发器上使用 Azure 函数。 我有Azure Function 1,它是一个队列触发器,它获取一条消息以运行对API的请求,该API生成文件并将其放置在blob存储中,该函数不等待响应。然后我想创建一个Azure Function 2,将该blob/链接发送到第二个地方。但是我正在阅读有关Blob触发器不能保证为每个blob触发的信息,

  • 我在ASP.NETWeb API应用程序中使用了一些类库,用于处理我所有的后端内容,例如对AzureSQLDatabase、Cosmos DB等多个数据库的CRUD操作。 我不想重新发明轮子,并能够在我在Visual Studio 2017中创建的新Azure函数中使用它们。我所有的存储库方法都使用一个接口。那么,我将如何在我的新Azure函数中实现依赖注入呢? 我没有看到对DI的任何支持,但我有

  • 我向Azure IoTHub发送数据。然后由IoTHub EventHub函数检索和处理此数据。 此函数检索数据并将数据插入Azure Cosmos数据库。 在 IoTHub 事件中心函数中,必须先声明 Cosmos 数据库和 Cosmos 集合,然后才能运行该函数。 问题是我想使用动态集合名称。此名称取决于发送到 IoTHub 的数据。这可能吗?是否可以在函数运行时声明集合名称? 使用下面的脚本

  • 我有一个java azure函数,它运行包azure functions maven plugin version 1.3,试图将包升级到任何1.4或更高版本。当我尝试打包该函数时,我收到以下错误: 无法执行目标com。微软azure:azure函数maven插件:1.12.0:project azure函数原型:com上的包(包函数)。谷歌。格森。流动MalformedJsonException