Skip to content

Opinionated template aiming to implement strong type safety and a faster deployment for Azure Functions V4

Notifications You must be signed in to change notification settings

elliott-liu/azure-functions-typescript-example

Repository files navigation

Azure Functions (V4) TypeScript Example

Overview

Azure Function (V4) in TypeScript, aiming to implement strong type safety and a fast deployment experience.

Todo

  • Implement environment variable type safety
  • Use bundler to handle module resolution (using Rollup)
  • Get module imports working

Configuration

Installation

  1. Follow instructions to Configure your local environment
  2. npm install

Local environment variables

  1. Rename local.settings.example.json to local.settings.json
  2. Add a value to EXAMPLE_1 (or remove it if not required)

Running locally

  1. npm start
  2. ngrok http 7071

Deploying

About

Opinionated template aiming to implement strong type safety and a faster deployment for Azure Functions V4

Topics

Resources

Stars

Watchers

Forks