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

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.
Terraform – Simplified Azure Container Instances (ACI) Deployment
·1712 words·9 mins· 100 views · 5 likes
Azure CLI Azure Cloud Shell ACI Microsoft
Hi everyone! Today, in this blog post, we will explore how to deploy Azure Container Instances (ACI) using Terraform. As we have discussed several times on this blog, ACI is a vital Azure service for running Docker containers without the need to manage underlying virtual machines.
Terraform - Azure Compute Gallery Deployment and Image Management
·1865 words·9 mins· 100 views · 5 likes
Azure CLI Azure Cloud Shell Microsoft Microsoft Azure
Hi everyone! Today, in this blog post, we will explore how to deploy and manage Azure Shared Image Galleries using Terraform. As you know, Shared Image Galleries in Azure provide a centralized way to store and manage custom images for your virtual machines, enabling consistent and efficient deployments across multiple regions.
Bicep - Creating Custom Azure Policy Initiatives
·1048 words·5 mins· 100 views · 5 likes
Azure CLI Azure Cloud Shell Microsoft Microsoft Azure
Hi everyone! This week we’re talking again about “Policy as Code,” an approach that brings consistency and efficiency to policy management, similar to how “Infrastructure as Code” transformed infrastructure deployment.