Blog

Writing

Thoughts and how-tos on Azure, AI, DevOps, and community building.

Power Umbraco with a bit of Azure

Power Umbraco with a bit of Azure

In this blog we dive into the Azure building block you can use to run Umbraco 9 on Azure. We look at Docker containers, Azure WebApps, networking and scaling, storage and Azure SQL. Finally we dive in how you can combine those buildings block to fit your specific scenario.

Read more
Azure Function x64 dev setup

Azure Function x64 dev setup

Last week I needed an Azure Function to be compiled for the x64 platform because of a dependency. It was a long google search and a lot of try and fail. Looking back it was actually very very easy. Here a summary of what I did to get it working on my local machine using Visual Studio 2017 on Windows 10

Read more
Speech to Text in an Azure Function

Speech to Text in an Azure Function

Sometimes it is just easier to record some information instead of typing it. Recordings are great, you can just sit back and listen to them, but sometimes you just want to scan over the text or maybe your environment is not the best for listening to audio. I recently had a case like that and I made an Azure Function that can process spoken text into written text and store this output in an Azure Table.

Read more
Azure Search, The basics

Azure Search, The basics

Adding search to a website is always a bit tricky and takes a lot of time to implement correctly. Azure Search and the Azure Search Library makes adding search capability to a website or application a lot easier. Azure Search…

Read more