How to automate your release notes 

4 min read

Two facts are generally true for software releases.  One, as users, we wish software releases came with better release notes, and two, we hate creating release notes when it’s our turn to ship software updates. Creating release notes requires someone to go back in time to the last release, gathering the relevant information, and compiling Read more

Securing Kubernetes workloads in hybrid settings with Aporeto 

5 min read

Centralized visibility and security for applications distributed on Azure Kubernetes Service (AKS) and private clouds Azure Kubernetes Service (AKS) makes it simple to deploy a managed Kubernetes cluster in Azure.  AKS reduces the complexity and operational overhead of managing Kubernetes by offloading much of that responsibility to Azure and handling critical tasks like health monitoring Read more

Tutorial: Using Azure REST API in Ansible to automate Azure resources 

2 min read

Ansible 2.6 was released with more capabilities to provision and manage Azure resources. It includes four new modules for Azure Kubernetes Service and Azure Resource, and many enhancements to existing Ansible modules for Azure (e.g., Virtual Machine, Networking interface). Here I’ll introduce two new modules azure_rm_resource and azure_rm_resource_facts which allow you to directly call the Read more

5 Comments

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