Skip to main content

Posts

2024

Github Actions Azure Vnet Integration
·11 mins
Github Azure Devops Terraform
In today’s post, we will look at an interesting challenge, having GitHub actions interact with Azure PaaS services for which we have disabled public access.
Install K3s on a Raspberry PI - TLS certificates
·12 mins
Kubernetes Homelab Rpi Tutorial
If you have been following along in this series, so far we have configured the master node and added a few worker nodes to the cluster.
Install K3s on a Raspberry PI - Worker node
·5 mins
Kubernetes Homelab Rpi Tutorial
In the first article of this mini-series, we configured the master node and kubectl on our PC, now it’s time to configure the worker nodes and join them to the cluster, here’s the final state with my hostnames and IPs:
Install K3s on a Raspberry PI - Master node
·12 mins
Kubernetes Homelab Rpi Tutorial
Motivation # I recently bought a few Raspberry PI 5 SBCs to play around with Kubernetes at home and, without noticing, I started spending a lot of my free time with it.
Telemetry-Driven API Evolution: Removing Obsolete Endpoints in ASP.NET Core
·8 mins
Dotnet Otel Aspire
It’s common to evolve HTTP APIs, and while it’s very easy to expose new and improved versions of a given functionality, not so much to safely obsolete and eventually remove an API.

2023

Microsoft Graph Permissions Well-Known Ids
·86 mins
Azure Ms-Graph
If you’re working with the Microsoft identity platform, you’re probably familiar with the concept of application Scopes or Roles.
Ace the AZ-104 Microsoft Azure Administrator Certification Exam: Tips and Strategies
·8 mins
Azure Certifications
I recently passed the AZ-104 certification exam, making it the third Microsoft certification under my belt so far.
Goodbye secrets 👋, Hello token exchange: Connect Your GitHub Actions to Azure securely
·9 mins
Github Azure Devops Terraform
OpenID Connect (OIDC) integration between Azure Active Directory and GitHub allows your GitHub Actions workflows to securely access resources in Azure, without needing to store the Azure credentials in the GitHub action secrets.
Terraform Tips & Tricks: Managing Large-Scale Azure Resource Imports
·10 mins
Azure Terraform Devops
This post describes my journey to import several hundred Azure resources in Terraform.

2022

EF Core 7 is here - Welcome typed entity id 🍾
·7 mins
Ef-Core Dotnet Ddd Sql
Source code