Ken Muse
Doing DevOps With Databricks
Databricks is a powerful tool for processing data. This is big data, so how do we thing about implementing DevOps practices for these environments?

Read this article

Implementing DevOps for Azure Data Factory
Knowing how Azure Data Factory is meant to be used, we can look at how to implement automation to validate and deploy the code from one environment to another.

Read this article

Azure Data Factory DevOps
Azure Data Factory provides some great features to make it quick and easy to load and transform data. Did you know it supports DevOps practices?

Read this article

Comparing Azure Front Door to Other Services

Comparing Azure Front Door to Other Services

With so many options, it can be tough to decide on the right Azure service to use for routing or load balancing. Today, I’ll compare the current state of four Azure services.

Read this article

Scaling Legacy .NET Web Forms on Azure
Not every application is running on the latest frameworks or newest technologies. Sometimes, that we have to move a legacy application to Azure. Let’s explore the secrets to making it perform and scale appropriately with modern cloud hosting technologies.

Read this article

Is it Azure, Azure Gov, or GCC High?

Is it Azure, Azure Gov, or GCC High?

If you’re trying to adopt Azure, it can be an interesting challenge to understand the terminology for all of the service offerings. It gets even more confusing if you need to be in a US Government cloud working with the Microsoft 365 products. Let’s explore the differences between MAC, MAG, GCC, GCC High, DoD, and more!

Read this article

Azure SQL Database Ledger
Blockchain solutions are definitely becoming more popular. Not content to be just a currency, it is finding its way into more business scenarios. It may seem unusual, but that includes Azure SQL Database. Why would we use blockchain technology in a database? That’s what today’s article will explore!

Read this article

Deploying to Azure from  Private Container Registries
It’s a best practice to use private registries such as Azure Container Registry with container solutions on Azure. There’s very little guidance if you’re considering using a different registry to store your images. In this post, we’re explore how to use other private registries, such as the GitHub packages Container Registry.

Read this article

Azure Container Solutions

Azure Container Solutions

There are lots of options for running containers in Azure, such as Azure Container Apps, Azure Container Instances, Kubernetes, Functions, and App Services. Each offering provides different features to support different scenarios, so it’s important to understand some of the container options that Azure provides today.

Read this article

Using Azure Run From Package
In last weeks post, I mentioned that there are ways to modernize Function apps. In truth, most App Services support an improved model for deploying your code — the deployment package. Learn to use ‘Run From Package’ to improve your Azure App Service deployments.

Read this article