

Latest Posts
Terraform - Implementing Azure DevOps Workload Identity Federation End-to-End
·1673 words·8 mins·
100
views
·
5
likes
Hello everyone! I want to share how I replaced expiring service connection secrets with a better solution: Workload Identity Federation (WIF). Instead of manually renewing secrets, I built an automated approach using Terraform to manage service connections in a more secure and scalable way.
Study Datasheet – Customer-Managed Keys (CMK) for Azure Storage Encryption
·665 words·4 mins·
100
views
·
5
likes
Overview Azure Storage automatically encrypts all data at rest using Storage Service Encryption (SSE). When you specify a customer-managed key (CMK), that key is not used to encrypt the data, it is used to protect and control access to the key that encrypts the data.
Terraform - Getting Started with Azure Chaos Studio
·1836 words·9 mins·
100
views
·
5
likes
Hi everyone! Today, in this blog post, we’ll explore how to deploy Azure Chaos Studio using Terraform. As you may know, Azure Chaos Studio is a powerful service that lets us safely test our infrastructure by simulating real-world failures.
Bicep - Deploying an Azure Data Factory
·1484 words·7 mins·
100
views
·
5
likes
Happy New Year, everyone! To start the year, I’ll show you how I use Bicep to deploy and configure Azure Data Factory, walking you through the essential settings to ensure a secure and efficient setup.
Azure SQL - Managing Database-Level Transparent Data Encryption (TDE) Keys with Azure PowerShell
·1410 words·7 mins·
100
views
·
5
likes
In my previous article, we explored how to set up server-level Transparent Data Encryption (TDE) in Azure SQL. This method uses a single encryption key to secure multiple databases on a server or managed instance, providing consistent protection across all databases.