Microsoft Azure
All pages referring or tutorials for Microsoft Azure.
Getting started with Terraform
Thursday, July 09, 2026 in Microsoft Azure
Categories:
9 minute read
Terraform described Terraform is a framework built by Hashicorp that lets you manage cloud infrastructure for Azure and Amazon Web Services using text files only. This does it by talking with the Azure Resource Manager API, the underlying system that …
Automatically clean up inactive Entra ID devices using Azure Automation
Thursday, July 02, 2026 in Microsoft Azure
Categories:
8 minute read
Requirements An Azure subscription PowerShell 7 installed Microsoft Graph PowerShell module installed Basic knowledge of PowerShell Basic knowledge of Microsoft Graph Around 30 minutes of your time Azure Automation vs. Logic Apps Azure Automation …
Useful Azure links/tools
Thursday, May 14, 2026 in Microsoft Azure
Categories:
4 minute read
Introduction to page and tools I mostly use these tools regularly to check the latest Azure updates, watch service health, calculate costs, build diagrams, create documentation, run commands easily, learn new skills, and manage your resources better. …
Create HTTPS 301 redirects with Azure Front Door
Thursday, February 19, 2026 in Microsoft Azure
Categories:
6 minute read
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:
9 minute read
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:
3 minute read
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:
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 …