Top 3 reasons developers should use social media 

5 min read

Social media has some great benefits for developers, in their careers and in connecting with their communities. This post kicks off a blog series that will describe the value I’ve gotten from social media and what I’ve learned about specific social media platforms, including tips for using each platform effectively. Whether you’re looking to just Read more

2 Comments

What is a service mesh anyways? 

4 min read

The service mesh may sound complex, but at its heart, it’s a very simple idea: a set of network proxies that transparently run alongside microservices, implementing reliability, observability, and security features by measuring and manipulating inter-service (“east-west”) traffic. Led by open source projects such as Linkerd, the service mesh model is increasingly popular because it Read more

Microsoft open sources Trill, a powerful query processor for analytics at incredible speeds 

1 min read

In today’s demanding business environment, processing massive amounts of data each millisecond is becoming a common business requirement. We are excited to be announcing that an internal Microsoft project known as Trill—for processing “a trillion events per day”—is now being open sourced. Trill started as a research project at Microsoft Research in 2012, and has Read more

Introducing AMBROSIA: a new platform for reliable distributed applications without all the hassle 

1 min read

Building reliable and performant distributed programs that span cloud machines and devices is a challenging endeavor, but one that more and more developers are required to tackle. Foremost among the challenges is effectively handling restart, reconnection, and recovery to a valid state. This is where AMBROSIA (Actor-Model-Based Reliable Object System for Internet Applications), a new Read more

4 new Python/Django video tutorials for productive cloud development 

2 min read

Python is a great language for building web apps, and Django is one of the most popular frameworks. It lets developers create web apps fast, including modern RESTful APIs, with security and scalability in mind. I’ve been using Visual Studio Code and Azure for a while and was invited to share my experiences at Microsoft’s Read more

1 Comment

Phippy and friends join the Cloud Native Computing Foundation 

1 min read

We’re so excited to share that Phippy is headed to the Cloud Native Computing Foundation (CNCF)! Microsoft has donated Phippy and friends, along with our original book The Illustrated Children Guide to Kubernetes, to CNCF! What does this mean? It means that the characters you know and love are now free to use as you Read more

Achieve workload compliance and scale-to-zero with new Kubernetes open source projects 

4 min read

Over the past year or so the Azure upstream open source team has been investing heavily in making serverless Kubernetes a reality. We firmly believe that the Kubernetes operational model can be simplified by removing the burden of managing VMs and by making containers first class compute runtimes on the cloud. From the beginning of Read more

1 Comment

Introducing CNAB: a cloud-agnostic format for packaging and running distributed applications 

3 min read

“The day of the distributed app is near.” That is the mantra we’ve been repeating for years. But with robust cloud offerings, the microservice pattern, orchestration platforms like Kubernetes, and the REST-ification of everything, we’re already there. It is the day of the distributed application. Almost. We’ve gotten the “distributed” thing down, but in doing Read more

2 Comments

Announcing the Service Fabric provider for Bosh 

1 min read

Service Fabric is a distributed systems platform that helps you build, deploy and manage microservices in any public cloud or on-premises. The platform powers mission critical services within Microsoft and external workloads running both Windows and Linux. To enable the provisioning of Ubuntu clusters in any environment, today we are announcing the Service Fabric provider Read more

Attention: MySQL & PostgreSQL Azure Terraform resource users 

1 min read

We want to give a heads-up to Azure customers who are using Terraform to provision and manage MySQL and/or PostgreSQL. As planned, the Azure data team will deprecate their ‘2017-04-30-preview’ API for both MySQL and PostgreSQL on December 1, 2018. I know that you are asking yourself, “As a Terraform user, why do I care?” Read more

1 Comment