You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
⚡
/-/
Marc Duiker
marcduiker
⚡
/-/
I ❤ Improving DevEx, Dev Communities, Creative Coding & Hand-crafted Generative Art! 😊
This document contains the script for the online ServerlessDays Amsterdam Conferene.
We're using a combination of OBS, Skype & NDI Tools to combine our streams. Streaming is done to Restream.io which in turn forwards it to YouTube, Twitch and Periscope.
Roles
The lines in the script are prefixed with the role of the person who needs to undertake an action.
Here are the instructions for joining our conference on May 8th. Please read them through carefully so the experience on the conference day will be as smooth as possible. Another email will follow, which contains the exact time you need to be online during the conference.
There are three actions we ask you to do now:
Read this entire message, yes, all of it!
Send us your prerecorded session before Friday if you haven't done so already.
Connect with our co-organizer, Marc Duiker, on Skype: m.duiker_1
This document contains the script for the online ServerlessDays Amsterdam Meetup.
We're using a combination of OBS, Skype & NDI Tools to combine our streams. Streaming is done to Restream.io which in turn forwards it to YouTube, Twitch and Periscope.
Roles
The lines in the script are prefixed with the role of the person who needs to undertake an action.
Azure Functions Workshop @ Serverless Compute London 2019
Lab 0 - Prerequisites
Goal
During this workshop we're going to write Azure Functions in C# (.NET Core). The goal of this lab is to very that the required SDKs, IDE and tooling are installed.
Hands-on workshop: Building a resilient workflow using Durable Functions
Building a resilient workflow using Durable Functions
XASA Workshop
Congratulations! Today is your first job as a software engineer at XASA, the Xpirit Aeronautics and Space Administration. You are responsible for creating a system which reacts to detected Near-Earth Objects (NEOs).
A satellite is continuously scanning the skies for these NEOs. The satellite transmits its findings to ground stations which in turn send the data to Azure.
It's your job to ensure the incoming data is analyzed to assess the risk of impact, stored, and to notify the required organizations of this risk and possible counter-measures (think Armageddon style).
Use reflection to obtain the function names and group them per function role.
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 characters
Log Analytics query to get various properties of Function App instances incl its dependencies.
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 characters
Log Analytics query to get the latest 100 exceptions for a given FUNCTION_NAME in FUNCTION_APP_NAME.
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 characters