Author Archives: strobaek

About strobaek

.NET developer/architect. Runner, espresso drinker and lover of gourmet food.

On Remote Work

Back in February, Chris Herd (@chris_herd), CEO and Founder of FirstbaseHQ.com wrote a tweet on remote work. It turned out to be a fairly along thread sharing the findings from conversations with 2.000+ companies. I have summarized it below as … Continue reading

Posted in Miscellaneous | Tagged | Leave a comment

Microsoft Ignite and IoT

A new weeks ago, Microsoft Ignite took place in Orlando, Fl. I was – unfortunately – not able to attend myself, but have found a number of interesting sessions and announcements around IoT, which I thought others might be interested … Continue reading

Posted in Azure, Conference, IoT | Tagged , , | Leave a comment

Guide to staying safe during a hacker conference

Some weeks back Microsoft held its bi-annual technical conference. This time, however, the event was moved from Seattle to Las Vegas and it happened to run right into when hackers were coming to Vegas for DefCon, the famed hacker convention … Continue reading

Posted in Miscellaneous, Tips | Tagged | Leave a comment

Azure Machine Learning and Management REST API

I’m currently involved in an IoT project where we have to call a number of R-models hosted in Azure Machine Learning. This post is not about publishing the models and calling the endpoints; this is pretty straight forward. Rather this … Continue reading

Posted in Azure, IoT | Tagged , | Leave a comment

Continuous deployment of Azure Service Fabric Application

I’m doing a fair amount of work where the backend is made up using a Azure Service Fabric Application. Setting up a continuous build and deployment pipeline in VSTS (Visual Studio Team Services) I ran into the following problem when … Continue reading

Posted in Azure, Tips | Tagged | Leave a comment

Death to the SLA

During my work I’m often asked what the SLA (Service Level Agreement) is for a given system. I’ve tried to summarize my reply in the following blog post. The SLA way of thinking works badly with cloud services and the … Continue reading

Posted in Azure, IoT | Tagged | Leave a comment

Microsoft simplifies IoT and data analysis further

Next week is the yearly Hannover Messe in Hannover, Germany. It is the main fair for manufacturing companies and their partners and Microsoft will, of course, have a strong present. I’m actually going this year and must say that I’m … Continue reading

Posted in Azure, IoT | Tagged | Leave a comment

Simplifying IoT Architecture

I’ve been working with IoT projects for the last couple of years. A very common pattern is illustrated in the figure below: Your devices are sending in data. The Azure IoT hub is used as cloud gateway or ingestion point. … Continue reading

Posted in Azure, IoT | Tagged , | Leave a comment

Minecraft Management Code Example

A couple of years ago I wrote a blob post where I mentioned a small taskbar utility I had written to stop and start an Azure virtual machine. In the post I promised to put the code on GitHub. Well, … Continue reading

Posted in Azure, Code | Leave a comment

Azure Management Libraries

This is the second blog post in the small series on experiences and learnings gained while setting up a Minecraft server for the kids. The first spoke primarily about Azure Automation, this one will touch upon the new .NET libraries … Continue reading

Posted in Azure | 7 Comments