Last active
September 24, 2020 09:27
-
-
Save christiannwamba/c44a7126bc7817f5a98421d42fd3cdfe to your computer and use it in GitHub Desktop.
Revisions
-
christiannwamba revised this gist
Sep 24, 2020 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,7 @@ { "link": "djcb.link/t3s", "name": "Christian Nwamba", "twitter": "https://twitter.com/codebeast", "bio": "Senior Cloud Advocate @ Microsoft", "title": "Building Schedulers with Durable Functions", "prerequisites": [ @@ -13,5 +14,4 @@ "https://docs.microsoft.com/en-us/learn/modules/create-long-running-serverless-workflow-with-durable-functions/2-what-is-durable-functions", "https://docs.microsoft.com/en-us/azure/azure-functions/durable/quickstart-js-vscode" ] } -
christiannwamba created this gist
Sep 24, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ { "link": "", "name": "Christian Nwamba", "bio": "Senior Cloud Advocate @ Microsoft", "title": "Building Schedulers with Durable Functions", "prerequisites": [ {"VS Code": "https://code.visualstudio.com/"}, {"Node.js": "https://nodejs.org/"}, {"Azure Functions Core Tools": "https://github.com/Azure/azure-functions-core-tools"}, {"Azure Functions VS Code Extension": "https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions"} ], "resources": [ "https://docs.microsoft.com/en-us/learn/modules/create-long-running-serverless-workflow-with-durable-functions/2-what-is-durable-functions", "https://docs.microsoft.com/en-us/azure/azure-functions/durable/quickstart-js-vscode" ] }