Microsoft Azure
All pages referring or tutorials for Microsoft Azure.
Migrate servers with Azure Migrate in 7 steps
Thursday, April 03, 2025 in Microsoft Azure
Categories:
Requirements A server to migrate to Microsoft Azure Ability to install 1 or 2 additional servers Must be in the same network Around 60 minutes of your time Administrator access to all source servers RDP access to all source servers is useful Secure …
Save Azure costs on Virtual Machines with Start/Stop
Sunday, March 02, 2025 in Microsoft Azure
Categories:
Requirements Around 45 minutes of your time An Azure subscription One or more Azure VMs to automatically start and stop Basic knowledge of Azure No fear of JSON configurations Some drink of your choice Introduction to the Start/Stop solution The …
Deep dive into IPv6 with Microsoft Azure
Monday, February 17, 2025 in Microsoft Azure
Categories:
Requirements Basic knowledge of Azure and IPv4 and IPv6 Reading this guide prior is recommended: https://justinverstijnen.nl/basic-ipv6-explaination/ Around 45 minutes of your time An Azure subscription to test and succeed on A cup of coffee or drink …
Using Azure Update Manager to manage updates at scale
Saturday, February 08, 2025 in Microsoft Azure
Categories:
Azure Update Manager is a tool from Microsoft and is developed to automate, installing and documenting Windows updates or updates to Linux server on Azure. This all in a single pane of glass and without installing any additional software. …
10 ways to use tags in Microsoft Azure
Friday, January 10, 2025 in Microsoft Azure
Categories:
What are Tags in Azure? Tags are a pair of editable values in Microsoft Azure. These are in this pair-convention: Name : Value We can define ourselves what the Name and Value actually are, if we stay within these limits: Name: maximum of 512 …
Azure VPN Gateway Maintenance - How to configure
Wednesday, January 01, 2025 in Microsoft Azure
Categories:
Why configure a maintenance configuration? We would want to configure a maintenance configuration for our VPN gateway to Azure to prevent unwanted updates during business hours. Microsoft doesn’t publish when they perform updates to their …
Azure Stack HCI - Host your Virtual Desktops locally
Thursday, October 03, 2024 in Microsoft Azure
Categories:
Introduction to Azure Stack HCI Azure Stack HCI is a solution for Microsoft Azure to host Azure resources on your own hardware and location. This sounds traditional but can help to boost your Azure resources for your customer and/or use case. For …
How to learn Azure - My learning resources
Tuesday, September 10, 2024 in Microsoft Azure
Categories:
To give a quick overview of all the training resources I used throughout the years and give you different types and sorted the resources from beginning to end: Text based Video’s Labs and Applied Skills 1. Starting out (Video and text-based) …
Introduction to Azure roles and permissions (RBAC/IAM)
Tuesday, July 30, 2024 in Microsoft Azure
Categories:
When managing a Microsoft Azure environment, permissions and roles with RBAC is one of the basic ways to improve your security. At one hand, you want to have the permissions to do basic tasks but at the other hand you want to restrict an user to be …
Network security in Azure with NSG and ASG
Friday, July 26, 2024 in Microsoft Azure
Categories:
What does an Network Security Group (NSG) do? A network Security Group is a layer 4 network security layer in Azure to filter incoming and outgoing traffic which you can apply to: A single VM, you assign it to the NIC (Network Interface Card) A …