Deep Dive Azure Functions - Global Azure Bootcamp 2019

Andrea Tosato
Andrea TosatoSenior developer presso 4Ward em 4Ward
@cloudgen_verona
#GlobalAzure
#CloudGenVerona
BASIC SPONSOR
PREMIUM SPONSOR
Thanks to all the sponsors
3
TOPIC
Azure Functions
Deep Dive
Who I am
ATosato86
andreatosato
andreatosato
Andrea Tosato
Agenda
Azure Function Internal From v1 to v2 Programming Languages
BindingsDeployment Azure Functions Host
Durable FunctionsCustom Binding Premium Plan and scalability
Azure Functions
Functions 1.0 Functions 2.0
.NET Support .NET Framework 4.7.1 .NET Core 2.1
Assembly isolation No Yes
Bindings versions Runtime versions User controlled
Language options Limitations in languages and versions Languages are external to the host
Node.js version Node.js 6 only Node.js 8 & 10 + future versions
Node.js native modules Not supported Supported
HTTP triggers HTTP and specialized Webhooks HTTP (supports Webhooks)
Language Runtime Multiple languages per function app Single language per function app
Functions Proxies GA GA
OpenAPI definition Preview Not supported
Observability Application Insights/WebJobs dashboard App Insights
Functions runtime 1.0 vs 2.0
Azure Functions now supports Python!
Develop using Python3.6 on the Functions v2
runtime
Publish to the Serverless Linux hosting platform in
Azure
Build, test, debug and publish using Visual Studio
Code and the Azure Functions Core Tools (CLI)
Deployment (Hosting) Options
Azure Managed Customer Managed
Operating
System
Infrastructure
Execution
Isolation
Application
Delivery
Serverless
Functions
On Prem
Functions
Functions
Containers
IoT
Functions
Open Source
Hosting
Kubernetes
Functions
Serverless
Linux Functions
Dockerized Functions Runtime
https://hub.docker.com/_/microsoft-azure-functions-base
docker run -d -p 5010:80 mcr.microsoft.com/azure-functions/dotnet:latest
Type 1.x 2.x1 Trigger Input Output
Blob Storage ✔ ✔ ✔ ✔ ✔
Cosmos DB ✔ ✔ ✔ ✔ ✔
Event Grid ✔ ✔ ✔
Event Hub ✔ ✔ ✔ ✔
HTTP e Webhook ✔ ✔ ✔ ✔
Microsoft Graph Events ✔ ✔ ✔ ✔
Queue Storage ✔ ✔ ✔ ✔
Service Bus ✔ ✔ ✔ ✔
SignalR ✔ ✔ ✔
Table Storage ✔ ✔ ✔ ✔
Timer ✔ ✔ ✔
Bindings and integrations
•
•
•
•
•
•
•
•
Folder and programming languages
C#
JS
Azure Functions Host – Functions 1.0
Host Assembly Load Context (default) LoadFrom Context
public static Run(…, CloudBlockBlob blob,…))
{
//Function code...;
}
Assembly Isolation - Bindings: 1.0 Model
Azure Functions Host – Functions 2.0
Host Assembly Load Context (default) Function Assembly Load Context
public static Run(…, CloudBlockBlob blob,…))
{
//Function code...;
}
Assembly Isolation - Bindings: 2.0 Model
Language Extensibility
Web
Host
Script Host
Node Worker
Java Worker
Python Worker
HTTP request
Storage, EventHub, Cosmos DB, …
IPC Server
Host Process
Language Process
Demo
Custom Binding
https://github.com/andreatosato/GAB2019
SQL Input Binding
SQL Output Binding
Durable Functions
Premium Plan
• Maximum Instances
allows you to predict your maximum
possible bill each month
• Minimum Instances
• VNET
connect to a VNET and securely access
resources in a private network (already
in App Service Plan)
Scale Behavior
Scale Behavior
Scale Behavior
Premium Plan
Premium Plan
In the Premium plan there is the ability
to specify a number of pre-warmed
instances that are kept warm with your
code ready to execute.
When your application needs to scale,
it first uses a pre-warmed instance
with no cold start.
Your app immediately pre-warms
another instance in the background to
replenish the buffer of pre-warmed
instances.
This model allows you to avoid any
delay on the execution for the first
request to an idle app, and also at
each scaling point.
“Serverless computing refers to a cloud-
computing execution model in which
the cloud provider runs the server,
and dynamically manages the
allocation of machine resources.
WIKI
Demo
Premium plan
Open API
Proxy
Deployment options: Run from package
Classic Deployment Issues:
1. Not atomic =>
inconsistent files
2. Files in use get locked
3. Multi-region
inconsistencies
4. Difficult rollback
Solutions:
1. Externally hosted zip file
2. Zip file hosted within your app
Portal
Deployment Slot
Functiom Monkey
https://functionmonkey.azurefromthetrenches.com/index.html
Azure Functions – What’s coming
1.Bundles for extensions with runtime – Bundles takes all of the extensions that
you will install in current V2 functions to use any bindings. So, if you want any
trigger type or binding other than HTTP, like Storage, Cosmos DB, Event Hub, Event
Grid those all require an extension. These extensions require a nuget install, so with
bundles, it takes all of those packages and put them in one functions platform
bundle that you can reference.
2..NET Dependency injection (so soon!).
3.Azure DevOps improvements
4.PowerShell support for v2 – Available in Private preview now.
5.Super secret stuff for Build – The team is building a super secret feature for
Build.
Thanks
Questions?
andreatosato ATosato86 andreatosato
1 de 34

