Microsoft Azure

All pages referring or tutorials for Microsoft Azure.

Posts in 2026
Posts in 2025
  • ARM templates and Azure VM + Script deployment

    Thursday, November 20, 2025 in Microsoft Azure

    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 …

    Read more

  • Automatic Azure Boot diagnostics monitoring with Azure Policy

    Thursday, September 11, 2025 in Microsoft Azure

    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 …

    Read more

  • Wordpress on Azure

    Thursday, September 04, 2025 in Microsoft Azure

    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? …

    Read more

  • New: Azure Service Groups

    Monday, September 01, 2025 in Microsoft Azure

    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 …

    Read more

  • In-Place upgrade to Windows Server 2025 on Azure

    Thursday, August 28, 2025 in Microsoft Azure

    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 …

    Read more

  • Installing Windows Updates through PowerShell (script)

    Sunday, July 27, 2025 in Microsoft Azure

    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 …

    Read more