Microsoft open sources Data Accelerator for Apache Spark 

4 min read

Welcome to Data Accelerator! Data Accelerator for Apache Spark simplifies streaming big data using Spark. Data Accelerator has been used for two years within Microsoft for processing streamed data across many internal deployments handling data volumes at Microsoft scale. Offering an easy to use platform to learn and evaluate your streaming needs and requirements, we Read more

1 Comment

Publishing GitHub Pages from Azure Pipelines 

5 min read

Do you work on or maintain a project for technical users? A key part of attracting users, especially to an open source project, is publishing great documentation. However, keeping it up to date as your APIs and concepts change can be challenging or just time-consuming. A popular way to maintain great docs is to keep Read more

2 Comments

How Honeycomb is empowering all developers to better understand their systems 

7 min read

Honeycomb is a tool for introspecting and interrogating your production systems. It’s a new type of tool, designed to infuse observability across platforms, microservices, serverless apps, and increasingly complex systems, as well as all the way down to individual customers. I had a chance to catch up with Emily Nakashima, our Director of Engineering at Read more

What I learned in a year of Postgres – with Azure Database for PostgreSQL 

4 min read

It’s our birthday! Azure Database for PostgreSQL became generally available exactly a year ago. From public preview to today, we’ve gone from mostly getting the “Postgres + Microsoft???” question to it not being as much of a surprise anymore. There’s an exciting road ahead, but an anniversary is a great time to look back and Read more

Scaling a WordPress application using Rook on Azure Kubernetes Service 

3 min read

WordPress is a popular free and open source content management system based on PHP and MySQL. One of the major benefits of using cloud computing is having the ability to better support your application by scaling based on user traffic. There are currently many ways to support WordPress scaling, including reverse proxy caching, persistent object Read more

3 Comments

Now Available: Bitbucket Pipes for Azure 

2 min read

Bitbucket Cloud customers can now plumb their Bitbucket Pipelines to Azure, automatically building, testing and deploying their code, all based on a configuration file in their repositories. Bitbucket Pipes for Azure are a set of deployment-oriented pipes for developers to use against common Azure services and scenarios, helping them turn their code into solutions faster. Read more

1 Comment

Setting up Jenkins X on Azure Kubernetes Service (AKS) 

2 min read

As adoption of containers grows, we are getting more asks around running Jenkins on Azure Kubernetes Service (AKS.) To run Jenkins on a VM on Azure, you can use our solution template in Azure Marketplace. If you want to run Jenkins on AKS, I am happy to announce that you can now consider Jenkins X Read more

8 Comments

Make websites on WordPress and Joomla faster with Azure CDN 

7 min read

We all know it; first impressions are the most lasting. As in real-world, sluggish load times can leave a negative impression for any website and even negatively affect your business. Below we’ll walk through how Azure CDN can improve that first impression, speeding up websites hosted on WordPress or Joomla. As with most users, our Read more

Tutorial: Adding distributed tracing instrumentation to a browser JavaScript app 

11 min read

In recent years, many developers have discovered the power of distributed tracing for debugging regressions and performance issues in their backend systems, especially for those of us with complex microservices architectures. But in many organizations, our most complex code may not be server-side code — it’s just as likely to be running client-side in a Read more

1 Comment

Improved discovery experience for Microsoft containers on Docker Hub 

3 min read

Continuing with our approach to delivering a consistent and trustworthy acquisition experience for Microsoft container images, we are pleased to announce updates for the Microsoft Container Registry (MCR). In partnership with Docker, Microsoft has sought to improve the developer experience and servicing of container images while maintaining the current discovery and acquisition process via Docker Read more

9 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