<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Microsoft Azure on justinverstijnen.nl</title><link>https://projectkaasplank.justinverstijnen.nl/categories/microsoft-azure/</link><description>Recent content in Microsoft Azure on justinverstijnen.nl</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 12 Apr 2026 17:09:27 +0200</lastBuildDate><atom:link href="https://projectkaasplank.justinverstijnen.nl/categories/microsoft-azure/index.xml" rel="self" type="application/rss+xml"/><item><title>Create HTTPS 301 redirects with Azure Front Door</title><link>https://projectkaasplank.justinverstijnen.nl/create-https-301-redirects-with-azure-front-door/</link><pubDate>Thu, 19 Feb 2026 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/create-https-301-redirects-with-azure-front-door/</guid><description>&lt;p&gt;In this post, I will explain how I redirect my domains and subdomains to websites and parts of my website. If you ever visited my tools page at &lt;a href="https://justinverstijnen.nl/tools"&gt;https://justinverstijnen.nl/tools&lt;/a&gt;, you will see I have shortcuts to my tools themselves, although they are not directly linked to the instances.&lt;/p&gt;
&lt;p&gt;In this post I will explain how this is done, how to setup Azure Front Door to do this and how to create your own redirects from the Azure Portal.&lt;/p&gt;</description></item><item><title>Everything you need to know about Azure Bastion</title><link>https://projectkaasplank.justinverstijnen.nl/everything-you-need-to-know-about-azure-bastion/</link><pubDate>Sun, 15 Feb 2026 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/everything-you-need-to-know-about-azure-bastion/</guid><description>&lt;p&gt;Azure Bastion is a great tool in Azure to ensure your virtual machines are accessible in a fast, safe and easy way. This is cool if you want to embrace Zero Trust into your servers management layer and so a secure way to access your servers in Azure.&lt;/p&gt;
&lt;p&gt;In this guide I will explain more about Azure Bastion and I hope I can give you a good overview of the service, its features, pricing and some practice information.&lt;/p&gt;</description></item><item><title>I tried running Active Directory DNS on Azure Private DNS</title><link>https://projectkaasplank.justinverstijnen.nl/i-tried-running-active-directory-dns-on-azure-private-dns/</link><pubDate>Thu, 29 Jan 2026 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/i-tried-running-active-directory-dns-on-azure-private-dns/</guid><description>&lt;p&gt;In Azure we can configure private DNS zones for local domains. We can use this to resolve our resources in our virtual network by name instead of IP addresses, which can be helpful creating failover and redundancy. These could all help to achieve a higher availability for your end users. Especially because Private DNS Zones are free and globally redundant.&lt;/p&gt;
&lt;p&gt;I thought of myself; &amp;ldquo;Will this also work for Active Directory?&amp;rdquo;. In that case, DNS would still resolve if suddenly our domain controllers are offline and users are working in a solution like Azure Virtual Desktop.&lt;/p&gt;</description></item><item><title>Upload multiple Github repositories into a single Azure Static Web App</title><link>https://projectkaasplank.justinverstijnen.nl/upload-multiple-github-repositories-into-a-single-azure-static-web-app/</link><pubDate>Thu, 15 Jan 2026 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/upload-multiple-github-repositories-into-a-single-azure-static-web-app/</guid><description>&lt;p&gt;In the past few weeks, I have been busy on scaling up my tools and the backend hosting of the tools. For the last year, I used multiple Static Web Apps on Azure for this, but this took a lot of time administering and creating them. I thought about a better and more scalable manner of hosting tools, minimizing the amount of hosts needed, uniforming URLs and shortcodes with Azure Front Door (guide coming up) andlinking multiple GitHub repositories into one for central management.&lt;/p&gt;</description></item><item><title>ARM templates and Azure VM + Script deployment</title><link>https://projectkaasplank.justinverstijnen.nl/arm-templates-and-azure-vm-script-deployment/</link><pubDate>Thu, 20 Nov 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/arm-templates-and-azure-vm-script-deployment/</guid><description>&lt;p&gt;In Azure we can deploy ARM templates (+ script afterwards) to deploy resources on a big scale. This is like an easier version Terraform and Bicep, but without the great need to test every change and to learn a whole new language and convention. Also with less features indeed.&lt;/p&gt;
&lt;p&gt;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.&lt;/p&gt;</description></item><item><title>Automatic Azure Boot diagnostics monitoring with Azure Policy</title><link>https://projectkaasplank.justinverstijnen.nl/automatic-azure-boot-diagnostics-monitoring-with-azure-policy/</link><pubDate>Thu, 11 Sep 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/automatic-azure-boot-diagnostics-monitoring-with-azure-policy/</guid><description>&lt;p&gt;In Azure, we can configure Boot diagnostics to view the status of a virtual machine and connect to its serial console. However, this must be configured manually. The good part is that we can automate this process with Azure Policy. In this post I will explain step-by-step how to configure this and how to start using this in your own environment.&lt;/p&gt;
&lt;p&gt;In short, &lt;a href="https://justinverstijnen.nl/ama-module-3-governance-in-microsoft-azure/#azure-policy"&gt;Azure Policy&lt;/a&gt; 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 and save the information to a storage account, this will be automatically done for all existing and new virtual machines.&lt;/p&gt;</description></item><item><title>Wordpress on Azure</title><link>https://projectkaasplank.justinverstijnen.nl/wordpress-on-azure/</link><pubDate>Thu, 04 Sep 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/wordpress-on-azure/</guid><description>&lt;p&gt;Wordpress. Its maybe the best and easiest way to maintain a website. This can be run on any server. In Azure, we also have great and serverless possibilities to run Wordpress. In this guide I will show you how to do this, how to enhance the experience and what steps are needed to build the solution. I will also tell more about the theoretical stuff to get a better understanding of what we are doing.&lt;/p&gt;</description></item><item><title>New: Azure Service Groups</title><link>https://projectkaasplank.justinverstijnen.nl/new-azure-service-groups/</link><pubDate>Mon, 01 Sep 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/new-azure-service-groups/</guid><description>&lt;p&gt;A new feature in Microsoft Azure rised up on the Microsoft pages; Service Groups. In this guide, we will dive a bit deeper into Service Groups and what we can do with them in practice.&lt;/p&gt;
&lt;p&gt;At the time of writing, this feature is in public preview and anyone can use it now.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="what-are-these-new-service-groups-in-azure"&gt;What are these new Service Groups in Azure?&lt;a class="td-heading-self-link" href="#what-are-these-new-service-groups-in-azure" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;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 overshadowing Service Group to apply permissions. This eliminates the need to move resources into specific resource groups with all broken links that comes with it.&lt;/p&gt;</description></item><item><title>In-Place upgrade to Windows Server 2025 on Azure</title><link>https://projectkaasplank.justinverstijnen.nl/in-place-upgrade-windows-server-on-azure/</link><pubDate>Thu, 28 Aug 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/in-place-upgrade-windows-server-on-azure/</guid><description>&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;When having your server hosted on Microsoft Azure, this proces can look a bit complicated but it is relatively easy to upgrade your Windows Server to the last version, and I will explain how to on this page.&lt;/p&gt;</description></item><item><title>Azure Image Builder voor AVD</title><link>https://projectkaasplank.justinverstijnen.nl/azure-image-builder-voor-avd/</link><pubDate>Tue, 19 Aug 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/azure-image-builder-voor-avd/</guid><description>&lt;p&gt;Even uitzoeken en testen of dit interresant is.&lt;/p&gt;
&lt;p&gt;UItgezocht, ziet er heel veel handwerk uit. Naar mijn inziens is het makkelijekr om een image weer op te starten dan customizations te doen en dan weer imagen.&lt;/p&gt;
&lt;script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4082816808518335"
 crossorigin="anonymous"&gt;&lt;/script&gt;
