Microsoft Azure
All pages referring or tutorials for Microsoft Azure.
Getting started with Azure DNS
Sunday, August 23, 2026 in Microsoft Azure
Categories:
7 minute read
Azure DNS is a DNS hosting platform running inside Azure. It allows you to host your public DNS zones directly in Azure and manage records through the Azure Portal. It also has some great functionality/support like: Importing zones Exporting zones …
Manage your Windows VMs in Azure with Windows Admin Center
Thursday, August 20, 2026 in Microsoft Azure
Categories:
5 minute read
What is Windows Admin Center? Windows Admin Center is a web-based management tool for managing Windows Servers and clusters. In the past it was a product which could be installed separately but it can now also be installed on your machines in Azure, …
Entra ID Authentication on Azure Windows VM
Thursday, July 30, 2026 in Microsoft Azure
Categories:
7 minute read
Prerequisites Before starting, ensure the following requirements are met: The AADLoginForWindows VM extension is installed The required users have an applicable role for VM login A System Assigned Managed Identity is enabled A RDP whitelist is …
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:
9 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:
8 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 …
Setup a Public Image storage with Azure Blob
Saturday, January 10, 2026 in Microsoft Azure
Categories:
5 minute read
The setup described The setup I will build today consists of these resources and items: Storage account : This is what we can call the “file server” in Azure Container : This is the folder inside of the storage account which can be …