Recomendados

Getting Started with Azure Kubernetes Service por
Getting Started with Azure Kubernetes ServiceGetting Started with Azure Kubernetes Service
Getting Started with Azure Kubernetes ServiceSean Whitesell
131 visualizações35 slides
How to deploy a Java application on Google App engine Flexible environment por
How to deploy a Java application on Google App engine Flexible environmentHow to deploy a Java application on Google App engine Flexible environment
How to deploy a Java application on Google App engine Flexible environmentMichelantonio Trizio
1.1K visualizações18 slides
Serverless por
ServerlessServerless
ServerlessMaciej Dziergwa
52 visualizações51 slides
What's new in Visual Studio for Mac for .NET Developers por
What's new in Visual Studio for Mac for .NET DevelopersWhat's new in Visual Studio for Mac for .NET Developers
What's new in Visual Studio for Mac for .NET DevelopersJon Galloway
123 visualizações49 slides
Continuous Delivery With Selenium Grid And Docker por
Continuous Delivery With Selenium Grid And DockerContinuous Delivery With Selenium Grid And Docker
Continuous Delivery With Selenium Grid And DockerBarbara Gonzalez
519 visualizações21 slides
Containerize Your Game Server for the Best Multiplayer Experience por
Containerize Your Game Server for the Best Multiplayer Experience Containerize Your Game Server for the Best Multiplayer Experience
Containerize Your Game Server for the Best Multiplayer Experience Docker, Inc.
5.4K visualizações20 slides

Mais conteúdo relacionado

Mais procurados

Netflix and Containers: Not A Stranger Thing por
Netflix and Containers:  Not A Stranger ThingNetflix and Containers:  Not A Stranger Thing
Netflix and Containers: Not A Stranger Thingaspyker
2.3K visualizações37 slides
Let's talk Windows Containers on Windows Server 2019 por
Let's talk Windows Containers on Windows Server 2019Let's talk Windows Containers on Windows Server 2019
Let's talk Windows Containers on Windows Server 2019Stefan Scherer
3.4K visualizações35 slides
Global Operations with Docker for the Enterprise - Nico Kabar, Docker por
Global Operations with Docker for the Enterprise - Nico Kabar, DockerGlobal Operations with Docker for the Enterprise - Nico Kabar, Docker
Global Operations with Docker for the Enterprise - Nico Kabar, DockerDocker, Inc.
765 visualizações42 slides
Docker for .NET Developers por
Docker for .NET DevelopersDocker for .NET Developers
Docker for .NET DevelopersTaswar Bhatti
2.3K visualizações34 slides
TYPO3 & Composer por
TYPO3 & ComposerTYPO3 & Composer
TYPO3 & ComposerArmin Vieweg
5.2K visualizações28 slides
Developer South Coast 2018: Modernizing .NET Apps with Docker por
Developer South Coast 2018: Modernizing .NET Apps with DockerDeveloper South Coast 2018: Modernizing .NET Apps with Docker
Developer South Coast 2018: Modernizing .NET Apps with DockerElton Stoneman
2.4K visualizações25 slides

