So you decided to use my Azure Functions short code project to create your own short code service. Now you wants to see how your short codes are doing, or at least someone on github asked how to do it, so I decided why not write it once and for […]
Estimated reading time: 4 minutes
Last week Microsoft finally released their new Azure Virtual Machine series Dv3 and Ev3, besides being based on the latest Intel hardware, these machine are also running Windows Server 2016 as the host OS which supports nested virtualization. Why is that interesting you might ask? Well, it is interesting because […]
Estimated reading time: 5 minutes
Build is over, now it is time to play with all the new features that was announced. Microsoft teams was one of the product that got a new handful of useful features. The list of customizations options for teams are now even longer, check them out here: https://msdn.microsoft.com/en-us/microsoft-teams/ The one […]
Estimated reading time: 5 minutes
Today’s post describes how Azure Function’s very easily can be used to build real world applications. I build the basis application on my train ride home from Azure Global Bootcamp, an hour from idea to working implementation. The application is a URL shortener, like you know from tinyurl, bit.ly or […]
Estimated reading time: 6 minutes
So your company uses Office 365, and you are tired of constantly having to go to Microsofts login portal, maybe even decide whether to use your organizational (work or school) account or you personal account before you can log in? If your company also uses ADFS you can actually skip […]
Estimated reading time: 4 minutes
Azure function recently added support for using it as a proxy for other APIs. The intention behind azure function proxies are that you can create a function app and use it as a proxy to hide several other function apps. But it can be used for many other interesting things. […]
Estimated reading time: 14 minutes
As a true Christmas tradition I have to post a blog article during the Christmas days. This year, I will show how you can remote control the headless browser PhantomJS using the open standard protocol WebDriver (also used by the Selenium project). The PhantomJS browser will run inside a Docker […]
Estimated reading time: 10 minutes
Today Microsoft released new connectors for Microsoft Flow. Normally I wouldn’t care about it, but today’s release contains two interesting connectors for APIs that I care about. One is the PowerBI connector that I’m sure I will find a use for. The other is the Azure Resource Manager connector. I […]
Estimated reading time: 4 minutes
Microsoft just released the ability to schedule shutdown of Azure Resource Manager VMs. The feature has previously only been available in dev test labs, but is now also usable for stand alone VMs. Unfortunately the feature is pretty limited, it can trigger a shutdown at a specific time, and 15 […]
Estimated reading time: 2 minutes
At today’s Connect event Microsoft revealed the option to run docker containers inside Linux Azure Web Apps. Linux Azure Web Apps are in preview and is what the name implies web apps but on a Linux host instead of Windows. A while back I participated in a Microsoft internal event […]
Estimated reading time: 3 minutes