0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Windows10端末にAzure Functions CLIをインストール

Posted at

Azure Functions CLIをインストールします。

環境

Windows10:1703(OSビルド 15063.850)
Node:v8.9.4
npm:5.6.0
Nodeとnpmが入ってない場合はこの手順実施

手順

ここにある手順やります。

インストール
cmd.exe
>npm i -g azure-functions-cli
出力メッセージ
npm WARN deprecated azure-functions-cli@1.0.0-beta.94: WARNING: This package has been renamed to azure-functions-core-tools. See https://github.com/Azure/azure-functions-cli/issues/92 for more info
C:\Users\kahori_takeda\AppData\Roaming\npm\azurefunctions -> C:\Users\kahori_takeda\AppData\Roaming\npm\node_modules\azure-functions-cli\lib\main.js
C:\Users\kahori_takeda\AppData\Roaming\npm\func -> C:\Users\kahori_takeda\AppData\Roaming\npm\node_modules\azure-functions-cli\lib\main.js
C:\Users\kahori_takeda\AppData\Roaming\npm\azfun -> C:\Users\kahori_takeda\AppData\Roaming\npm\node_modules\azure-functions-cli\lib\main.js
+ azure-functions-cli@1.0.0-beta.94
added 1 package in 13.617s
エイリアス設定
cmd.exe
>func

image.png

cmd.exe
>azfun

image.png

あとは細かい設定っぽいので…とりあえずここまででよい気がする。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?