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:
Requirements For this solution, you need the following stuff: An Azure Subscription A domain name or multiple domain names, which may also be subdomains (subdomain.domain.com) Some HTTPS knowledge Some Azure knowledge The solution explained I will …
Everything you need to know about Azure Bastion
Sunday, February 15, 2026 in Microsoft Azure
Categories:
How does Azure Bastion work? Azure Bastion is a serverless instance you deploy in your Azure virtual network. It resides there waiting for users to connect with it. It acts like a Jump-server, a secured server from where an administrative user …
I tried running Active Directory DNS on Azure Private DNS
Thursday, January 29, 2026 in Microsoft Azure
Categories:
The configuration explained The configuration in this blog post is a virtual network with one server and one client. In the virtual network, we will deploy a Azure Private DNS instance and that instance will do everything DNS in our network. This …
ARM templates and Azure VM + Script deployment
Thursday, November 20, 2025 in Microsoft Azure
Categories:
In this post I will show some examples of deploying with ARM templates and also will show you how to deploy a PowerShell script to run directly after the deployment of an virtual machine. This further helps automating your tasks. Requirements Around …
Automatic Azure Boot diagnostics monitoring with Azure Policy
Thursday, September 11, 2025 in Microsoft Azure
Categories:
In short, Azure Policy is a compliance/governance tool in Azure with capabilities for automatically pushing your resources to be compliant with your stated policy. This means if we configure Azure Policy to automatically configure boot diagnostics …
Wordpress on Azure
Thursday, September 04, 2025 in Microsoft Azure
Categories:
Requirements An Azure subscription A public domain name to run the website on (not required, but really nice) Some basic knowledge about Azure Some basic knowledge about IP addresses, DNS and websites Around 45 minutes of your time What is Wordpress? …
New: Azure Service Groups
Monday, September 01, 2025 in Microsoft Azure
Categories:
What are these new Service Groups in Azure? Service Groups are a parralel type of group to group resources and separate permissions to them. In this manner we can assign multiple resources of different resource groups and put them into a …
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 …
Installing Windows Updates through PowerShell (script)
Sunday, July 27, 2025 in Microsoft Azure
Categories:
Sometimes we want to install updates by hand because of the need for fast patching. But logging into every server and installing them manually is a hell of a task and takes a lot of time. I have made a very simple script to install Windows Updates by …
Use Ephemeral OS Disks in Azure
Thursday, July 24, 2025 in Microsoft Azure
Categories:
Requirements Around 25 minutes of your time An Azure subscription (if wanting to deploy) Basic knowledge of Azure Basic knowledge of servers and infrastructure What are Ephemeral OS Disks? Ephemeral OS Disks are disks in Azure where the data is …