&lt;ins class="adsbygoogle"
 style="display:block; text-align:center;"
 data-ad-layout="in-article"
 data-ad-format="fluid"
 data-ad-client="ca-pub-4082816808518335"
 data-ad-slot="9865066433"&gt;&lt;/ins&gt;
&lt;script&gt;
 (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h2&gt;End of the page 🎉&lt;/h2&gt;
&lt;p&gt;You have reached the end of the page. You can navigate through other blog posts as well, share this post on X, LinkedIn and Reddit or return to the blog posts collection page. Thank you for visiting this post.&lt;/p&gt;</description></item><item><title>Use Azure Logic Apps to automatically start and stop VMs</title><link>https://projectkaasplank.justinverstijnen.nl/use-azure-logic-apps-to-automatically-start-and-stop-vms/</link><pubDate>Sun, 13 Jul 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/use-azure-logic-apps-to-automatically-start-and-stop-vms/</guid><description>&lt;p&gt;With Azure Logic apps we can save some money on compute costs. Azure Logic apps are flow based tasks that can be run on schedule, or on a specific trigger like receiving a email message or Teams message. After the trigger has been started, we can choose what action to do. If you are familiar with Microsoft&amp;rsquo;s Power Automate, Logic Apps is almost exactly the same but then hosted in Azure.&lt;/p&gt;</description></item><item><title>How to implement Azure Firewall to secure your Azure environment</title><link>https://projectkaasplank.justinverstijnen.nl/how-to-implement-azure-firewall-to-secure-your-azure-environment/</link><pubDate>Thu, 10 Jul 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/how-to-implement-azure-firewall-to-secure-your-azure-environment/</guid><description>&lt;p&gt;In this article, we are going to implement Azure Firewall in Azure. We are going to do this by building and architecting a new network and creating the basic rules to make everything work.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="requirements"&gt;Requirements&lt;a class="td-heading-self-link" href="#requirements" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Around 60 minutes of your time&lt;/li&gt;
&lt;li&gt;An Azure subscription&lt;/li&gt;
&lt;li&gt;Basic knowledge of Azure&lt;/li&gt;
&lt;li&gt;Basic knowledge of Networking&lt;/li&gt;
&lt;li&gt;Basic knowledge of &lt;a href="https://justinverstijnen.nl/what-is-azure-firewall"&gt;Azure Firewall&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="overview"&gt;Overview&lt;a class="td-heading-self-link" href="#overview" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Before creating all resources, it is great to plan before we build. I mean planning your network before building and having different overlaps or too much/less addresses available. In most cases, Azure recommends building a Hub-and-Spoke network, where we connect all spoke networks to a big hub.&lt;/p&gt;</description></item><item><title>What is Azure Firewall?</title><link>https://projectkaasplank.justinverstijnen.nl/what-is-azure-firewall/</link><pubDate>Thu, 03 Jul 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/what-is-azure-firewall/</guid><description>&lt;p&gt;Azure Firewall is a cloud-native Firewall which can be implemented in your Azure network. It acts as a Layer 3, 4 and 7 Firewall and so has more administrative options than for example NSGs.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="requirements"&gt;Requirements&lt;a class="td-heading-self-link" href="#requirements" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Around 15 minutes of your time&lt;/li&gt;
&lt;li&gt;Basic knowledge of Azure&lt;/li&gt;
&lt;li&gt;Basic knowledge of networking and networking protocols&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="what-is-azure-firewall"&gt;What is Azure Firewall?&lt;a class="td-heading-self-link" href="#what-is-azure-firewall" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Azure Firewall is an cloud based firewall to secure and your cloud networking environment. It acts as point of access, a sort of castledoor, and can allow or block certain traffic from the internet to your environment and from environment to the internet. The firewall can mostly work on layers 3, 4 and 7 of the OSI model.&lt;/p&gt;</description></item><item><title>Azure Default VM Outbound access deprecated</title><link>https://projectkaasplank.justinverstijnen.nl/azure-default-outbound-access/</link><pubDate>Thu, 19 Jun 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/azure-default-outbound-access/</guid><description>&lt;p&gt;Starting on 30 September 2025, default outbound connectivity for Azure VMs will be retired. This means that after this date you have to configure a way for virtual machines to actually have connection to the internet. Otherwise, you will get an VM that runs but is only available through your internal network.&lt;/p&gt;
&lt;p&gt;In this post I will do a deep dive into this new developement and explain what is needed and what this means for your existing environment and how to transition to the new situation after this 30 September 2025 date.&lt;/p&gt;</description></item><item><title>Microsoft Azure certifications for Developers</title><link>https://projectkaasplank.justinverstijnen.nl/microsoft-azure-certifications-for-developers/</link><pubDate>Wed, 11 Jun 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/microsoft-azure-certifications-for-developers/</guid><description>&lt;p&gt;This page shows what Microsoft Azure certifications are available for Developer-minded people. I intend to focus as much on the developers as possible, although this is not my primary subject. I did some research and i didn&amp;rsquo;t find it very clear what to do, where to start etcetera.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="the-certification-poster"&gt;The certification poster&lt;a class="td-heading-self-link" href="#the-certification-poster" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Microsoft has an monthly updating certification poster available to have an overview for each solution category and the certifications of that category. You can find the poster here:&lt;/p&gt;</description></item><item><title>Creating Static Web Apps on Azure the easy way</title><link>https://projectkaasplank.justinverstijnen.nl/creating-static-web-apps-on-azure-the-easy-way/</link><pubDate>Thu, 29 May 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/creating-static-web-apps-on-azure-the-easy-way/</guid><description>&lt;p&gt;Microsoft Azure has a service called the &amp;lsquo;Static Web Apps&amp;quot; (SWA) which are simple but yet effective webpages. They can host HTML pages with included CSS and can link with Azure Functions for doing more advanced tasks for you. In this guide we will explore the possibilities of Static Web Apps in Azure.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="requirements"&gt;Requirements&lt;a class="td-heading-self-link" href="#requirements" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Around 45 minutes of your time&lt;/li&gt;
&lt;li&gt;An account for Github (recommended)&lt;/li&gt;
&lt;li&gt;An Azure subscription to host your Static Web App&lt;/li&gt;
&lt;li&gt;Some basic knowledge of Azure&lt;/li&gt;
&lt;li&gt;A custom domain to link the web app to your domain&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction-to-static-web-apps-and-github"&gt;Introduction to Static Web Apps and Github&lt;a class="td-heading-self-link" href="#introduction-to-static-web-apps-and-github" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Before we dive into Static Web Apps and Github, I want to give a clear explaination of both the components that will help us achieving our goal, hosting a simple web app on Azure.&lt;/p&gt;</description></item><item><title>Create custom Azure Workbooks for detailed monitoring</title><link>https://projectkaasplank.justinverstijnen.nl/create-custom-azure-workbooks-for-detailed-monitoring/</link><pubDate>Thu, 08 May 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/create-custom-azure-workbooks-for-detailed-monitoring/</guid><description>&lt;p&gt;Azure Workbooks are an excellent way to monitor your application and dependencies in a nice and customizable dashboard. Workbooks can contain technical information from multiple sources, like:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Metrics&lt;/li&gt;
&lt;li&gt;Log Analytics Workspaces&lt;/li&gt;
&lt;li&gt;Visualisations&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;They’re highly flexible and can be used for anything from a simple performance report to a full-on investigative analysis tool. A workbook can look like this:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://sajvwebsiteblobstorage.blob.core.windows.net/blog/create-custom-azure-workbooks-for-detailed-monitoring-1468/jv-media-1468-2640911c236e.png" alt=""&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="using-the-default-azure-workbooks"&gt;Using the default Azure Workbooks&lt;a class="td-heading-self-link" href="#using-the-default-azure-workbooks" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;In Azure we can use the default workbooks in multiple resources that contain basic information about a resource and it&amp;rsquo;s performance. You can find those under the resource itself.&lt;/p&gt;</description></item><item><title>Setup a Minecraft server on Azure</title><link>https://projectkaasplank.justinverstijnen.nl/setup-a-minecraft-server-on-azure/</link><pubDate>Thu, 01 May 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/setup-a-minecraft-server-on-azure/</guid><description>&lt;p&gt;Sometimes, we also want a step down from our work and want to fully enjoy a videogame. Especially when you really like games with open worlds, Minecraft is a great game. And what if I tell you we can setup a server for Minecraft on Azure so you can play it with your friends and have a 24/7 uptime this way.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="requirements"&gt;Requirements&lt;a class="td-heading-self-link" href="#requirements" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;An Azure environment&lt;/li&gt;
&lt;li&gt;Basic knowledge of Azure&lt;/li&gt;
&lt;li&gt;Basic knowledge of Linux and SSH&lt;/li&gt;
&lt;li&gt;Basic knowledge of networking and TCP/UDP&lt;/li&gt;
&lt;li&gt;Experience with Minecraft to test the server&lt;/li&gt;
&lt;li&gt;Around 45 minutes of your time&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="system-requirements-of-a-minecraft-server"&gt;System requirements of a Minecraft server&lt;a class="td-heading-self-link" href="#system-requirements-of-a-minecraft-server" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;For a typical Minecraft server, without Mods, the guidelines and system requirements are as stated below:&lt;/p&gt;</description></item><item><title>Deploy Resource Group locks automatically with Azure Policy</title><link>https://projectkaasplank.justinverstijnen.nl/deploy-resource-group-locks-automatically-with-azure-policy/</link><pubDate>Thu, 17 Apr 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/deploy-resource-group-locks-automatically-with-azure-policy/</guid><description>&lt;p&gt;Locks in Azure are a great way to prevent accidental deletion or modify resources or resource groups. This helps further securing your environment and make it somewhat more &amp;ldquo;fool proof&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Now with Azure Policy we can automatically deploy Locks to Resource Groups to secure them from deleting or read-only resources. In this guide I will explain how this can be done and how it works.&lt;/p&gt;
&lt;div class="alert alert-info" role="alert"&gt;
&lt;p&gt;Note: Locks on Resource Groups can stop some automations. If you use read-only locks on a Azure Virtual Desktop resource group for example.&lt;/p&gt;</description></item><item><title>Monitor and reduce carbon emissions (CO2) in Azure</title><link>https://projectkaasplank.justinverstijnen.nl/monitor-and-reduce-carbon-emissions-co2-in-azure/</link><pubDate>Thu, 10 Apr 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/monitor-and-reduce-carbon-emissions-co2-in-azure/</guid><description>&lt;p&gt;In Microsoft Azure, we have some options to monitor and reduce your organizations Carbon emissions (CO2) from services hosted in the cloud. When hosting servers on-premises, they need power, cooling and networking and those are also needed in the cloud. By migrating servers to the cloud doesn&amp;rsquo;t mean that those emissions do not count. Those emissions are generated on an other location.&lt;/p&gt;
&lt;p&gt;In this guide, I will show some features of Microsoft Azure regarding monitoring and reducing carbon emissions.&lt;/p&gt;</description></item><item><title>Migrate servers with Azure Migrate in 7 steps</title><link>https://projectkaasplank.justinverstijnen.nl/using-azure-migrate-to-migrate-on-premises-to-azure/</link><pubDate>Thu, 03 Apr 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/using-azure-migrate-to-migrate-on-premises-to-azure/</guid><description>&lt;p&gt;This page is about Azure Migrate and how you can migrate an on-premises server or multiple servers to Microsoft Azure. This process is not very easy, but it&amp;rsquo;s also not extremely difficult. Microsoft hasn&amp;rsquo;t made it as simple as just installing an agent on a VM, logging in, and clicking the migrate button. Instead, it is built in a more scalable way.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="requirements"&gt;Requirements&lt;a class="td-heading-self-link" href="#requirements" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;A server to migrate to Microsoft Azure&lt;/li&gt;
&lt;li&gt;Ability to install 1 or 2 additional servers
&lt;ul&gt;
&lt;li&gt;Must be in the same network&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Around 60 minutes of your time&lt;/li&gt;
&lt;li&gt;Administrator access to all source servers&lt;/li&gt;
&lt;li&gt;RDP access to all source servers is useful&lt;/li&gt;
&lt;li&gt;Secure Boot must be disabled on the source servers&lt;/li&gt;
&lt;li&gt;A target Azure Subscription with Owner access&lt;/li&gt;
&lt;li&gt;1 server dedicated to Migration based on &lt;em&gt;Windows Server 2016*&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;2 servers for Discovery and Migration based on &lt;em&gt;Windows Server 2016*&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="alert alert-info" role="alert"&gt;
&lt;p&gt;*Windows Server 2016 is the only supported OS, please do not install other versions as this will not work.&lt;/p&gt;</description></item><item><title>Save Azure costs on Virtual Machines with Start/Stop</title><link>https://projectkaasplank.justinverstijnen.nl/save-azure-costs-on-virtual-machines-with-start-stop/</link><pubDate>Sun, 02 Mar 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/save-azure-costs-on-virtual-machines-with-start-stop/</guid><description>&lt;p&gt;With the Azure Start/Stop solution we can save costs in Microsoft Azure and save some environmental impact. In this guide I will explain how the solution works, how it can help your Azure solutions and how it must be deployed and configured.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="requirements"&gt;Requirements&lt;a class="td-heading-self-link" href="#requirements" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Around 45 minutes of your time&lt;/li&gt;
&lt;li&gt;An Azure subscription&lt;/li&gt;
&lt;li&gt;One or more Azure VMs to automatically start and stop&lt;/li&gt;
&lt;li&gt;Basic knowledge of Azure&lt;/li&gt;
&lt;li&gt;No fear of JSON configurations&lt;/li&gt;
&lt;li&gt;Some drink of your choice&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction-to-the-startstop-solution"&gt;Introduction to the Start/Stop solution&lt;a class="td-heading-self-link" href="#introduction-to-the-startstop-solution" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The Start/Stop solution is a complete solution and collection of predefined resources built by Microsoft itself. It is purely focussed on starting VMs and stopping VMs based on some rules you can configure. The solution consists of some different resources and dependencies:&lt;/p&gt;</description></item><item><title>Deep dive into IPv6 with Microsoft Azure</title><link>https://projectkaasplank.justinverstijnen.nl/deep-dive-into-ipv6-with-microsoft-azure/</link><pubDate>Mon, 17 Feb 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/deep-dive-into-ipv6-with-microsoft-azure/</guid><description>&lt;p&gt;In Microsoft Azure, we can build servers and networks that use IPv6 for their connectivity. This is especially great for your webservers, where you want the highest level of availability for your users. This is achieved the best using both IPv4 and IPv6 protocols.&lt;/p&gt;
&lt;p&gt;In this guide we do a deep dive into IPv6 in Microsoft Azure and i will show some practical examples of use of IPv6 in Azure.&lt;/p&gt;</description></item><item><title>Using Azure Update Manager to manage updates at scale</title><link>https://projectkaasplank.justinverstijnen.nl/using-azure-update-manager-to-manage-updates-at-scale/</link><pubDate>Sat, 08 Feb 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/using-azure-update-manager-to-manage-updates-at-scale/</guid><description>&lt;p&gt;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.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="requirements"&gt;Requirements&lt;a class="td-heading-self-link" href="#requirements" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Around 15 minutes of your time&lt;/li&gt;
&lt;li&gt;An Azure subsciption&lt;/li&gt;
&lt;li&gt;An Azure server or Azure Arc server&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="supported-systems"&gt;Supported systems&lt;a class="td-heading-self-link" href="#supported-systems" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Azure Update Manager supports the following systems for assessments and installing updates, therefore managing them:&lt;/p&gt;</description></item><item><title>10 ways to use tags in Microsoft Azure</title><link>https://projectkaasplank.justinverstijnen.nl/10-ways-to-use-tags-in-microsoft-azure/</link><pubDate>Fri, 10 Jan 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/10-ways-to-use-tags-in-microsoft-azure/</guid><description>&lt;p&gt;When being introduced to Azure, I learned about tags very quickly. However, this is something you can use in practice but is no requirement to make stuff actually work. Now some years ahead in my Azure journey, I can recommend (at least) 10 ways to use them properly and to make them actually useful in your environment.&lt;/p&gt;
&lt;p&gt;I will explain these ways in this article.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="what-are-tags-in-azure"&gt;What are Tags in Azure?&lt;a class="td-heading-self-link" href="#what-are-tags-in-azure" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Tags are a pair of editable values in Microsoft Azure. These are in this pair-convention:&lt;/p&gt;</description></item><item><title>Azure VPN Gateway Maintenance - How to configure</title><link>https://projectkaasplank.justinverstijnen.nl/azure-vpn-gateway-maintenance-how-to-configure/</link><pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/azure-vpn-gateway-maintenance-how-to-configure/</guid><description>&lt;p&gt;Most companies who use Microsoft Azure in a hybrid setup have a Site-to-Site VPN gateway between the network in Azure and on-premises. This connection becomes mission critical for this company as a disruption mostly means a disruption in work or processes.&lt;/p&gt;
&lt;p&gt;But sometimes, Microsoft has to perform updates to these gateways to keep them up-to-date and secure. We can now define when this will be exactly, so we can configure the gateways to update only outside of business hours. In this guide I will explain how to configure this.&lt;/p&gt;</description></item><item><title>Azure Key Vault</title><link>https://projectkaasplank.justinverstijnen.nl/azure-key-vault/</link><pubDate>Tue, 26 Nov 2024 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/azure-key-vault/</guid><description>&lt;p&gt;Azure Key Vault is a type of vault used to store sensitive technical information, such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Certificates&lt;/li&gt;
&lt;li&gt;Secrets&lt;/li&gt;
&lt;li&gt;Keys&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;What sets Azure Key Vault apart from a traditional password manager is that it allows software to integrate with the vault. Instead of hardcoding a secret, the software can retrieve it from the vault. Additionally, it is possible to rotate a secret every month, enabling the application to use a different secret each month.&lt;/p&gt;</description></item><item><title>How to learn Azure - My learning resources</title><link>https://projectkaasplank.justinverstijnen.nl/how-to-learn-azure-learning-resources/</link><pubDate>Tue, 10 Sep 2024 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/how-to-learn-azure-learning-resources/</guid><description>&lt;p&gt;When starting to learn Microsoft Azure, the resources and information can be overwhelming. At this page I have summarized some resources which found out during my Azure journey and my advice on when to use what resource.&lt;/p&gt;
&lt;p&gt;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:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Text based&lt;/li&gt;
&lt;li&gt;Video&amp;rsquo;s&lt;/li&gt;
&lt;li&gt;Labs and Applied Skills&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="1-starting-out-video-and-text-based"&gt;1. Starting out (Video and text-based)&lt;a class="td-heading-self-link" href="#1-starting-out-video-and-text-based" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;When starting out, my advice is to first watch the following video of John Savill explaining Microsoft Azure and giving a real introduction.&lt;/p&gt;</description></item><item><title>Introduction to Azure roles and permissions (RBAC/IAM)</title><link>https://projectkaasplank.justinverstijnen.nl/introduction-to-microsoft-azure-roles-rbac-iam-the-easy-way/</link><pubDate>Tue, 30 Jul 2024 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/introduction-to-microsoft-azure-roles-rbac-iam-the-easy-way/</guid><description>&lt;p&gt;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 able to do only what he needs to. This is called, the principle of &amp;ldquo;least-privilege&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;In this guide, I want to you to understand the most of the basic knowledge of managing access controls in Azure without very complex stuff.&lt;/p&gt;</description></item><item><title>Network security in Azure with NSG and ASG</title><link>https://projectkaasplank.justinverstijnen.nl/network-security-in-azure-with-nsg-and-asg/</link><pubDate>Fri, 26 Jul 2024 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/network-security-in-azure-with-nsg-and-asg/</guid><description>&lt;p&gt;When designing, managing and securing a network in Microsoft Azure we have lots of options to do this. We can leverage third-party appliances like Fortinet, Palo Alto, PFSense or Sophos XG Firewall but we can also use the somewhat limited built-in options; Network Security Groups (NSG for short) and Application Security Groups (ASG).&lt;/p&gt;
&lt;p&gt;In this guide I will explain how Network Security Groups (NSG) and Application Security Groups (ASG) can be used to secure your environment.&lt;/p&gt;</description></item><item><title>Rename name-tags to resource groups and resources</title><link>https://projectkaasplank.justinverstijnen.nl/renameable-name-tags-to-resource-groups-and-resources/</link><pubDate>Tue, 18 Jun 2024 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/renameable-name-tags-to-resource-groups-and-resources/</guid><description>&lt;p&gt;When it comes to naming your Azure Resource Groups and resources, most of them are not renameable. This due to limitations on the platform and maybe some underlying technical limitations. However, it is possible to assign a renameable tag to a resource in Azure which can be changed or used to clarify its role. This looks like this:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://sajvwebsiteblobstorage.blob.core.windows.net/blog/renameable-name-tags-to-resource-groups-and-resources-164/jv-media-164-908f6f61e062.png" alt=""&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="how-to-add-those-renameable-tags-in-the-azure-portal"&gt;How to add those renameable tags in the Azure Portal?&lt;a class="td-heading-self-link" href="#how-to-add-those-renameable-tags-in-the-azure-portal" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;You can add this name tag by using a tag in Microsoft Azure. In the portal, go to your resource and go to tags. Here you can add a new tag:&lt;/p&gt;</description></item><item><title>Introduction to the Microsoft Cloud Security Benchmark (MCSB)</title><link>https://projectkaasplank.justinverstijnen.nl/introduction-to-the-microsoft-cloud-security-benchmark-mcsb/</link><pubDate>Tue, 16 Apr 2024 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/introduction-to-the-microsoft-cloud-security-benchmark-mcsb/</guid><description>&lt;p&gt;In the modern era like where we are today, security is a very important aspect of every system you manage. Bad security of 1 system can mess with all your systems.&lt;/p&gt;
&lt;p&gt;So have a good overview of how secure your complete IT environment is, Microsoft released the Microsoft Cloud Security Benchmark, which is an collection of high-impact security recommendations you can use to secure your cloud services, even when utilizing a hybrid environment. When using Microsoft Defender for Cloud, this MCSB is included in the recommendations.&lt;/p&gt;</description></item><item><title>Introduction to the Azure Well-Architected Framework</title><link>https://projectkaasplank.justinverstijnen.nl/introduction-of-azure-well-architected-framework/</link><pubDate>Tue, 02 Apr 2024 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/introduction-of-azure-well-architected-framework/</guid><description>&lt;p&gt;The Azure Well-Architected Framework is a framework to improve the quality of your Microsoft Azure Deployment. This does it by spanning 5 pillars so an architect can determine with IT decision makers how they can get the most Azure with the planned budget.&lt;/p&gt;
&lt;p&gt;The 5 pillars of the Well-Architected Framework are:&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;&lt;/th&gt;
 &lt;th&gt;&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Pillar&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;&lt;strong&gt;Target&lt;/strong&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Reliability&lt;/td&gt;
 &lt;td&gt;The ability to recover a system and/or contine to work&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Security&lt;/td&gt;
 &lt;td&gt;Secure the environment in all spots&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Cost Optimization&lt;/td&gt;
 &lt;td&gt;Maximize the value when minimizing the costs&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Operational Excellence&lt;/td&gt;
 &lt;td&gt;The processes that keep a system running&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Performance Efficiency&lt;/td&gt;
 &lt;td&gt;The ability to adapt to changes&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;img src="https://sajvwebsiteblobstorage.blob.core.windows.net/blog/create-a-catch-all-mailbox-in-exchange-online-2480/jv-media-2480-dfde3a7edc08.png" alt=""&gt;&lt;/p&gt;</description></item><item><title>Cloud Adoption Framework Introduction (CAF)</title><link>https://projectkaasplank.justinverstijnen.nl/microsoft-azure-cloud-adoption-framework-caf/</link><pubDate>Thu, 04 Jan 2024 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/microsoft-azure-cloud-adoption-framework-caf/</guid><description>&lt;p&gt;More and more organizations are moving to the cloud. In order to do this succesful, we can use the Cloud Adoption Framework which is described by Microsoft.&lt;/p&gt;
&lt;p&gt;The framework is a succesful order of processes and guidelines which companys can use to increase the success of adopting the cloud. The framework is described in the diagram below:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://sajvwebsiteblobstorage.blob.core.windows.net/blog/microsoft-azure-cloud-adoption-framework-caf-230/jv-media-230-96e3366cfe69.png" alt="Cloud Adoption Framework"&gt;&lt;/p&gt;
&lt;p&gt;The CAF has the following steps:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Strategy: Define the project, define what you want to achieve and define the business outcomes.&lt;/li&gt;
&lt;li&gt;Plan: Plan your migration, determine the plans and make sure the environment readiness is at a good level.&lt;/li&gt;
&lt;li&gt;Ready (and migrate): Prepare your new cloud environment for planned changes and migrate your workloads to the cloud.&lt;/li&gt;
&lt;li&gt;Optimize: After migrating to the cloud, optimize your environment by using the beste solutions possible and innovate at this level.&lt;/li&gt;
&lt;li&gt;Secure: Improve the security of your workloads and plan your perodical security checks.&lt;/li&gt;
&lt;li&gt;Manage: Manage operations for cloud and hybrid solutions.&lt;/li&gt;
&lt;li&gt;Govern: Govern your environment and its workloads.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="intention-of-use"&gt;Intention of use&lt;a class="td-heading-self-link" href="#intention-of-use" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Increase the chance of your cloud success&lt;/li&gt;
&lt;li&gt;Gives you a best practice of how to perform the migration by proven methodology&lt;/li&gt;
&lt;li&gt;Ensures you don&amp;rsquo;t miss a crucial step&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="intended-usersaudience"&gt;Intended users/audience&lt;a class="td-heading-self-link" href="#intended-usersaudience" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;IT Decision makers&lt;/li&gt;
&lt;li&gt;Company Management Teams&lt;/li&gt;
&lt;li&gt;Companies who want to profit from cloud solutions&lt;/li&gt;
&lt;li&gt;Companies that are planning to migrate to the cloud&lt;/li&gt;
&lt;li&gt;Technicians and project managers for planning the migration&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information, check out this page: &lt;a href="https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/scenarios/"&gt;https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/scenarios/&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>