How to: Copy data from a Cosmos DB to another via PowerShell

A while back I had a case with a customer where they had a web app running in production without an up-to-date testing environment. A scenario that, unfortunately, is more common than we’d like to admit. We agreed that before I started working on the desired updates for the application I would first update the … More How to: Copy data from a Cosmos DB to another via PowerShell

Azure Data Factory and Virtual Networks – Choosing the right integration runtime

Azure Data Factory is Microsoft’s cloud service for creating integration pipelines between different data sources and orchestrating these pipelines to create fully automated integration solutions. Data Factory provides capabilities for simply copying data from one place to another, performing transformations on the data and even employing custom functionality from a wide array of different separate … More Azure Data Factory and Virtual Networks – Choosing the right integration runtime

How to: Using managed identities to access Cosmos DB data via RBAC and disabling authentication via keys

Historically, authenticating against Microsoft’s Cosmos DB service has only been possible in one of two ways: Either by using keys – long passwords that grant you either full read or read-write access to all data in the Cosmos DB account – or by building a custom user management solution that generates short-lived tokens to specific … More How to: Using managed identities to access Cosmos DB data via RBAC and disabling authentication via keys

How to: Easily deploying Azure Machine Learning models to Azure App Service

In this How to I assume you to have some prior knowledge and experience with Azure and Azure Machine Learning. If the latter is completely new you, I whole-heartedly recommend the quite excellent and free “Create no-code predictive models with Azure Machine Learning” learning path by Microsoft to get started! Azure Machine Learning is a … More How to: Easily deploying Azure Machine Learning models to Azure App Service

How to: Automating Automated Machine Learning in Azure Part 2 – Deploying models and preparing training data

This post is the second part in a two-piece series on automating Automated Machine Learning. If you have not yet read the first part, I recommend checking it out first since the solution shown here will be built on top of where we left off last time. Previously I showed you how you can automate … More How to: Automating Automated Machine Learning in Azure Part 2 – Deploying models and preparing training data

Ignite 2021 – My top three things to look out for

This year we had the pleasure of enjoying Microsoft Ignite’s plethora of release already in March, only six months after the previous event in September 2020. For me the best part of these Microsoft conferences is always getting my hands on the book of news and going through it, looking for new upcoming things that … More Ignite 2021 – My top three things to look out for

How to: Automating Automated Machine Learning in Azure Part 1 – Scheduling AutoML runs

A key concern with machine learning projects is being able to adapt to changes in the real world. This is especially true when the problem you are trying to solve evolves constantly, as any model training is always done using historical data and as such after a while it may no longer represent the problem … More How to: Automating Automated Machine Learning in Azure Part 1 – Scheduling AutoML runs

Getting the most out of serverless Azure SQL

Microsoft released the serverless compute tier for Azure SQL databases to General Availability a little over a year ago, back in November 2019. Despite the fact that it’s been a while already, based on my personal experiences people are still a bit unfamiliar with serverless Azure SQL – what it is, how it works and, … More Getting the most out of serverless Azure SQL

How to: Building robust and cost-effective Azure SSIS runtime automation in Data Factory

Azure Data Factory is the de facto service to use when you want to orchestrate data movement and transformation in Azure. From a design and architecture point of view, my favourite thing about Data Factory is that it lets you do ETL – or ELT – in many different ways, leaving it up to you … More How to: Building robust and cost-effective Azure SSIS runtime automation in Data Factory