From bd2deb0d1baf0d55307dab030e4f50a125866dda Mon Sep 17 00:00:00 2001 From: Michael Hawkins Date: Sun, 10 Jun 2018 13:43:03 +0100 Subject: [PATCH] =?UTF-8?q?=C2=AF\=5F^=E2=96=BE^=5F/=C2=AF:=20Updates=20de?= =?UTF-8?q?velopment=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SETUP.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/SETUP.md b/SETUP.md index cb900bc..d8d6803 100644 --- a/SETUP.md +++ b/SETUP.md @@ -1,9 +1,13 @@ # Setup +This project is written using Azure functions. ## Local development +Using visual studio code, you can publish the project to Azure. + +Follow the [official guide](https://code.visualstudio.com/tutorials/functions-extension/getting-started) or the manual steps below. ### First time setup -1. **npm install -g azure-functions-core-tools** +1. **npm install -g azure-functions-core-tools@core** 2. "cd" into the directory and run **npm install** 3. Copy local.settings.example.json and rename to local.settings.json @@ -18,6 +22,7 @@ Functions will reload when changes are detected. 2. Open the project folder in Visual Studio Code 3. In VS Code, open the debug pane (on the left) then click **Attach to Azure Functions** +**Keyboard shortcuts** * F9 = Add/Remove breakpoint * F10 = Step to next line * F11 = Step inside line