ひでぼ~blog

C#ときどきゲーム

Azure Functions

TypeScriptでAzure Functionsを試す

TypeScriptでAzure Functionsを作ってみます。 準備 VSCodeで開発します。拡張機能でAzure Functionsをインストールしておきます。 プロジェクトの作成 コマンドパレットからAzure FunctionsのCreate Projectを実行します。 対話形式でプロジェクトの設定を…