top of page
Search
Quick Intro to Azure Monitor
Azure Monitor is a comprehensive solution for collecting, analyzing, and acting on telemetry data from both your cloud environments and...


Azure Cloud Adoption Framework, Landing Zones, and the Well-Architected Framework
Getting started in Azure can be quite a daunting task. Building an Azure environment from scratch requires you to make many different...


Kubernetes - API Versions & Resources
When I sat down to write this article, it was originally titled Top 4 things that confused me about Kubernetes . However, as I began...


Kubernetes - Using kubectl with kubeconfig files
kubectl is the command-line tool that is used to interact with Kubernetes clusters. But, how does kubectl know which clusters to connect...


A Quick Primer on PowerShell's shell environment
Microsoft defines PowerShell as being made up of three main components. First, it is a modern command shell. However, instead of simply...
Deploying Azure WVD with Terraform
2024 Update : Windows Virtual Desktop (WVD) has been rebranded and it is now called Azure Virtual Desktop (AVD). I've updated this...
All about Azure Cloud Shell
Azure Cloud Shell is an interactive, in-browser shell environment. It has two different shell experiences, either Bash or PowerShell. It...


How to connect Terraform Cloud with both Azure and Azure DevOps Services
This article is sort of like a Part 2. You see, I wrote a previous article that discussed connecting Terraform Cloud with Azure DevOps...


App Registrations, Enterprise Apps, and Service Principals
I wouldn't be exaggerating if I said that a full length book could be written about this subject alone. There's just so much that could...


Azure AD roles, Azure RBAC roles, and Classic Administrator roles
Permissions to Entra ID and permissions to Azure Resources are handled separately. They each have their own different access roles that...


How to connect Terraform Cloud with Azure DevOps Services
I really love infrastructure-as-code and I think its a wonderful technology. It helps to simplify and streamline many processes that...


Azure Storage Options
When you create a new Storage Account in Azure you will find there are a lot of different options to select from. It can get very...


An Azure Web App with PHP & MySQL using Azure DevOps Online
A long time ago I worked as part of a helpdesk team at a hospital. The computers in the hospital ran a ton of different programs. At...


SPF, DKIM, and DMARC for Exchange Online
SPF, DKIM, and DMARC are all options that can be used to better secure and protect your email environment and your email users. If you're...
Managed Azure Active Directory Domain Services
In a previous post , I explored how to extend your on-premises Active Directory Domain Services (AD DS) to the Azure cloud. But, what if...


Extending Active Directory Domain Services to Azure
Traditional on-premises Active Directory Domain Services (AD DS) and Azure Active Directory (AAD) are not the same thing. AD DS is...


Azure File Sync
Azure File Sync is a cool solution that lets you create local, on-premises caches for your Azure Files shares. Some benefits of this...


Azure Activity Logs
The Azure Activity Log provides a place to store and view important events regarding your subscription. It tracks changes (create,...
Custom Domains on Azure Active Directory
Every Azure AD tenant comes with an initial domain name, like domain.onmicrosoft.com. This domain can't be changed or removed. Most...
Azure DevOps
Azure DevOps is an all-encompassing term that Microsoft uses to describe a couple of different products: 1. Azure DevOps (also sometimes...
bottom of page