SlideShare a Scribd company logo
Azure functions
Patrick van Ek
Pitfalls & Lessons learnt
Agenda
Poison messages
Binding problems
Quirks
Good-to-knows
Poison messages
Storage queues behave differently in Azure functions
Binding problems
Service bus output like String, results in autodetected content type
Table storage output ITableEntity cannot replace item
Blob trigger uses logfile for triggering which makes it very slow Recently fixed!Blob trigger uses logfile for triggering which makes it very slow
Timer triggers, uses cron-extention
Parameters and their syntax in signatures
Quirks
HttpTrigger social login
Exceptions truncated in logs
Concurrent processing of trigger functions
Consumptionplan vs service plan
Good-to-knows
NuGet packages
Next execution of timer can be found in blob
Web.config Reverse proxy
Some intellisense in Visual studio
Also an app-service
Host.json
Webjob-SDK

More Related Content

PPTX
Apache Airflow Introduction
PDF
Go With The Flow
PDF
Apache Airflow
PDF
Apache airflow
PPTX
Airflow presentation
PDF
Apache Airflow Architecture
PPTX
Serverless
PDF
Load test REST APIs using gatling
Apache Airflow Introduction
Go With The Flow
Apache Airflow
Apache airflow
Airflow presentation
Apache Airflow Architecture
Serverless
Load test REST APIs using gatling

What's hot (20)

PPTX
Quick test professional (qtp) online training
PPTX
Prometheus - Utah Software Architecture Meetup - Clint Checketts
PPTX
Airflow 101
PDF
Introduction to Apache Airflow
PDF
So you want to write a cloud function
PDF
Airflow introduction
PDF
Prometheus (Microsoft, 2016)
PPTX
Project Reactor By Example
ODP
Gatling
PPTX
Aprovisionamiento remoto de SharePoint con Azure Functions
PDF
What's coming in Airflow 2.0? - NYC Apache Airflow Meetup
PDF
Introducing Apache Airflow and how we are using it
PDF
Things you wish you never knew about the Prometheus Remote Write API.
 
PDF
GDG Jakarta Meetup - Streaming Analytics With Apache Beam
PPTX
Apache Airflow overview
PDF
Building Robust Pipelines with Airflow
PDF
Apache Airflow
ODP
Boost your App with Gatling
PDF
Multitenant SaaS Apps In Rails By Iqbal Hasnan
PPTX
Gatling overview
Quick test professional (qtp) online training
Prometheus - Utah Software Architecture Meetup - Clint Checketts
Airflow 101
Introduction to Apache Airflow
So you want to write a cloud function
Airflow introduction
Prometheus (Microsoft, 2016)
Project Reactor By Example
Gatling
Aprovisionamiento remoto de SharePoint con Azure Functions
What's coming in Airflow 2.0? - NYC Apache Airflow Meetup
Introducing Apache Airflow and how we are using it
Things you wish you never knew about the Prometheus Remote Write API.
 
GDG Jakarta Meetup - Streaming Analytics With Apache Beam
Apache Airflow overview
Building Robust Pipelines with Airflow
Apache Airflow
Boost your App with Gatling
Multitenant SaaS Apps In Rails By Iqbal Hasnan
Gatling overview
Ad

Similar to Azure functions pitfalls (20)

PPTX
Play with azure functions
PDF
Spring Boot 3 And Beyond
PDF
Spring Update | July 2023
PPTX
Durable Azure Functions
PPTX
Azure Batch Service Meetup Presentation
PPTX
Serverless ETL and Optimization on ML pipeline
PPTX
Azure Functions in Action #OrlandoCC
PPT
Shopzilla On Concurrency
PDF
Massimo Bonanni - Workflow as code with Azure Durable Functions - Codemotion ...
PPT
Shopzilla On Concurrency
PPTX
Era of server less computing
PPTX
Azure Functions in Action #CodePaLOUsa
PPTX
Era of server less computing final
PDF
Azure Serverless Toolbox
PDF
Getting Started with Serverless Architectures using Azure Functions
PPTX
Azure Functions - Introduction
PPTX
Ultimate Guide to Microservice Architecture on Kubernetes
 
PPTX
Gib 2021 - Intro to BizTalk Migrator
PDF
Deep dive into serverless on Google Cloud
PDF
Fluentd Intro for OpenShift Commons Briefing
Play with azure functions
Spring Boot 3 And Beyond
Spring Update | July 2023
Durable Azure Functions
Azure Batch Service Meetup Presentation
Serverless ETL and Optimization on ML pipeline
Azure Functions in Action #OrlandoCC
Shopzilla On Concurrency
Massimo Bonanni - Workflow as code with Azure Durable Functions - Codemotion ...
Shopzilla On Concurrency
Era of server less computing
Azure Functions in Action #CodePaLOUsa
Era of server less computing final
Azure Serverless Toolbox
Getting Started with Serverless Architectures using Azure Functions
Azure Functions - Introduction
Ultimate Guide to Microservice Architecture on Kubernetes
 
Gib 2021 - Intro to BizTalk Migrator
Deep dive into serverless on Google Cloud
Fluentd Intro for OpenShift Commons Briefing
Ad

Recently uploaded (20)

PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
A Presentation on Artificial Intelligence
PDF
Empathic Computing: Creating Shared Understanding
PDF
cuic standard and advanced reporting.pdf
PPTX
Spectroscopy.pptx food analysis technology
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
DOCX
The AUB Centre for AI in Media Proposal.docx
 
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Approach and Philosophy of On baking technology
Assigned Numbers - 2025 - Bluetooth® Document
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Chapter 3 Spatial Domain Image Processing.pdf
“AI and Expert System Decision Support & Business Intelligence Systems”
A Presentation on Artificial Intelligence
Empathic Computing: Creating Shared Understanding
cuic standard and advanced reporting.pdf
Spectroscopy.pptx food analysis technology
sap open course for s4hana steps from ECC to s4
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Encapsulation_ Review paper, used for researhc scholars
Spectral efficient network and resource selection model in 5G networks
Diabetes mellitus diagnosis method based random forest with bat algorithm
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
The AUB Centre for AI in Media Proposal.docx
 
Programs and apps: productivity, graphics, security and other tools
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Approach and Philosophy of On baking technology

Azure functions pitfalls

Editor's Notes

  • #6: Consumtionplan vs service plan, (5 min duration & always on)
  • #7: Reverse proxy, web.config on app service