azure
Browse posts in this collection.
Hey Microsoft Azure, where is my data?If you are curious about exactly where your data physically resides within Microsoft Azure, this post explores the nuances of data residency beyond simple region selection. I share my experience investigating data locations for services like Azure AD to help clarify common misconceptions and provide practical answers to customer questions about data sovereignty.
April 12, 2021Hosting Tailscale in AzureDiscover how I enhanced the reliability of my Tailscale setup by deploying a backup node in Azure after my Raspberry Pi failed during a home office refurbishment. I walk through spinning up a secure Ubuntu virtual machine with Defender for Cloud and installing Tailscale to ensure continuous access to my on-premises devices.
December 28, 2023How I prepare and (often) succeed with technical Microsoft certification examsDrawing on my experience of passing 89 Microsoft certification exams since 1997, I share my straightforward preparation strategy that focuses on efficient data gathering and effective reading. This post outlines how I choose between beta and regular exams and manage my study time to ensure confidence and success, even amidst a busy schedule.
September 30, 2019How to lock down a single confidential Resource Group in AzureI discovered the hard way that standard Azure IAM features cannot block inherited permissions at the Resource Group level, making it impossible to restrict access for specific users without revoking their rights across the entire subscription. In this post, I share the trial-and-error process of finding a workaround to lock down confidential resource groups while maintaining broader access, ultimately revealing why common solutions like deny assignments or Blueprints fall short.
May 22, 2021How to run business logic code as background jobs in Microsoft AzureIf you are looking for a clear, prioritized guide to running background business logic on Microsoft Azure, this post breaks down the various options available for developers and architects. I focus on starting with WebJobs as the easiest, simplest, and most affordable choice, detailing how they can be used to execute scripts and binaries continuously or on a schedule without requiring complex rewrites.
January 29, 2020