Latest Posts
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.
Azure SQL - Managing Server-Level Transparent Data Encryption (TDE) Keys with Azure PowerShell
·1192 words·6 mins·
100
views
·
5
likes
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
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
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
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.