Skip to main content
Jorge Bernhardt Jorge Bernhardt
Jorge Bernhardt

Jorge Bernhardt

Welcome to my website! My goal is to help you optimize your IT infrastructure with expert advice and timely updates. If you find my content valuable, share it with your colleagues and friends!

Latest Posts

Study Datasheet – Customer-Managed Keys (CMK) for Azure Storage Encryption
·665 words·4 mins· 100 views · 5 likes
Microsoft Azure CMK Azure Storage Account
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
Azure CLI Azure Cloud Shell Microsoft Microsoft Azure
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
Azure CLI Microsoft Microsoft Azure Bicep
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
Microsoft Azure TDE Security
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.
Azure SQL - Managing Server-Level Transparent Data Encryption (TDE) Keys with Azure PowerShell
·1192 words·6 mins· 100 views · 5 likes
Microsoft Azure TDE Security
In Azure SQL, server-level Transparent Data Encryption (TDE) provides centralized encryption across multiple databases within a server or managed instance. By default, Azure SQL uses a Service Managed Key (SMK) for TDE, but we can also choose to deploy a Customer Managed Key (CMK) for better control.