Azure Classroom Series – 08/Jan/2020

Azure Functions

  • Serverless Functions that can be deployed on Azure
  • Zero – Administrivate Efforts
  • Languages
    • Python
    • C#
    • Java
    • JavaScript

Azure Functions Workflow

Preview

Pricing Models

  • Consumption Plan: Pay only for the consumption of compute resources during function execution
  • Premium Plan: Pre-warmed instances are online and your azure function is executed on them or scaled to more instances if required.
  • Azure App Service: Hosting azure functions using existing azure app service plans.
  • For more info Refer Here
  • For Developer Guide Refer Here

Setup Dev Environment

  • Install nodejs
    • Refer Here
    • Use Chocolatey to install nodejs choco install nodejs-lts -y
    • Install .net core 2.1 choco install dotnetcore --version=2.1.0
    • Install Azure Functions tools using npm install -g azure-functions-core-tools
    • Install visual studio extension from here

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube