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
Been using Docker for Windows quite a lot lately. Unfortunately running docker containers on windows is still not done natively, so we have to rely on a Linux Hyper-V Virtual Machine. This VM have a tendency to grow large quite fast if you work with many images, and yesterday I […]
Estimated reading time: 1 minute
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 previous blog post I demonstrated how, Azure functions together with the API of the Lets Encrypt Site Extension can be used to request SSL certificates. I also did a sloppy job in the last post to secure the secrets for the service principal and the publishing credential, so […]
Estimated reading time: 8 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
As the title indicates this blog post will guide you though how you can run Node Red on Azure Web apps using the node-red docker container. Node Red is IBM’s GUI based offering that makes it easy to wire APIs and devices together. It is great for IoT prototype, but […]
Estimated reading time: 7 minutes