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
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
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
One of the main reasons for using cloud services is to be able to scale. Many people don’t take advantage of that which is a shame, because it can result in huge cost savings. The example I’m presenting today is how you can scale Azure SQL to maintain a low […]
Estimated reading time: 9 minutes
In my original incarnation of Lets Encrypt Site Extension for Azure Web app, there was a very tightly coupling between web app that hosted the site extension and the site the certificate was requested for. It relied on environment variables in the Web App and it also used Azure Web […]
Estimated reading time: 13 minutes
So you decided to use my Azure Functions short code project to create your own short code service. Now you wants to see how your short codes are doing, or at least someone on github asked how to do it, so I decided why not write it once and for […]
Estimated reading time: 4 minutes