Posts by this author

Jun 1, 2018
0
0

Building a Private Ethereum Consortium

Over the past two years, Microsoft and Webjet have collaborated to build a blockchain-based solution, Rezchain, to help travel companies reduce payment disputes. In this code story, we’ll share the lessons learned in creating the Rezchain consortium. In particular, we'll focus on how we solved the challenges involved with enabling Ethereum nodes t...

ContainersBlockchain
Feb 9, 2018
0
0

Using Helm to Deploy Blockchain to Kubernetes

We recently worked with Webjet to migrate their deployment from IaaS to Kubernetes and used Helm to deploy a private Ethereum network to Kubernetes.

ContainersBlockchain
Jun 28, 2017
0
0

Scaling UDP Workloads with Kubernetes

Situm, a company that offers high precision indoor navigation, looked to Kubernetes on Azure to provide high availability and scalability for their services. As of Kubernetes v1.6.5, Kubernetes on Azure supports both UDP and TCP workloads, and respects the Kubernetes Service spec's sessionAffinity.

Containers
Jan 17, 2017
2
0

The Deploy to Azure Button

Deploy your project to Microsoft Azure with a single click of a button. We'll walk through how we simplified deployment of slackin through the 'Deploy to Azure' button, and show how you can do the same to enable easy deployment of your project to Azure.

DevOpsAzure App Services
Dec 16, 2015
0
0

Determining Speech Intent with Cognitive Services and LUIS

In this real-life-code story, we show how we used Cognitive Services and LUIS to build a vehicle center console that can listen and respond to user's commands, specifically focusing on determining intent.

Machine Learning
Sep 8, 2015
0
0

Rotary Wheel Control with HeavenFresh

Building a UWP app with a rotary wheel user control, including the mechanics involved with drawing a rotary wheel, supporting user interaction and the usage of storyboards for animations.

DevOps