#はじめに Azure Functionsをローカル環境でデバッグの記事の続きです。今回はAzure StorageのQueueにメッセージが入ったらFunctionが起動するというのを試します。 #動作確認環境 OS: Window 10 Node.js: v4.4.7 npm:3.10.6 Visual Studio Code: 1.7.2 #1. QueueTrigger-JavaScriptテンプレートでfunctionを作成 func newで以下のようにfunctionを作成します。 c:\dev\azure\AzureFunctionsDemo>func new _-----_ | | ╭──────────────────────────╮ |--(o)--| │ Welcome to the Azure │ `---------´ │ Functions generato
