Microsoft Azure
All pages referring or tutorials for Microsoft Azure.
Create HTTPS 301 redirects with Azure Front Door
Thursday, February 19, 2026 in Microsoft Azure
Categories:
In this post, I will explain how I redirect my domains and subdomains to websites and parts of my website. If you ever visited my tools page at https://justinverstijnen.nl/tools, you will see I have shortcuts to my tools themselves, although they are …
Everything you need to know about Azure Bastion
Sunday, February 15, 2026 in Microsoft Azure
Categories:
Azure Bastion is a great tool in Azure to ensure your virtual machines are accessible in a fast, safe and easy way. This is cool if you want to embrace Zero Trust into your servers management layer and so a secure way to access your servers in Azure. …
I tried running Active Directory DNS on Azure Private DNS
Thursday, January 29, 2026 in Microsoft Azure
Categories:
In Azure we can configure private DNS zones for local domains. We can use this to resolve our resources in our virtual network by name instead of IP addresses, which can be helpful creating failover and redundancy. These could all help to achieve a …
Upload multiple Github repositories into a single Azure Static Web App
Thursday, January 15, 2026 in Microsoft Azure
Categories:
In the past few weeks, I have been busy on scaling up my tools and the backend hosting of the tools. For the last year, I used multiple Static Web Apps on Azure for this, but this took a lot of time administering and creating them. I thought about a …
ARM templates and Azure VM + Script deployment
Thursday, November 20, 2025 in Microsoft Azure
Categories:
In Azure we can deploy ARM templates (+ script afterwards) to deploy resources on a big scale. This is like an easier version Terraform and Bicep, but without the great need to test every change and to learn a whole new language and convention. Also …
Automatic Azure Boot diagnostics monitoring with Azure Policy
Thursday, September 11, 2025 in Microsoft Azure
Categories:
In Azure, we can configure Boot diagnostics to view the status of a virtual machine and connect to its serial console. However, this must be configured manually. The good part is that we can automate this process with Azure Policy. In this post I …
Wordpress on Azure
Thursday, September 04, 2025 in Microsoft Azure
Categories:
Wordpress. Its maybe the best and easiest way to maintain a website. This can be run on any server. In Azure, we also have great and serverless possibilities to run Wordpress. In this guide I will show you how to do this, how to enhance the …
New: Azure Service Groups
Monday, September 01, 2025 in Microsoft Azure
Categories:
A new feature in Microsoft Azure rised up on the Microsoft pages; Service Groups. In this guide, we will dive a bit deeper into Service Groups and what we can do with them in practice. At the time of writing, this feature is in public preview and …
In-Place upgrade to Windows Server 2025 on Azure
Thursday, August 28, 2025 in Microsoft Azure
Categories:
Once every 3 to 4 years you want to be on the last version of Windows Server because of new features and of course to have the latest security updates. These security updates are the most important these days. When having your server hosted on …
Azure Image Builder voor AVD
Tuesday, August 19, 2025 in Microsoft Azure
Categories:
Even uitzoeken en testen of dit interresant is. UItgezocht, ziet er heel veel handwerk uit. Naar mijn inziens is het makkelijekr om een image weer op te starten dan customizations te doen en dan weer imagen. End of the page 🎉 You have reached the end …