Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 273 Bytes

commands.md

File metadata and controls

23 lines (16 loc) · 273 Bytes

Deploy

func azure functionapp publish daily-traffic-function

Init function

func init . --python -m V2

Install az cli

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

Install azurite

npm install -g azurite