Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 635 Bytes

File metadata and controls

47 lines (30 loc) · 635 Bytes

Time Tracker Azure Functions

Requirements

  • NodeJS 10

Considerations

The functions run in Serverless Framework and use Windows like OS.

Install

Install Serverless

npm install -g serverless

Check Install

serverless -v

Install azure plugin

serverless plugin install --name serverless-azure-functions
serverless plugin install --name serverless-azure-functions

Install Azure CLI

More Information

curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash

Login

az login