Skip to content

Examples and Guides for Serverless 2.0 Session done at NSBM Green University

License

Notifications You must be signed in to change notification settings

kasunkv/nsbm-serverless-2-0-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Serverless 2.0 - NSBM Green University

Examples and Guides for Serverless 2.0 Session done at NSBM Green University

Prerequisites

The following tools need to be installed if you want to follow along with the Azure Serverless offirings demo.

Azure Subscription

You will need an Azure Subscription to create the resources needed to try out the demos. You can create a free Azure Subscription by following the instructions here

Node.js

Download and Install Node.js version 8.5 or higher to use the tools needed to follow along with the demos

Visual Studio Code

Download and Install Visual Studio Code on your development machine. We will use VS Code to Create, Debug and Deploy Azure Function apps to Azure

Azure Functions Core Tools

Install Azure Functions Core Tools on your machine. This include the Azure Functions runtime that allows you to run your functions locally. Use the following command to install Azure Functions Core Tools.

npm install -g azure-functions-core-tools

More information is available at the documentation.

Azure Functions Extension for Visual Studio Code

Install the followig extension for VS Code to add support for Azure Functions to VS Code. To install the extension,

  • Search for Azure Functions on the Extensions section on VS code or
  • Click on the following link to Install Extension on VS Code

About

Examples and Guides for Serverless 2.0 Session done at NSBM Green University

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published