In true Christmas tradition I have to create a blog post on Christmas eve. This year I have special present prepared that I used a few weeks ago for our annual Christmas party. Of course it being 2020, nothing is how it usually it, so our Christmas party this year […]
Estimated reading time: 9 minutes
With Azure Logic App you can build integrations with many products. One use case that I have investigating lately is to use Logic App as an API proxy for APIs where the original API needs adjustments to be consumer friend. The idea is to create a http-triggered logic app, call […]
Estimated reading time: 3 minutes
I really like Azure Container Instances (ACI), it is the simplest way to run containers in Azure. However I find it pretty strange that it don’t have built-in scheduled start/stop of the container groups, especially considering that ACI is not really cost effective if you run the containers 24×7. If […]
Estimated reading time: 3 minutes
It is Christmas, the time of the year where you need to be indoor and play some computer games with family and friends. And what better game to play than Minecraft? But in order to play with the extended family you want a private internet accessible server where you don’t […]
Estimated reading time: 5 minutes
Microsoft have released their Remote Development extension for VS code that allows you to run VS Code locally, while using a remote development environment. This is particular useful if you run Windows as your host OS but are doing Linux development, and don’t fancy running Linux as your host OS. […]
Estimated reading time: 4 minutes
This error message when I try to run a ASP.net web application have happened to me twice within a few weeks, to I thought I would add a solution to fix it. It seems to happen when you get an updated version of a project on a machine that already […]
Estimated reading time: 1 minute
Ever experienced having an Azure subscription that no one have access to anymore, being payed by an Azure enterprise agreement? If so, did you find the official documentation missing on how to regain control of the subscription, then you have come to the right place. This typically happens when Azure […]
Estimated reading time: 2 minutes
Azure Container Instances (ACI) supports mounting a git repository as a volume. This is a nice way to get scripts and tools made available in a the docker container that you intend to run on ACI. Unfortunately when working on windows, file permissions is incompatible with linux file permissions, so […]
Estimated reading time: 1 minute
It seem that every time I need to upgrade my wordpress site that this blog runs on, I end up with the white screen of death. Basically it means that the upgrade failed somehow and the page can’t no longer render. My site run a cheap shared hosting platform from […]
Estimated reading time: 2 minutes
In the docker ecosystem it is possible to find images for pretty much anything you can imaging. I have been investigating building a service, that would rely on web proxy technology and a custom DNS server to build a more kids friendly version of Youtube. Unfortunately, Youtube for most part […]
Estimated reading time: 3 minutes