$ npm install
$ brew tap azure/functions
$ brew install azure-functions-core-tools
$ brew update && brew install azure-cli
https://dotnet.microsoft.com/download よりダウンロード。
$ func extensions install -p Microsoft.Azure.WebJobs.Extensions.CosmosDB -v 3.0.5
$ serverless deploy
$ az group deployment create --resource-group <リソースグループ名> --template-file template.json