Author: Jasper Siegmund

[O365] Adding your chatbot to Skype for Business

Have you been coding your chat bot using the Microsoft Bot Framework? Good news! One of the long awaited features is finally here: the Skype for Business channel! Using this channel, you can now get your but to communicate with users using Skype for Business. This is especially good news for enterprises where S4B is

Read more

[VS2017] Unable to login “failed to refresh access token”

I was running into this weird error today. For some reason (you know… it happens) Visual Studio lost it’s license. I was still logged in, but requested to re-enter my credentials. So I tried, but I kept getting errors. I then thought: let’s log out and log in again. So yeah, that didn’t happen…

Read more

[NL] Global Azure Bootcamp @ mStack!

Afgelopen jaar begon ik aan een nieuwe baan. Na 4 jaar werken voor Atos vond ik het tijd voor wat anders. Destijds verruilde ik een werkgever met ongeveer 75 collega’s voor eentje met 75.000 collega’s in 4 jaar tijd groeide dat bedrijf uit naar 100.000 man. Leuke tijd gehad, veel kunnen leren en de mogelijkheid

Read more

[Azure] Using Azure Functions Proxies

If you’ve started using Functions in Azure and you’ve got multiple set-up by now, you’ll start to find that managing them becomes a bit cumbersome, especially when you’ve spread them across multiple instances. All of the instances will have a different base URL and you might find it difficult to keep naming and versioning in

Read more

[Column] Laat je niet verleiden, deel 2

Sorry, dit onderwerp houd me bezig. Twee weken terug schreef ik deel 1 van deze column, vandaag volgt deel twee. Misschien komt er ook nog wel een deel 3, we zullen zien. Waarom een deel 2? Omdat ik in deel 1 eigenlijk nog helemaal niet aan de titel ben toegekomen. Want nu weet je nog steeds

Read more

[Column] Laat je niet verleiden!

72 jaar. Zo lang is het geleden dat we als mensheid een einde maakten aan de 2e wereld oorlog. Eigenlijk nog helemaal niet zo heel lang geleden, 72 jaar. Er leven nog genoeg mensen die er toen ook al waren. Er leven nog veel meer mensen die geboren zijn als gevolg van die oorlog. Na de jaren

Read more

[Azure] Using precompiled DLL’s for your Functions

One of the cool things about Azure Functions is that they are very easy to get started. You create a new function, type some code and you’re off. This is very nice from a getting started point of view, but once you’re considering to use them for more than just playing around, other things come

Read more

[Azure] From Function to SharePoint List Item

This article describes how to insert an item into a SharePoint list using an Azure Function written in C#. Might seem like a trivial task, but there are some caveats you might want to take notice of before you start.

Read more

[Azure] Debugging Azure Functions: could not register URL

It’s still in the works, but the Azure Functions team released a preview version of the “Visual Studio Tools for Azure Functions”. At this time, you’ll need VS2015 Update 3 installed to get this to work, check out https://blogs.msdn.microsoft.com/webdev/2016/12/01/visual-studio-tools-for-azure-functions/ for further instructions. So all excited I downloaded the tools, installed them and created my first local

Read more