SlideShare a Scribd company logo
Globalcode – Open4education
Serverless Computing no Microsoft Azure
Igor Abade V. Leite
Microsoft MVP – Visual Studio ALM
Professional Scrum Trainer – Scrum.org
@IgorAbade
blog.lambda3.com.br/L3/IgorAbade
Globalcode – Open4education
Globalcode – Open4education
POR QUE “SERVERLESS”?
Serverless Computing no Microsoft Azure
Globalcode – Open4education
A evolução das plataformas de
aplicação
Globalcode – Open4education
Antes da nuvem
Globalcode – Open4education
Daí veio o IaaS – o “arroz com feijão” dos
negócios digitais
Globalcode – Open4education
A seguir o PaaS, crítico para a transformação
digital
Globalcode – Open4education
Modernizando aplicações com PaaS
Globalcode – Open4education
Serverless, a plataforma do futuro
para as novas aplicações
Globalcode – Open4education
O que é Serverless?
Globalcode – Open4education
Benefícios de Serverless
Globalcode – Open4education
Construindo aplicações mais
rápido com Serverless
Globalcode – Open4education
Componentes de desenvolvimento
Serverless
Globalcode – Open4education
AZURE FUNCTIONS
Serverless Computing no Microsoft Azure
Globalcode – Open4education
Apresentando Functions
Globalcode – Open4education
Use bindings no seu código
public static void Run(byte[] image, string filename,
Stream outputBlob, TraceWriter log)
{
log.Info($"Processing image: {filename}");
var imageBuilder = ImageResizer.ImageBuilder.Current;
imageBuilder.Build(
image, outputBlob,
new ResizeSettings(640, 400, FitMode.Max, null), false);
}
{
"bindings": [
{
"name": "image",
"type": "blobTrigger",
"direction": "in",
"path": "card-input/{filename}.jpg",
"connection": "AzureWebJobsStorage"
},
{
"type": "blob",
"name": "outputBlob",
"path": "card-output/{filename}.jpg",
"connection": "AzureWebJobsStorage",
"direction": "out"
}
]
}
Globalcode – Open4education
Triggers e Bindings
Globalcode – Open4education
Novo ferramental do VS 2017
Based on class libraries
Get the full power of IntelliSense, unit testing, and local
debugging
Use WebJobs attributes to define triggers and bindings
Learn more at https://aka.ms/2017functiontools
Globalcode – Open4education
Ferramental do VS 2017
Globalcode – Open4education
Demo
Globalcode – Open4education
Azure Functions: Padrões de uso
“Brown field” – used as an integration, scripting tool (typically enterprises or
larger ISVs)
“Green field” – used for backend creation (typically start-ups or smaller ISVs)
IoT – leveraged autonomously or as part of Azure IoT implementations
Globalcode – Open4education
AZURE LOGIC APPS
Serverless Computing no Microsoft Azure
Globalcode – Open4education
Apresentando Azure Logic Apps
Powerful Integration and
Workflow Engine born in
Azure
Fast integrations using a
visual designer and workflow
creation with triggers and
actions
Connect applications, data
and services
Connect and orchestrate
Azure Functions
Globalcode – Open4education
….and more!
Logic apps connectors—Over 100
and growing
Globalcode – Open4education
Logic Apps
Cloud APIs and
platform functionality
Over 120 built-in connectors
Hosted and managed within
the platform
Scales to meet your needs
First class designer
experience
Rapid development
API connections
Authenticate once and reuse
Differentiate connection
configuration
Simple to deploy
Portal experience for
managing
API Connections
Globalcode – Open4education
Logic Apps
Globalcode – Open4education
Workflow Designer
Workflow in the
cloud
Powerful control
flow
Connect disparate
applications
No code designer
for
rapid creation
Also works within
Visual Studio for
added CI/CD
Globalcode – Open4education
Demo
Serverless Computing no Microsoft Azure

More Related Content

PPTX
Chega de receita de bolo: gerenciando infraestrutura como código
PPTX
Microsoft Skills Bootcamp - The power of GitHub and Azure
PPT
Microsoft Azure DevOps
PPTX
Secure your applications with Azure AD and Key Vault
PPTX
Test Automation Workshop with BDD Approach
PPTX
All Around Azure: DevOps with GitHub - Managing the Flow of Work
PPT
Microsoft Azure DevOps - The Developers Conference
PDF
Kubernetes Administration Certification Cost-Register Now(7262008866)
Chega de receita de bolo: gerenciando infraestrutura como código
Microsoft Skills Bootcamp - The power of GitHub and Azure
Microsoft Azure DevOps
Secure your applications with Azure AD and Key Vault
Test Automation Workshop with BDD Approach
All Around Azure: DevOps with GitHub - Managing the Flow of Work
Microsoft Azure DevOps - The Developers Conference
Kubernetes Administration Certification Cost-Register Now(7262008866)

