(Chinese Traditional)
Cliff Chao-kuan Lu, Sr. Architect in 104 Corp., talks about `lambda-quiz`, a software project for interview quizzes implemented with AWS API-Gateway and Lambda.
Internet Cloud Operations - ChinaNetcloud & AWS Event BeijingChinaNetCloud
?
Internet Operations in the cloud, presented by ChinaNetCloud at joint AWS event in Beijing June, 2015.
Covers background, how clouds are different, key issues, and how OaaS (Operations as a Service) helps.
Azure Web App on Linux @ Global Azure Bootcamp 2017 TaiwanWill Huang
?
這是 Will 保哥 於 2017/4/22 在 Global Azure Bootcamp 2017 Taiwan 的演講簡報,分享 Azure Web App on Linux 的服務架構、運作方式與注意事項。
Azure Web App on Linux 透過 Docker 容器技術,讓應用程式可以執行在原生 Linux 作業系統之上,這讓 Azure App Service 正式邁向跨平台的 PaaS 雲端服務。
簡化 JVM 上雲 - 透過 Azure Spring Cloud 提升開發、發佈及服務監控效率Shengyou Fan
?
Spring Boot 一直是 Java 開發生態系裡市佔率最高的框架,許多企業都採用其開發自身服務。隨著開發典範的轉移,即便 Spring 提供完整方案,開發者往往對架構修改及服務管理的工作怯步,是否移轉上雲也有所疑慮。在這場分享裡,將會介紹由 Azure 提供的 Spring Cloud 解決方案,並從最簡單的一個 Spring Boot 應用開始,逐步導入微服務架構、連接 Azure DB、藍綠部署到服務監控,讓開發者了解使用 Azure 運行 Spring 是一個簡單又有效率的體驗,加速將 JVM 應用上雲。
Introduction to Azure Functions - TutorialBizTalk360
?
In this demo heavy session, Yochay Kiriaty, from the Azure product team, will provide an overview of Azure Functions, explain some patterns, and present a lot of demos.
Internet Cloud Operations - ChinaNetcloud & AWS Event BeijingChinaNetCloud
?
Internet Operations in the cloud, presented by ChinaNetCloud at joint AWS event in Beijing June, 2015.
Covers background, how clouds are different, key issues, and how OaaS (Operations as a Service) helps.
Azure Web App on Linux @ Global Azure Bootcamp 2017 TaiwanWill Huang
?
這是 Will 保哥 於 2017/4/22 在 Global Azure Bootcamp 2017 Taiwan 的演講簡報,分享 Azure Web App on Linux 的服務架構、運作方式與注意事項。
Azure Web App on Linux 透過 Docker 容器技術,讓應用程式可以執行在原生 Linux 作業系統之上,這讓 Azure App Service 正式邁向跨平台的 PaaS 雲端服務。
簡化 JVM 上雲 - 透過 Azure Spring Cloud 提升開發、發佈及服務監控效率Shengyou Fan
?
Spring Boot 一直是 Java 開發生態系裡市佔率最高的框架,許多企業都採用其開發自身服務。隨著開發典範的轉移,即便 Spring 提供完整方案,開發者往往對架構修改及服務管理的工作怯步,是否移轉上雲也有所疑慮。在這場分享裡,將會介紹由 Azure 提供的 Spring Cloud 解決方案,並從最簡單的一個 Spring Boot 應用開始,逐步導入微服務架構、連接 Azure DB、藍綠部署到服務監控,讓開發者了解使用 Azure 運行 Spring 是一個簡單又有效率的體驗,加速將 JVM 應用上雲。
Introduction to Azure Functions - TutorialBizTalk360
?
In this demo heavy session, Yochay Kiriaty, from the Azure product team, will provide an overview of Azure Functions, explain some patterns, and present a lot of demos.
The document discusses serverless computing and introduces Microsoft Azure Functions as a serverless platform, highlighting how Functions allows developers to write code that runs in response to events using triggers and bindings to integrate with other Azure services, and provides examples of common serverless patterns that can be implemented using Functions.
Serverless architectures rely on third-party services and remote procedure calls rather than maintaining servers. Azure Functions is a serverless computing service that allows developers to write code without managing infrastructure. Functions can be triggered by events and connected to other Azure services through bindings. Functions scale automatically based on demand and only charge for execution time and resources used.
ContainerDays NYC 2016: "OpenWhisk: A Serverless Computing Platform" (Rodric ...DynamicInfraDays
?
狠狠撸s from Rodric Rabbah & Philippe Suter's talk "OpenWhisk: A Serverless Computing Platform" at ContainerDays NYC 2016: dynamicinfradays.org/events/2016-nyc/programme.html#openwhisk
This presentation is from the Integration Day event, a TechMeet360 Community Initiative, held on September 10, 2016 at Microsoft GSTC in Bangalore. In this slide, Microsoft's Escalation Engineers Tulika Chaudharie and Harikharan Krishnaraju explain using Azure Functions for Integration. The presentation starts with a general overview of Azure Functions and then it moves on to some of the common Integration Patterns and how Azure Functions fit into the scenarios.
This document provides an overview of key services available on the Azure cloud computing platform, including compute, storage, analytics, web/mobile, media, IoT, identity, networking, and hybrid services. It specifically highlights DocumentDB, a NoSQL database service, Azure Functions for serverless computing, Machine Learning capabilities, and Cognitive Services for AI features like vision, speech, and language APIs. The document encourages trying out these "good parts" of Azure for more developer productivity and less operations work.
El documento describe los pasos para hacer cerveza artesanal: 1) plantar y cosechar grano y lúpulo, 2) maltear el grano, 3) macerar el grano en agua caliente, 4) hervir el mosto, 5) a?adir lúpulos, 6) enfriar el mosto rápidamente, 7) fermentación y envasado, 8) compartir la cerveza con amigos. También incluye información sobre la conferencia Microsoft Summit de octubre de 2016 y sobre Azure Functions.
An introduction to Atlassian Bitbucket PipelinesDave Clark
?
This document provides an overview of using Bitbucket Pipelines to build, test, and deploy projects from Bitbucket repositories. It discusses how Bitbucket Pipelines uses Docker containers to run build plans, benefits like faster feedback and reusable containers. It also covers enabling Pipelines for a repository, configuring the bitbucket-pipelines.yml file, and adding tests to a sample build plan by exporting Postman tests and adding a package.json file to run the tests during the build.
Chris Anderson and Yochay Kiriaty - Serverless Patterns with Azure FunctionsServerlessConf
?
Presented at ServerlessConf NYC 2016.
The future of cloud development is Serverless. Sure, there will always be those whom insist on provisioning and managing VMs, but in few short years majority of developers will default to Serverless architecture when building cloud applications. Join Chris Anderson and Yochay Kiriaty for this demo heavy session describing existing and emerging Serverless patterns.
This document discusses Azure Logic Apps and workflow definitions. It shows how a workflow definition declares parameters and provides configuration for triggers, actions, and outputs. It also lists many connectors that can be used in Logic Apps for SaaS, protocols, messaging, B2B, managed API's, and hybrid systems like databases and message queues.
This document provides an overview of Google Cloud Platform (GCP) services. It discusses computing services like App Engine and Compute Engine for hosting applications. It covers storage options like Cloud Storage, Cloud Datastore and Cloud SQL. It also mentions big data services like BigQuery and machine learning services like Prediction API. The document provides brief descriptions of each service and highlights their key features. It includes code samples for using Prediction API to train a model and make predictions on new data.
Serverless architectures are one of the hottest trends in cloud computing this year, and for good reason. There are several technical capabilities and business factors coming together to make this approach compelling from both an application development and deployment cost perspective. The new OpenWhisk project provides an open source platform to enable these cloud-native, event-driven applications.
This talk will lay out the technical and business drivers behind the rise of serverless architectures, provide an introduction to the OpenWhisk open source project (and describe how it differs from other services like AWS Lambda), and give a demonstration showing how to start developing with this new cloud computing model using the OpenWhisk implementation available on IBM Bluemix.
Lightning talk and lab presented by IBM Cloud Software Engineer, Andrew Bodine.
Learn the basics of building serverless microservices using a combination of AWS and Apigee. We'll go over major components of the emerging serverless stack, including AWS Lambda, AWS DynamoDB, OpenAPI, and Apigee Edge.
This document discusses serverless computing and function as a service (FaaS). It provides an overview of what serverless and FaaS are, how they work, common use cases, limitations, and the future impact. Key points include that FaaS provides fully managed compute with no servers to provision and pays only for actual usage, common triggers are HTTP requests and events, and use cases span web backends, mobile apps, file processing, bots, and more. The document also outlines limitations like statelessness and cold starts, as well as emerging practices around business models, architectures, operations, and tooling.
This document discusses serverless computing on Azure, focusing on DocumentDB and Azure Functions. It provides an overview of DocumentDB's features like partitioning, querying, indexing, security and APIs. It also covers Azure Functions triggers, inputs, outputs, integrations and languages. The document aims to demonstrate how to create databases and functions on these serverless platforms.
Serverless Microservices - Real life story of a Web App that uses AngularJS, ...Mitoc Group
?
Scalable applications are by nature resource intensive, expensive to build and difficult to manage. What if we can change this perception and help developers design full-stack applications that are low cost and low maintenance? This session describes the underlying architecture behind www.deep.mg, the microservices marketplace built by Mitoc Group using AngularJS, NodeJS and powered by abstracted services like AWS Lambda, Amazon CloudFront, Amazon DynamoDB, and so on.
Eugene Istrati, Technology Partner at Mitoc Group, will dive deep into their approach to microservices architecture using serverless platform from AWS and demonstrate how anyone can use serverless computing to achieve high scalability, high availability, and high performance without huge efforts or expensive resources allocation.
16. App Service Plan 的選擇
傳統 Classic
採用專責 App Service VM 執行 Function App。
動態 Dynamic
由 Azure 自動分配指定執行 Function App 的實例,盡可能地利用
Azure 的資源,並且以 pay-per-use 的方式計算費用。
16
24. 關於 API Keys
由 App Service 中取得 API Key
D:homedataFunctionssecretshost.json
全域 API Key 能驅動 Function app 中所有 function
但不包含 disabled function
24
25. 關於 API Keys
自訂 API Key 可以為個別的 function 定義額外的 API Key
做法是在 secret (D:homedataFunctionssecrets) 目錄下新增與
function 同名的 JSON 檔案。
D:homedataFunctionssecrets{FuncName}.json
25
26. 在 Hello World 裡學習到
人工建立第一個 Function 以及設定的界面
Trigger、Binding 在 Function 中的角色
Function 程式本體 (以 C# Scripts 為例)
Function 的部署結構、function.json 以及 API Keys 的維護方式
26