Skip to content

Playing with Azure Serverless Functions

Notifications You must be signed in to change notification settings

NemoOudeis/azure-serverless

Repository files navigation

Serverless Functions on Azure

Written in TypeScript (powered by webpack), deployed to Azure Functions with the serverless framework and its Azure plugin.

Overview

  • serverless.yml -> serverless framework config
  • src -> source code

Build & Deploy

yarn install
yarn build      # compile typescript
yarn run deploy # deploy to azure
yarn run clean  # delete all cloud resources

Interactions with Azure require the following environment variables (see serverless docs):

AZURE_SUBSCRIPTION_ID='XYZ'
AZURE_TENANT_ID='XYZ'
AZURE_CLIENT_ID='XYZ'
AZURE_CLIENT_SECRET='XYZ'

About

Playing with Azure Serverless Functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published