<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Azure Master Class on justinverstijnen.nl</title><link>https://projectkaasplank.justinverstijnen.nl/categories/azure-master-class/</link><description>Recent content in Azure Master Class on justinverstijnen.nl</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 12 Apr 2026 17:18:42 +0200</lastBuildDate><atom:link href="https://projectkaasplank.justinverstijnen.nl/categories/azure-master-class/index.xml" rel="self" type="application/rss+xml"/><item><title>AMC - Module 11: Infrastructure as Code (IaC) and DevOps</title><link>https://projectkaasplank.justinverstijnen.nl/amc-module-11-infrastructure-as-code-iac-and-devops/</link><pubDate>Thu, 27 Mar 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/amc-module-11-infrastructure-as-code-iac-and-devops/</guid><description>&lt;p&gt;In this module, we cover Azure: Infrastructure as Code (IaC) and DevOps. This module focuses more on development on Azure, with less emphasis on automation and IT management. While IaC and DevOps might seem less exciting at first, they are essential for modern cloud-based application development and operations, helping streamline deployments, ensure consistency, and integrate continuous delivery pipelines.&lt;/p&gt;
&lt;hr&gt;
&lt;h1 id="azure-portal-azure-powershell-and-azure-cli"&gt;Azure Portal, Azure Powershell and Azure CLI&lt;a class="td-heading-self-link" href="#azure-portal-azure-powershell-and-azure-cli" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;There are multiple environments to manage Azure and its resources:&lt;/p&gt;</description></item><item><title>AMC - Module 10: Monitoring and Security</title><link>https://projectkaasplank.justinverstijnen.nl/amc-module-10-monitoring-and-security/</link><pubDate>Thu, 20 Mar 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/amc-module-10-monitoring-and-security/</guid><description>&lt;p&gt;In this module, i want you to understand all the possibilities of Monitoring and some Security features of Microsoft Azure. We know that Security these days is a very hot topic and monitoring is not really unimportant either. Very valuable information for you, i hope :).&lt;/p&gt;
&lt;hr&gt;
&lt;h1 id="azure-monitor"&gt;Azure Monitor&lt;a class="td-heading-self-link" href="#azure-monitor" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Azure Monitor is a service in Azure that enables monitoring. With it, you can monitor various resources and quickly identify potential issues during an outage. Azure Monitor supports almost all resources in Azure and can, for example, retrieve event logs and metrics from the guest operating system of virtual machines.&lt;/p&gt;</description></item><item><title>AMC - Module 9: Databases &amp;amp; AI</title><link>https://projectkaasplank.justinverstijnen.nl/amc-module-9-databases-ai/</link><pubDate>Thu, 13 Mar 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/amc-module-9-databases-ai/</guid><description>&lt;p&gt;In this we will explore various possibilities of Databases and AI in Microsoft Azure.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="types-of-data-and-structures"&gt;Types of data and structures&lt;a class="td-heading-self-link" href="#types-of-data-and-structures" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Data in general can be stored in different ways for various purposes.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Relational:&lt;/strong&gt; Relational data consists of rows and columns following a predefined schema. The schema is represented as a table, which is essentially a type of spreadsheet where the rows contain entities and the columns store properties. For example, in an online webshop, orders would be represented as rows (entities), while columns would contain data such as the order ID, customer address, timestamp, payment method, etc.
&lt;ul&gt;
&lt;li&gt;Examples: SQL Server, MySQL, PostgreSQL&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Non-relational:&lt;/strong&gt; Non-relational data is less structured, such as a document or a JSON file. However, it is self-descriptive, meaning the file itself makes it clear how the data is stored.
&lt;ul&gt;
&lt;li&gt;Examples: NoSQL, MongoDB, Gremlin, Cosmos DB&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Unstructured:&lt;/strong&gt; Unstructured data consists of various file types where the structure is not clearly defined.
&lt;ul&gt;
&lt;li&gt;Examples:.docx, .xlsx, .jpg, .mp4 and other standalone files&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="databases-in-microsoft-azure"&gt;Databases in Microsoft Azure&lt;a class="td-heading-self-link" href="#databases-in-microsoft-azure" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;In Microsoft Azure, there are different ways to deploy a database where each type has it&amp;rsquo;s own charasteristics and requirements:&lt;/p&gt;</description></item><item><title>AMC - Module 8: Application Services and Containers</title><link>https://projectkaasplank.justinverstijnen.nl/amc-module-8-application-services-and-containers/</link><pubDate>Thu, 06 Mar 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/amc-module-8-application-services-and-containers/</guid><description>&lt;p&gt;This module is about application services in Microsoft Azure. It mainly focuses on containers and containerized solutions but also explores other serverless solutions. These are solutions where, as a customer or consumer of Microsoft Azure, you do not need to manage a server.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="statefull-vs-stateless"&gt;Statefull vs. Stateless&lt;a class="td-heading-self-link" href="#statefull-vs-stateless" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;We can categorize servers/VMs into two categories: Stateful and Stateless:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Stateful:&lt;/strong&gt; Stateful servers are uniquely configured and have a specific role, for example:&lt;/p&gt;</description></item><item><title>AMC - Module 7: Virtual Machines and Scale Sets</title><link>https://projectkaasplank.justinverstijnen.nl/amc-module-7-virtual-machines-and-scale-sets/</link><pubDate>Wed, 05 Mar 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/amc-module-7-virtual-machines-and-scale-sets/</guid><description>&lt;p&gt;This module explicitly covers virtual machines and virtual machines in combination with VMSS (Virtual Machine Scale Sets). Also we cover most of the VM family names, their breakdown, and advanced VM features.&lt;/p&gt;
&lt;hr&gt;
&lt;h1 id="virtual-machines-vms"&gt;Virtual Machines (VMs)&lt;a class="td-heading-self-link" href="#virtual-machines-vms" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Virtual Machines are one of the most commonly used services in Microsoft Azure. This is because a customizable virtual machine allows for nearly unlimited possibilities, and most software requires a real desktop environment for installation.&lt;/p&gt;</description></item><item><title>AMC - Module 6: Networking in Microsoft Azure</title><link>https://projectkaasplank.justinverstijnen.nl/amc-module-6-networking-in-microsoft-azure/</link><pubDate>Fri, 28 Feb 2025 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/amc-module-6-networking-in-microsoft-azure/</guid><description>&lt;p&gt;In Module 6, we will explore all the possibilities of Azure regarding networking, VPNs, load balancing methods, proxies, and gateways. This chapter also covers most the topics and solutions included in the AZ-700 exam, the Azure Networking certification.&lt;/p&gt;
&lt;p&gt;Check out the AZ-700 Azure Networking Certification at: &lt;a href="https://learn.microsoft.com/en-us/credentials/certifications/azure-network-engineer-associate/?practice-assessment-type=certification"&gt;https://learn.microsoft.com/en-us/credentials/certifications/azure-network-engineer-associate/?practice-assessment-type=certification&lt;/a&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="introduction-to-generic-networking"&gt;Introduction to generic Networking&lt;a class="td-heading-self-link" href="#introduction-to-generic-networking" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;A &lt;strong&gt;network&lt;/strong&gt; is described as a group of devices who communicate with each other. In Microsoft Azure, we have to create and design networks for our resources to communicatie with each other. We only use TCP/IP networking, which works with IP addresses, DHCP, routing etcetera.&lt;/p&gt;</description></item><item><title>AMC - Module 5: Storage in Azure</title><link>https://projectkaasplank.justinverstijnen.nl/amc-module-5-storage/</link><pubDate>Sat, 21 Dec 2024 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/amc-module-5-storage/</guid><description>&lt;p&gt;This module focuses purely on the various storage services that Azure offers and provides. Additionally, we will explore the different options available to increase redundancy and apply greater resilience.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="the-importance-and-types-of-storage"&gt;The importance and types of storage&lt;a class="td-heading-self-link" href="#the-importance-and-types-of-storage" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Storage fundamentally exists in three different types:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Structured:&lt;/strong&gt; Structured data is information stored according to a specific structure or model, allowing queries to be written to retrieve data.
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Examples:&lt;/em&gt; Databases, Database tables&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Semi-structured:&lt;/strong&gt; Semi-structured data is not stored according to a strict schema, but each file contains a clear structure, making the data understandable.
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Examples:&lt;/em&gt; XML files, JSON files&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Unstructured:&lt;/strong&gt; Unstructured data consists of individual files, each containing its own data.
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Examples:&lt;/em&gt; Text files, Video files, Images, Emails&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In this chapter, we will primarily focus on &lt;strong&gt;Unstructured&lt;/strong&gt; data.&lt;/p&gt;</description></item><item><title>AMC - Module 4: Resiliency and Redundancy in Azure</title><link>https://projectkaasplank.justinverstijnen.nl/amc-module-4-resiliency-and-redundancy/</link><pubDate>Thu, 21 Nov 2024 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/amc-module-4-resiliency-and-redundancy/</guid><description>&lt;p&gt;This module is all about resiliency and redundancy in Microsoft Azure. Resiliency literally means flexibility. It refers to how resistant a solution is to certain issues and failures. We want to build our solutions redundant, because we don&amp;rsquo;t want outage in a system so a customer can&amp;rsquo;t do their work.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="areas-to-implement-resilliency"&gt;Areas to implement resilliency&lt;a class="td-heading-self-link" href="#areas-to-implement-resilliency" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The different layers where you can and should apply resiliency and how you can improve the area are:&lt;/p&gt;</description></item><item><title>AMC - Module 3: Governance in Microsoft Azure</title><link>https://projectkaasplank.justinverstijnen.nl/amc-module-3-governance-in-microsoft-azure/</link><pubDate>Thu, 07 Nov 2024 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/amc-module-3-governance-in-microsoft-azure/</guid><description>&lt;h2 id="introduction-to-govenance-in-azure"&gt;Introduction to Govenance in Azure&lt;a class="td-heading-self-link" href="#introduction-to-govenance-in-azure" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Governance in Azure refers to the enforcement of rules and the establishment of standards in solutions, naming conventions, technology, etc. This is achieved through the management and importance of Management Groups, Subscriptions, Resource Groups, Policies, RBAC, and Budgets.&lt;/p&gt;
&lt;p&gt;In the cloud, Governance is crucial because processes and behaviors differ significantly from on-premises hardware. Additionally, certain services can be made publicly accessible, which requires an extra layer of security.&lt;/p&gt;</description></item><item><title>AMC - Module 2: Identity in Azure</title><link>https://projectkaasplank.justinverstijnen.nl/amc-module-2-identity/</link><pubDate>Thu, 24 Oct 2024 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/amc-module-2-identity/</guid><description>&lt;p&gt;This Azure Master Class (AMC) chapter is all about Identity in Microsoft Azure. This means we discuss the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Users&lt;/li&gt;
&lt;li&gt;Groups&lt;/li&gt;
&lt;li&gt;Devices&lt;/li&gt;
&lt;li&gt;Enterprise Applications&lt;/li&gt;
&lt;li&gt;Service Principals&lt;/li&gt;
&lt;li&gt;Authentication&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="what-is-identity"&gt;What is identity?&lt;a class="td-heading-self-link" href="#what-is-identity" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;For every service that a user accesses, it is necessary to have an identity. Access needs to be determined, and the service must know who the user is in order to open the correct environment.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Best practice&lt;/strong&gt; is to always assign the least possible privileges. A person who performs 3 tasks does not need permissions for 200 tasks, but for the 3 tasks only. &amp;ldquo;Least privilege&amp;rdquo; is one of the 3 key principals of the Zero Trust model.&lt;/p&gt;</description></item><item><title>AMC - Module 1: Fundamentals of Cloud and Microsoft Azure</title><link>https://projectkaasplank.justinverstijnen.nl/amc-module-1-fundamentals-of-cloud-and-microsoft-azure/</link><pubDate>Thu, 17 Oct 2024 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/amc-module-1-fundamentals-of-cloud-and-microsoft-azure/</guid><description>&lt;p&gt;This chapter is about the term &amp;ldquo;Cloud&amp;rdquo; and the fundamentals of Microsoft Azure and Cloud Services in general.&lt;/p&gt;
&lt;h2 id="what-is-the-cloud"&gt;What is &amp;ldquo;the Cloud&amp;rdquo;?&lt;a class="td-heading-self-link" href="#what-is-the-cloud" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The Cloud is a widely used term to say, &amp;ldquo;That runs elsewhere on the internet.&amp;rdquo; There are many different definitions, but the National Institute of Standards and Technology (NIST) in the United States has identified five characteristics that a service/solution must meet to call itself a cloud service:&lt;/p&gt;</description></item><item><title>Microsoft Azure Master Class - Navigation page</title><link>https://projectkaasplank.justinverstijnen.nl/amc-navigation/</link><pubDate>Thu, 17 Oct 2024 00:00:00 +0000</pubDate><guid>https://projectkaasplank.justinverstijnen.nl/amc-navigation/</guid><description>&lt;h2 id="introduction-to-this-azure-master-class"&gt;Introduction to this Azure Master Class&lt;a class="td-heading-self-link" href="#introduction-to-this-azure-master-class" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Hey there! I have a new collection of blog posts here. A while ago (2023) I followed the Azure Master Class course of John Savill, and done some extra research into some of the components of Azure. I wrote those things down to learn from it and have some documentation. Firstly, this was for personal use but after founding this website and blog I decided to rework it and publish all the information because I think it can be very helpful.&lt;/p&gt;</description></item></channel></rss>