From bc2e0032448d76e04679e6688e70cf7e5d03d9b1 Mon Sep 17 00:00:00 2001 From: Kevin Hillinger Date: Wed, 2 Sep 2020 08:43:41 -0400 Subject: [PATCH] readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 787bba2..e09b675 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,14 @@ My solution to the serverless open hack that Microsoft runs. +## What you might glean from this codebase? + +- TypeScript build that works with Azure Functions +- TypeScript with Azure Functions v3 +- Durable Functions using TypeScript +- Structuring your project while still using Azure Functions without creating a big ball of wax +- Azure CLI setup of Azure Functions resources +- some very simplistic but useful Log Analytics queries + ## Resources [OpenHack - Serverless Events Calendar](https://openhack.microsoft.com/#events-calendar) \ No newline at end of file