KEMBAR78
Azure Functions: Beginners to Advanced – Part 1 | PPTX
Azure Functions: Beginners to Advanced – Part 1
M.R. Ashwin Prabhu
https://www.linkedin.com/in/mrashwinprabhu
Who am I?
• M.R.Ashwin Prabhu
• Microsoft Azure MVP for 3 years
• Based in UK
• Independent Consultant in BizTalk Server and Azure
• Over 15 years of experience in BizTalk
• Blog: http://www.fortuvis.com/blog/
@mrashwinprabhu
https://www.linkedin.com/in/mrashwinprabhu
Agenda
• Serverless
• Evolution of computing – Serverless, its benefits,
History
• Azure Functions
• Use cases - a sample demo
• Azure functions – Architecture
• Anatomy
• Tutorial with demos
Part 1 - Audience?
Serverless
• No Server (server less) for you to manage or
administer
• Just manage the code not the server
• Function as a Service (FaaS)
• Event driven
• Pay for it’s usage
• Cloud Compute Code Execution Model
Evolution of Computing - Serverless
Key Benefits - Serverless
Where its started & where we are now - Serverless
2006
- Google Cloud Functions 2016
2016- Azure Functions
- AWS Lambda 2014
2016
- IBM OpenWhisk
• Process events with Serverless code
• Reacts to an event, execute a piece of code
without worrying about the runtime server
• Develop Functions in supported languages like
C#, F#, Java script and more
• Auto scale based on demand
• Build Around WebJobs SDk
Azure Functions – Use Cases
Azure Functions – Background & Architecture
Azure Functions Architecture
Azure Functions – Tutorial with Use Cases
Azure Functions – Workflow
In next part?
• Proxy
• Durable Functions
• Key value
• Deployment options
• Best Practices
Any Questions?
Thank You
More articles, tips on: http://www.fortuvis.com/blog/

Azure Functions: Beginners to Advanced – Part 1

  • 1.
    Azure Functions: Beginnersto Advanced – Part 1 M.R. Ashwin Prabhu https://www.linkedin.com/in/mrashwinprabhu
  • 2.
    Who am I? •M.R.Ashwin Prabhu • Microsoft Azure MVP for 3 years • Based in UK • Independent Consultant in BizTalk Server and Azure • Over 15 years of experience in BizTalk • Blog: http://www.fortuvis.com/blog/ @mrashwinprabhu https://www.linkedin.com/in/mrashwinprabhu
  • 3.
    Agenda • Serverless • Evolutionof computing – Serverless, its benefits, History • Azure Functions • Use cases - a sample demo • Azure functions – Architecture • Anatomy • Tutorial with demos
  • 4.
    Part 1 -Audience?
  • 5.
    Serverless • No Server(server less) for you to manage or administer • Just manage the code not the server • Function as a Service (FaaS) • Event driven • Pay for it’s usage • Cloud Compute Code Execution Model
  • 6.
  • 7.
    Key Benefits -Serverless
  • 8.
    Where its started& where we are now - Serverless 2006 - Google Cloud Functions 2016 2016- Azure Functions - AWS Lambda 2014 2016 - IBM OpenWhisk
  • 9.
    • Process eventswith Serverless code • Reacts to an event, execute a piece of code without worrying about the runtime server • Develop Functions in supported languages like C#, F#, Java script and more • Auto scale based on demand • Build Around WebJobs SDk
  • 10.
  • 11.
    Azure Functions –Background & Architecture
  • 14.
  • 15.
    Azure Functions –Tutorial with Use Cases
  • 16.
  • 17.
    In next part? •Proxy • Durable Functions • Key value • Deployment options • Best Practices
  • 18.
  • 19.
    Thank You More articles,tips on: http://www.fortuvis.com/blog/