Mais procurados(20)

Netflix and Containers: Not A Stranger Thing por aspyker
Netflix and Containers:  Not A Stranger ThingNetflix and Containers:  Not A Stranger Thing
Netflix and Containers: Not A Stranger Thing
aspyker2.3K visualizações
Let's talk Windows Containers on Windows Server 2019 por Stefan Scherer
Let's talk Windows Containers on Windows Server 2019Let's talk Windows Containers on Windows Server 2019
Let's talk Windows Containers on Windows Server 2019
Stefan Scherer3.4K visualizações
Global Operations with Docker for the Enterprise - Nico Kabar, Docker por Docker, Inc.
Global Operations with Docker for the Enterprise - Nico Kabar, DockerGlobal Operations with Docker for the Enterprise - Nico Kabar, Docker
Global Operations with Docker for the Enterprise - Nico Kabar, Docker
Docker, Inc.765 visualizações
Docker for .NET Developers por Taswar Bhatti
Docker for .NET DevelopersDocker for .NET Developers
Docker for .NET Developers
Taswar Bhatti2.3K visualizações
TYPO3 & Composer por Armin Vieweg
TYPO3 & ComposerTYPO3 & Composer
TYPO3 & Composer
Armin Vieweg5.2K visualizações
Developer South Coast 2018: Modernizing .NET Apps with Docker por Elton Stoneman
Developer South Coast 2018: Modernizing .NET Apps with DockerDeveloper South Coast 2018: Modernizing .NET Apps with Docker
Developer South Coast 2018: Modernizing .NET Apps with Docker
Elton Stoneman2.4K visualizações
Dockerize Laravel Application por Afrimadoni Dinata
Dockerize Laravel ApplicationDockerize Laravel Application
Dockerize Laravel Application
Afrimadoni Dinata1.2K visualizações
selenium grid & docker por Łukasz Rosłonek
selenium grid & dockerselenium grid & docker
selenium grid & docker
Łukasz Rosłonek584 visualizações
Docker for .NET Developers - Michele Leroux Bustamante, Solliance por Docker, Inc.
Docker for .NET Developers - Michele Leroux Bustamante, SollianceDocker for .NET Developers - Michele Leroux Bustamante, Solliance
Docker for .NET Developers - Michele Leroux Bustamante, Solliance
Docker, Inc.1.1K visualizações
Docker with Selenium by Thirumalai Vignesh por Software Testing Board
Docker with Selenium by Thirumalai VigneshDocker with Selenium by Thirumalai Vignesh
Docker with Selenium by Thirumalai Vignesh
Software Testing Board355 visualizações
Docker for developers on mac and windows por Docker, Inc.
Docker for developers on mac and windowsDocker for developers on mac and windows
Docker for developers on mac and windows
Docker, Inc.1.7K visualizações
Automated Deployment with Capistrano por Sumit Chhetri
Automated Deployment with CapistranoAutomated Deployment with Capistrano
Automated Deployment with Capistrano
Sumit Chhetri10K visualizações
Overview of the new .NET Core and .NET Platform Standard por Alex Thissen
Overview of the new .NET Core and .NET Platform StandardOverview of the new .NET Core and .NET Platform Standard
Overview of the new .NET Core and .NET Platform Standard
Alex Thissen1.8K visualizações
From Fortran on the Desktop to Kubernetes in the Cloud: A Windows Migration S... por Docker, Inc.
From Fortran on the Desktop to Kubernetes in the Cloud: A Windows Migration S...From Fortran on the Desktop to Kubernetes in the Cloud: A Windows Migration S...
From Fortran on the Desktop to Kubernetes in the Cloud: A Windows Migration S...
Docker, Inc.351 visualizações
.Net: Introduction, trends and future por Bishnu Rawal
.Net: Introduction, trends and future.Net: Introduction, trends and future
.Net: Introduction, trends and future
Bishnu Rawal109 visualizações
ASP.NET Core 1.0: Understanding ASP.NET Core 1.0 (ASP.NET 5) por WinWire Technologies Inc
ASP.NET Core 1.0: Understanding ASP.NET Core 1.0 (ASP.NET 5) ASP.NET Core 1.0: Understanding ASP.NET Core 1.0 (ASP.NET 5)
ASP.NET Core 1.0: Understanding ASP.NET Core 1.0 (ASP.NET 5)
WinWire Technologies Inc427 visualizações
Dockerizing your java development environment por Buhake Sindi
Dockerizing your java development environmentDockerizing your java development environment
Dockerizing your java development environment
Buhake Sindi366 visualizações
Kloud por Pankaj Kaushal
KloudKloud
Kloud
Pankaj Kaushal795 visualizações
Running eZ Platform on Kubernetes (presented by Björn Dieding at eZ Conferenc... por eZ Systems
Running eZ Platform on Kubernetes (presented by Björn Dieding at eZ Conferenc...Running eZ Platform on Kubernetes (presented by Björn Dieding at eZ Conferenc...
Running eZ Platform on Kubernetes (presented by Björn Dieding at eZ Conferenc...
eZ Systems1.1K visualizações
OpenNTF Webinar May 2021 - Jesse por Jesse Gallagher
OpenNTF Webinar May 2021 - JesseOpenNTF Webinar May 2021 - Jesse
OpenNTF Webinar May 2021 - Jesse
Jesse Gallagher1.1K visualizações

Similar a Deep Dive Azure Functions - Global Azure Bootcamp 2019

Azure Functions - Introduction por
Azure Functions - IntroductionAzure Functions - Introduction
Azure Functions - IntroductionVenkatesh Narayanan
821 visualizações20 slides
Open shift and docker - october,2014 por
Open shift and docker - october,2014Open shift and docker - october,2014
Open shift and docker - october,2014Hojoong Kim
10K visualizações72 slides
Windows azure overview for SharePoint Pros por
Windows azure overview for SharePoint Pros Windows azure overview for SharePoint Pros
Windows azure overview for SharePoint Pros Usama Wahab Khan Cloud, Data and AI
637 visualizações80 slides
Azure Functions.pptx por
Azure Functions.pptxAzure Functions.pptx
Azure Functions.pptxYachikaKamra
3 visualizações42 slides
Docker Enterprise Workshop - Technical por
Docker Enterprise Workshop - TechnicalDocker Enterprise Workshop - Technical
Docker Enterprise Workshop - TechnicalPatrick Chanezon
792 visualizações46 slides
Azure Serverless Toolbox por
Azure Serverless ToolboxAzure Serverless Toolbox
Azure Serverless ToolboxJohan Eriksson
78 visualizações62 slides

Similar a Deep Dive Azure Functions - Global Azure Bootcamp 2019(20)

Azure Functions - Introduction por Venkatesh Narayanan
Azure Functions - IntroductionAzure Functions - Introduction
Azure Functions - Introduction
Venkatesh Narayanan821 visualizações
Open shift and docker - october,2014 por Hojoong Kim
Open shift and docker - october,2014Open shift and docker - october,2014
Open shift and docker - october,2014
Hojoong Kim10K visualizações
Azure Functions.pptx por YachikaKamra
Azure Functions.pptxAzure Functions.pptx
Azure Functions.pptx
YachikaKamra3 visualizações
Docker Enterprise Workshop - Technical por Patrick Chanezon
Docker Enterprise Workshop - TechnicalDocker Enterprise Workshop - Technical
Docker Enterprise Workshop - Technical
Patrick Chanezon792 visualizações
Azure Serverless Toolbox por Johan Eriksson
Azure Serverless ToolboxAzure Serverless Toolbox
Azure Serverless Toolbox
Johan Eriksson78 visualizações
Microservices , Docker , CI/CD , Kubernetes Seminar - Sri Lanka por Mario Ishara Fernando
Microservices , Docker , CI/CD , Kubernetes Seminar - Sri Lanka Microservices , Docker , CI/CD , Kubernetes Seminar - Sri Lanka
Microservices , Docker , CI/CD , Kubernetes Seminar - Sri Lanka
Mario Ishara Fernando389 visualizações
What's New in Docker - February 2017 por Patrick Chanezon
What's New in Docker - February 2017What's New in Docker - February 2017
What's New in Docker - February 2017
Patrick Chanezon1.4K visualizações
Beginners Node.js por Khaled Mosharraf
Beginners Node.jsBeginners Node.js
Beginners Node.js
Khaled Mosharraf496 visualizações
Techdays SE 2016 - Micros.. err Microcosmos por Mike Martin
Techdays SE 2016 - Micros.. err MicrocosmosTechdays SE 2016 - Micros.. err Microcosmos
Techdays SE 2016 - Micros.. err Microcosmos
Mike Martin300 visualizações
Red Hat Forum Benelux 2015 por Microsoft
Red Hat Forum Benelux 2015Red Hat Forum Benelux 2015
Red Hat Forum Benelux 2015
Microsoft1.2K visualizações
GIDS 2019: Developing Apps with Containers, Functions and Cloud Services por Patrick Chanezon
GIDS 2019: Developing Apps with Containers, Functions and Cloud ServicesGIDS 2019: Developing Apps with Containers, Functions and Cloud Services
GIDS 2019: Developing Apps with Containers, Functions and Cloud Services
Patrick Chanezon1.2K visualizações
"Wie passen Serverless & Autonomous zusammen?" por Volker Linz
"Wie passen Serverless & Autonomous zusammen?""Wie passen Serverless & Autonomous zusammen?"
"Wie passen Serverless & Autonomous zusammen?"
Volker Linz48 visualizações
node.js 실무 - node js in practice by Jesang Yoon por Jesang Yoon
node.js 실무 - node js in practice by Jesang Yoonnode.js 실무 - node js in practice by Jesang Yoon
node.js 실무 - node js in practice by Jesang Yoon
Jesang Yoon508 visualizações
Azure Functions por AxEdge Consulting
Azure FunctionsAzure Functions
Azure Functions
AxEdge Consulting38 visualizações
Azure functions por Rajesh Kolla
Azure functionsAzure functions
Azure functions
Rajesh Kolla49 visualizações
Docker dev ops for cd meetup 12-14 por Simon Storm
Docker dev ops for cd meetup 12-14Docker dev ops for cd meetup 12-14
Docker dev ops for cd meetup 12-14
Simon Storm1.1K visualizações
WinOps meetup April 2016 DevOps lessons from Microsoft \\Build\ por DevOpsGroup
WinOps meetup April 2016   DevOps lessons from Microsoft \\Build\WinOps meetup April 2016   DevOps lessons from Microsoft \\Build\
WinOps meetup April 2016 DevOps lessons from Microsoft \\Build\
DevOpsGroup537 visualizações
Welcome Azure Functions 2. 0 por Massimo Bonanni
Welcome Azure Functions 2. 0Welcome Azure Functions 2. 0
Welcome Azure Functions 2. 0
Massimo Bonanni107 visualizações

Mais de Andrea Tosato

Codemotion Azure Container Apps por
Codemotion Azure Container AppsCodemotion Azure Container Apps
Codemotion Azure Container AppsAndrea Tosato
18 visualizações11 slides
Lite db for dummies por
Lite db for dummiesLite db for dummies
Lite db for dummiesAndrea Tosato
720 visualizações14 slides
Azure Static Web Apps & Blazor por
Azure Static Web Apps & BlazorAzure Static Web Apps & Blazor
Azure Static Web Apps & BlazorAndrea Tosato
56 visualizações14 slides
Dapr logicapps por
Dapr logicappsDapr logicapps
Dapr logicappsAndrea Tosato
152 visualizações17 slides
How to develop modern web application, with no money and nod javascript por
How to develop modern web application, with no money and nod javascriptHow to develop modern web application, with no money and nod javascript
How to develop modern web application, with no money and nod javascriptAndrea Tosato
98 visualizações19 slides
Entity framework core v3 from sql to no sql por
Entity framework core v3 from sql to no sqlEntity framework core v3 from sql to no sql
Entity framework core v3 from sql to no sqlAndrea Tosato
51 visualizações13 slides

Mais de Andrea Tosato(20)

Codemotion Azure Container Apps por Andrea Tosato
Codemotion Azure Container AppsCodemotion Azure Container Apps
Codemotion Azure Container Apps
Andrea Tosato18 visualizações
Lite db for dummies por Andrea Tosato
Lite db for dummiesLite db for dummies
Lite db for dummies
Andrea Tosato720 visualizações
Azure Static Web Apps & Blazor por Andrea Tosato
Azure Static Web Apps & BlazorAzure Static Web Apps & Blazor
Azure Static Web Apps & Blazor
Andrea Tosato56 visualizações
Dapr logicapps por Andrea Tosato
Dapr logicappsDapr logicapps
Dapr logicapps
Andrea Tosato152 visualizações
How to develop modern web application, with no money and nod javascript por Andrea Tosato
How to develop modern web application, with no money and nod javascriptHow to develop modern web application, with no money and nod javascript
How to develop modern web application, with no money and nod javascript
Andrea Tosato98 visualizações
Entity framework core v3 from sql to no sql por Andrea Tosato
Entity framework core v3 from sql to no sqlEntity framework core v3 from sql to no sql
Entity framework core v3 from sql to no sql
Andrea Tosato51 visualizações
How to develop modern web application - With no money and no Javascript por Andrea Tosato
How to develop modern web application - With no money and no JavascriptHow to develop modern web application - With no money and no Javascript
How to develop modern web application - With no money and no Javascript
Andrea Tosato135 visualizações
Mixing Identity server, AAD, ASP .NET Identity por Andrea Tosato
Mixing Identity server, AAD, ASP .NET IdentityMixing Identity server, AAD, ASP .NET Identity
Mixing Identity server, AAD, ASP .NET Identity
Andrea Tosato122 visualizações
An introduction to GraphQL in .NET Core por Andrea Tosato
An introduction to GraphQL in .NET CoreAn introduction to GraphQL in .NET Core
An introduction to GraphQL in .NET Core
Andrea Tosato288 visualizações
DevOps Heroes 2019 por Andrea Tosato
DevOps Heroes 2019DevOps Heroes 2019
DevOps Heroes 2019
Andrea Tosato307 visualizações
dotNetConf2019 por Andrea Tosato
dotNetConf2019dotNetConf2019
dotNetConf2019
Andrea Tosato246 visualizações
Cost Optimization - Global Azure Bootcamp 2019 por Andrea Tosato
Cost Optimization - Global Azure Bootcamp 2019Cost Optimization - Global Azure Bootcamp 2019
Cost Optimization - Global Azure Bootcamp 2019
Andrea Tosato106 visualizações
Azure Function Workflow por Andrea Tosato
Azure Function WorkflowAzure Function Workflow
Azure Function Workflow
Andrea Tosato348 visualizações
Azure Cognitive Service on Container por Andrea Tosato
Azure Cognitive Service on ContainerAzure Cognitive Service on Container
Azure Cognitive Service on Container
Andrea Tosato111 visualizações
Deploy multi-environment application with Azure DevOps por Andrea Tosato
Deploy multi-environment application with Azure DevOpsDeploy multi-environment application with Azure DevOps
Deploy multi-environment application with Azure DevOps
Andrea Tosato159 visualizações
Azure Cognitive Service in Container por Andrea Tosato
Azure Cognitive Service in ContainerAzure Cognitive Service in Container
Azure Cognitive Service in Container
Andrea Tosato346 visualizações
Azure Signalr Service por Andrea Tosato
Azure Signalr ServiceAzure Signalr Service
Azure Signalr Service
Andrea Tosato284 visualizações
Xamarin - Microcharts por Andrea Tosato
Xamarin - MicrochartsXamarin - Microcharts
Xamarin - Microcharts
Andrea Tosato223 visualizações
Introduzione Xamarin por Andrea Tosato
Introduzione XamarinIntroduzione Xamarin
Introduzione Xamarin
Andrea Tosato43 visualizações
Unit Testing por Andrea Tosato
Unit TestingUnit Testing
Unit Testing
Andrea Tosato25 visualizações

Último

DSD-INT 2023 Machine learning in hydraulic engineering - Exploring unseen fut... por
DSD-INT 2023 Machine learning in hydraulic engineering - Exploring unseen fut...DSD-INT 2023 Machine learning in hydraulic engineering - Exploring unseen fut...
DSD-INT 2023 Machine learning in hydraulic engineering - Exploring unseen fut...Deltares
6 visualizações28 slides
DSD-INT 2023 - Delft3D User Days - Welcome - Day 3 - Afternoon por
DSD-INT 2023 - Delft3D User Days - Welcome - Day 3 - AfternoonDSD-INT 2023 - Delft3D User Days - Welcome - Day 3 - Afternoon
DSD-INT 2023 - Delft3D User Days - Welcome - Day 3 - AfternoonDeltares
13 visualizações43 slides
2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx por
2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx
2023-November-Schneider Electric-Meetup-BCN Admin Group.pptxanimuscrm
13 visualizações19 slides
LAVADORA ROLO.docx por
LAVADORA ROLO.docxLAVADORA ROLO.docx
LAVADORA ROLO.docxSamuelRamirez83524
7 visualizações1 slide
Software evolution understanding: Automatic extraction of software identifier... por
Software evolution understanding: Automatic extraction of software identifier...Software evolution understanding: Automatic extraction of software identifier...
Software evolution understanding: Automatic extraction of software identifier...Ra'Fat Al-Msie'deen
7 visualizações33 slides
DSD-INT 2023 Thermobaricity in 3D DCSM-FM - taking pressure into account in t... por
DSD-INT 2023 Thermobaricity in 3D DCSM-FM - taking pressure into account in t...DSD-INT 2023 Thermobaricity in 3D DCSM-FM - taking pressure into account in t...
DSD-INT 2023 Thermobaricity in 3D DCSM-FM - taking pressure into account in t...Deltares
9 visualizações26 slides

Último(20)

DSD-INT 2023 Machine learning in hydraulic engineering - Exploring unseen fut... por Deltares
DSD-INT 2023 Machine learning in hydraulic engineering - Exploring unseen fut...DSD-INT 2023 Machine learning in hydraulic engineering - Exploring unseen fut...
DSD-INT 2023 Machine learning in hydraulic engineering - Exploring unseen fut...
Deltares6 visualizações
DSD-INT 2023 - Delft3D User Days - Welcome - Day 3 - Afternoon por Deltares
DSD-INT 2023 - Delft3D User Days - Welcome - Day 3 - AfternoonDSD-INT 2023 - Delft3D User Days - Welcome - Day 3 - Afternoon
DSD-INT 2023 - Delft3D User Days - Welcome - Day 3 - Afternoon
Deltares13 visualizações
2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx por animuscrm
2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx
2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx
animuscrm13 visualizações
Software evolution understanding: Automatic extraction of software identifier... por Ra'Fat Al-Msie'deen
Software evolution understanding: Automatic extraction of software identifier...Software evolution understanding: Automatic extraction of software identifier...
Software evolution understanding: Automatic extraction of software identifier...
Ra'Fat Al-Msie'deen7 visualizações
DSD-INT 2023 Thermobaricity in 3D DCSM-FM - taking pressure into account in t... por Deltares
DSD-INT 2023 Thermobaricity in 3D DCSM-FM - taking pressure into account in t...DSD-INT 2023 Thermobaricity in 3D DCSM-FM - taking pressure into account in t...
DSD-INT 2023 Thermobaricity in 3D DCSM-FM - taking pressure into account in t...
Deltares9 visualizações
.NET Developer Conference 2023 - .NET Microservices mit Dapr – zu viel Abstra... por Marc Müller
.NET Developer Conference 2023 - .NET Microservices mit Dapr – zu viel Abstra....NET Developer Conference 2023 - .NET Microservices mit Dapr – zu viel Abstra...
.NET Developer Conference 2023 - .NET Microservices mit Dapr – zu viel Abstra...
Marc Müller38 visualizações
DSD-INT 2023 Modelling litter in the Yarra and Maribyrnong Rivers (Australia)... por Deltares
DSD-INT 2023 Modelling litter in the Yarra and Maribyrnong Rivers (Australia)...DSD-INT 2023 Modelling litter in the Yarra and Maribyrnong Rivers (Australia)...
DSD-INT 2023 Modelling litter in the Yarra and Maribyrnong Rivers (Australia)...
Deltares9 visualizações
Navigating container technology for enhanced security by Niklas Saari por Metosin Oy
Navigating container technology for enhanced security by Niklas SaariNavigating container technology for enhanced security by Niklas Saari
Navigating container technology for enhanced security by Niklas Saari
Metosin Oy8 visualizações
SUGCON ANZ Presentation V2.1 Final.pptx por Jack Spektor
SUGCON ANZ Presentation V2.1 Final.pptxSUGCON ANZ Presentation V2.1 Final.pptx
SUGCON ANZ Presentation V2.1 Final.pptx
Jack Spektor22 visualizações
ict act 1.pptx por sanjaniarun08
ict act 1.pptxict act 1.pptx
ict act 1.pptx
sanjaniarun0813 visualizações
Keep por Geniusee
KeepKeep
Keep
Geniusee73 visualizações
Neo4j y GenAI por Neo4j
Neo4j y GenAI Neo4j y GenAI
Neo4j y GenAI
Neo4j42 visualizações
El Arte de lo Possible por Neo4j
El Arte de lo PossibleEl Arte de lo Possible
El Arte de lo Possible
Neo4j38 visualizações
SAP FOR TYRE INDUSTRY.pdf por Virendra Rai, PMP
SAP FOR TYRE INDUSTRY.pdfSAP FOR TYRE INDUSTRY.pdf
SAP FOR TYRE INDUSTRY.pdf
Virendra Rai, PMP23 visualizações
Roadmap y Novedades de producto por Neo4j
Roadmap y Novedades de productoRoadmap y Novedades de producto
Roadmap y Novedades de producto
Neo4j50 visualizações
Unmasking the Dark Art of Vectored Exception Handling: Bypassing XDR and EDR ... por Donato Onofri
Unmasking the Dark Art of Vectored Exception Handling: Bypassing XDR and EDR ...Unmasking the Dark Art of Vectored Exception Handling: Bypassing XDR and EDR ...
Unmasking the Dark Art of Vectored Exception Handling: Bypassing XDR and EDR ...
Donato Onofri711 visualizações
DSD-INT 2023 European Digital Twin Ocean and Delft3D FM - Dols por Deltares
DSD-INT 2023 European Digital Twin Ocean and Delft3D FM - DolsDSD-INT 2023 European Digital Twin Ocean and Delft3D FM - Dols
DSD-INT 2023 European Digital Twin Ocean and Delft3D FM - Dols
Deltares7 visualizações
Generic or specific? Making sensible software design decisions por Bert Jan Schrijver
Generic or specific? Making sensible software design decisionsGeneric or specific? Making sensible software design decisions
Generic or specific? Making sensible software design decisions
Bert Jan Schrijver6 visualizações
DSD-INT 2023 The Danube Hazardous Substances Model - Kovacs por Deltares
DSD-INT 2023 The Danube Hazardous Substances Model - KovacsDSD-INT 2023 The Danube Hazardous Substances Model - Kovacs
DSD-INT 2023 The Danube Hazardous Substances Model - Kovacs
Deltares7 visualizações

Deep Dive Azure Functions - Global Azure Bootcamp 2019