What's hot (20)

PPTX
Rakuten and Microsoft talk DevOps in Real World
PPTX
DevOps - Isso existe mesmo?
PPTX
Microsoft DevOps
PDF
Boris Devouge (Microsoft) - DevOps on Azure
PPTX
Azure function DevOps pipeline, ALM / DevOps Rangers feedbacks
PPTX
Microsoft Azure Cloud and DevOps
PPTX
DevOps Turkey Test Automation with Docker and Seleniumhub
PDF
#ATAGTR2019 Presentation "DevSecOps with GitLab" By Avishkar Nikale
PDF
#SheSharp Conference - Azure DevOps for .NET
PDF
アプリケーションエンジニアへのいちおし Azure Update at Microsoft Ignite 2020
PDF
Google Cloud Build - Sfeir Lunch Janvier 2019
PDF
Mastering Best Azure DevOps Online Training and Certification - Dot Net Tricks
PDF
Steve Thair (DevOps Guys) - DevOps for Windows in the Wild
PDF
Azure DevOps Presentation
PPTX
PowerShell Scripting and AI-infused Automation
PPTX
DevOps in Azure : Puppetize the Cloud
PDF
All Day DevOps - Azure DevOps from Start to Star
PPTX
0 to hero with Azure DevOps
PDF
Extensible dev secops pipelines with Jenkins, Docker, Terraform, and a kitche...
PPTX
DevOps Fest 2020. Сергей Абаничев. Modern CI\CD pipeline with Azure DevOps
Rakuten and Microsoft talk DevOps in Real World
DevOps - Isso existe mesmo?
Microsoft DevOps
Boris Devouge (Microsoft) - DevOps on Azure
Azure function DevOps pipeline, ALM / DevOps Rangers feedbacks
Microsoft Azure Cloud and DevOps
DevOps Turkey Test Automation with Docker and Seleniumhub
#ATAGTR2019 Presentation "DevSecOps with GitLab" By Avishkar Nikale
#SheSharp Conference - Azure DevOps for .NET
アプリケーションエンジニアへのいちおし Azure Update at Microsoft Ignite 2020
Google Cloud Build - Sfeir Lunch Janvier 2019
Mastering Best Azure DevOps Online Training and Certification - Dot Net Tricks
Steve Thair (DevOps Guys) - DevOps for Windows in the Wild
Azure DevOps Presentation
PowerShell Scripting and AI-infused Automation
DevOps in Azure : Puppetize the Cloud
All Day DevOps - Azure DevOps from Start to Star
0 to hero with Azure DevOps
Extensible dev secops pipelines with Jenkins, Docker, Terraform, and a kitche...
DevOps Fest 2020. Сергей Абаничев. Modern CI\CD pipeline with Azure DevOps
Ad

Similar to Serverless Computing no Microsoft Azure (20)

