Celebrating OSCON’s 20th anniversary 

5 min read

We’re in Portland this week for OSCON’s return to the City of Roses (or Beervana, depending on who you ask) to celebrate the ground-breaking event’s 20th birthday. Some of Microsoft’s 3,000 open source contributors from across the company will be there showcasing some of their favorite open source technologies and community projects throughout many breakout Read more

How to process streams of data with Apache Kafka and Spark 

23 min read

Data is produced every second, it comes from millions of sources and is constantly growing. Have you ever thought how much data you personally are generating every day? Data: direct result of our actions There’s data generated as a direct result of our actions and activities: Browsing twitter Using mobile apps Performing financial transactions Using Read more

3 Comments

Tutorial: CI/CD using Apache Subversion, Jenkins in Azure and Tomcat 

4 min read

In this blogpost, we will show you how to provision a Jenkins VM and setup a CI/CD pipeline to connect a code repository in Apache Subversion (SVN) and deploy the application into a Tomcat service. We start from the solution template in Azure Marketplace, since that’s the fastest and easiest path to get Jenkins up and Read more

1 Comment

Microsoft joins the OpenCensus project 

1 min read

We are happy to announce that Microsoft is joining the open source OpenCensus project, originally initiated and shepherded by Google, and we are excited to help it achieve the goal of “a single distribution of libraries for metrics and distributed tracing with minimal overhead.” Modern cloud applications are typically distributed in nature and require specialized monitoring and Read more

Q&A with Kubernetes co-founder Brendan Burns 

4 min read

Today, we announced that Azure Kubernetes Service, which simplifies the deployment, management, and operations of Kubernetes, is now generally available in five new regions. I sat down with Brendan Burns, co-founder of Kubernetes, to get a behind-the-scenes look at the service, as well as what’s new and what’s next with the Kubernetes community. Q: Where Read more

Tutorial: Immutable infrastructure for Azure, using VSTS, Terraform, Packer and Ansible 

8 min read

This is part 2 of a 2-part series on CI/CD for “infrastructure as code” on Azure. In part 1, we covered a basic pipeline building application and provisioning infrastructure codified as Terraform templates and Ansible playbooks. While it demonstrated how infrastructure is treated as a code – stored, versioned, and audited – there is still Read more

5 Comments

Tutorial: CI/CD for Azure using Terraform, Ansible and VSTS 

6 min read

This is part 1 of a 2-part series demonstrating how to continuously build and deploy Azure infrastructure for the applications running on Azure. The first article will show how open source tools, such as Terraform and Ansible, can be leveraged to implement Infrastructure as Code. The second article in the series will enhance the infrastructure Read more

10 Comments

How to create a custom VSTS agent on Azure ACI with Terraform 

2 min read

Open source tools, like Terraform and Ansible, can be leveraged to implement “infrastructure as code,” making it easier to continuously build and deploy cloud infrastructure across your applications. Visual Studio Team Services (VSTS) provides automated pipelines to build, test, and deploy your code to any platform. It uses agents to perform build and release tasks. Read more

7 Comments