rickvdbosch / gtmooaf

Getting the most out of Azure Functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting the most out of Azure Functions

This repository holds the sample code of my talk "Getting the most out of Azure Functions". It handles:

  • Triggers & Bindings
  • Dependency Injection
  • Managed Identities
  • Security

Contents

There are two interesting folders in this repo:

  1. gtmooaf
    This folder contains the Azure Functions project

  2. gtmooaffe
    This folder contains an Angular web application talking to an Azure Functions API, secured with tokens

About

Getting the most out of Azure Functions

License:MIT License


Languages

Language:C# 46.0%Language:HTML 34.3%Language:TypeScript 19.5%Language:SCSS 0.2%