PPTX
Scalable APIs with Azure Functions
PPTX
Global Azure BootCamp: Azure Logic Apps
PPTX
Serverless on Azure with Functions
PPTX
Integrating SaaS application using Microsoft’s Azure App Service Platform
PPTX
Azure: PaaS or IaaS
PPTX
Azure app services API apps
PPTX
Azure App Service
PPTX
App Modernization Pitch Deck.pptx
PPTX
Getting started with development in azure
PPTX
Capture the Cloud with Azure
PPTX
Serverless architecture with Azure
PPTX
Get Started with Azure
PDF
Integrating saa s application using azure services v0.5
PPTX
Integrating saas applications
PPTX
Het Microsoft Integratie Platform – Welk model past u het beste? (Steef Jan W...
PDF
Azure from Rookie to DevStart
PDF
Soa12c launch 1 overview cr
PPTX
App Modernization - What you need to know before planning a migration to Offi...
PPTX
Capture the Cloud with Azure
PPTX
2015-12-02 - WebCamp - Microsoft Azure Logic Apps
Scalable APIs with Azure Functions
Global Azure BootCamp: Azure Logic Apps
Serverless on Azure with Functions
Integrating SaaS application using Microsoft’s Azure App Service Platform
Azure: PaaS or IaaS
Azure app services API apps
Azure App Service
App Modernization Pitch Deck.pptx
Getting started with development in azure
Capture the Cloud with Azure
Serverless architecture with Azure
Get Started with Azure
Integrating saa s application using azure services v0.5
Integrating saas applications
Het Microsoft Integratie Platform – Welk model past u het beste? (Steef Jan W...
Azure from Rookie to DevStart
Soa12c launch 1 overview cr
App Modernization - What you need to know before planning a migration to Offi...
Capture the Cloud with Azure
2015-12-02 - WebCamp - Microsoft Azure Logic Apps
Ad

More from Igor Abade (20)

PDF
Introdução à SRE (.Net Vale Tech Saturday - DevSecOps)
PPTX
DevOps em grandes empresas - Mito ou Realidade?
PPTX
Microsserviços .NET no Azure
PPTX
Introdução ao Habitat
PPTX
Acelere - e melhore! - o feedback com testes automatizados rápidos - igor abade
PPTX
Provisionando ambientes de Dev e Teste com Azure DevTest Labs e VSTS
PPTX
Testes Exploratórios não são sinônimo de bagunça! (TDC 2016 POA)
PPTX
Gestão de ciclo de vida de Banco de Dados: Já passou da hora! (TDC POA 2016)
PPTX
Desktop App Converter: Trazendo Apps Win32 para a Windows Store
PPTX
Acelere - e melhore! - o feedback com testes automatizados rápidos
PPTX
Testes exploratórios não são sinônimo de bagunça! (TDC 2016 SP)
PPTX
Suporte a macros na sua aplicação com PowerShell
PPTX
Smoke tests, deployment e rollback automatizados (Mobile & Cloud Hack Days 2016)
PPTX
Smoke tests, deployment e rollback automatizados (DevOps Summit Brasil 2016)
PPTX
Keynote - Trilha Negócios (DevOps Summit Brasil 2016)
PPTX
Além do pen-drive: empacotando seu software para distribuição e implantação (...
PPTX
Aprenda mais sobre sua aplicação e seus usuários com Application Insights (DN...
PPTX
Acelerando a criação de testes usando IntelliTest (Visual Studio Summit 2015)
PPTX
Muito além das startups: Build-Measure-Learn em sistemas corporativos
PPTX
Dilemas de um Desenvolvedor .NET na Terra do PowerShell
Introdução à SRE (.Net Vale Tech Saturday - DevSecOps)
DevOps em grandes empresas - Mito ou Realidade?
Microsserviços .NET no Azure
Introdução ao Habitat
Acelere - e melhore! - o feedback com testes automatizados rápidos - igor abade
Provisionando ambientes de Dev e Teste com Azure DevTest Labs e VSTS
Testes Exploratórios não são sinônimo de bagunça! (TDC 2016 POA)
Gestão de ciclo de vida de Banco de Dados: Já passou da hora! (TDC POA 2016)
Desktop App Converter: Trazendo Apps Win32 para a Windows Store
Acelere - e melhore! - o feedback com testes automatizados rápidos
Testes exploratórios não são sinônimo de bagunça! (TDC 2016 SP)
Suporte a macros na sua aplicação com PowerShell
Smoke tests, deployment e rollback automatizados (Mobile & Cloud Hack Days 2016)
Smoke tests, deployment e rollback automatizados (DevOps Summit Brasil 2016)
Keynote - Trilha Negócios (DevOps Summit Brasil 2016)
Além do pen-drive: empacotando seu software para distribuição e implantação (...
Aprenda mais sobre sua aplicação e seus usuários com Application Insights (DN...
Acelerando a criação de testes usando IntelliTest (Visual Studio Summit 2015)
Muito além das startups: Build-Measure-Learn em sistemas corporativos
Dilemas de um Desenvolvedor .NET na Terra do PowerShell

Recently uploaded (20)

PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
Big Data Technologies - Introduction.pptx
PPT
Teaching material agriculture food technology
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Empathic Computing: Creating Shared Understanding
PDF
Machine learning based COVID-19 study performance prediction
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Big Data Technologies - Introduction.pptx
Teaching material agriculture food technology
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Unlocking AI with Model Context Protocol (MCP)
NewMind AI Monthly Chronicles - July 2025
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
Diabetes mellitus diagnosis method based random forest with bat algorithm
Digital-Transformation-Roadmap-for-Companies.pptx
Chapter 3 Spatial Domain Image Processing.pdf
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
20250228 LYD VKU AI Blended-Learning.pptx
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Empathic Computing: Creating Shared Understanding
Machine learning based COVID-19 study performance prediction
NewMind AI Weekly Chronicles - August'25 Week I
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Reach Out and Touch Someone: Haptics and Empathic Computing
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication

Serverless Computing no Microsoft Azure