Microsoft Azure
All pages referring or tutorials for Microsoft Azure.
ARM templates and Azure VM + Script deployment
Thursday, November 20, 2025 in Microsoft Azure
Categories:
6 minute read
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:
8 minute read
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:
13 minute read
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:
3 minute read
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:
8 minute read
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:
6 minute read
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:
6 minute read
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 …
Use Azure Logic Apps to automatically start and stop VMs
Sunday, July 13, 2025 in Microsoft Azure
Categories:
7 minute read
Azure Logic Apps Azure Logic Apps is a solution to automate flows that we can run based on a trigger. After a certain trigger is being met, the Logic App can then perform some certain steps, like; Get data from database/SharePoint Process data Send …
How to implement Azure Firewall to secure your Azure environment
Thursday, July 10, 2025 in Microsoft Azure
Categories:
11 minute read
Requirements Around 60 minutes of your time An Azure subscription Basic knowledge of Azure Basic knowledge of Networking Basic knowledge of Azure Firewall Overview Before creating all resources, it is great to plan before we build. I mean planning …
What is Azure Firewall?
Thursday, July 03, 2025 in Microsoft Azure
Categories:
6 minute read
Requirements Around 15 minutes of your time Basic knowledge of Azure Basic knowledge of networking and networking protocols What is Azure Firewall? Azure Firewall is an cloud based firewall to secure and your cloud networking environment. It acts as …