Azure Confidential VM Attestation Demo (Java)

Ensuring that sensitive business logic only runs in a trusted environment is a cornerstone of secure cloud computing. To demonstrate this principle, I’ve published a Spring Boot application that performs attestation of an Azure Confidential Compute VM before executing protected operations. You can explore the source code here: GitHub Repository. Why Attestation Matters In Azure, … Read more

Session Affinity in Azure Container Apps: A Hands-On Demo

When building cloud-native applications, load balancing across multiple replicas is essential for scalability and resilience. But what happens when your application needs session affinity, ensuring that a user’s requests are consistently routed to the same replica? This is where sticky sessions come in. I recently published a demo project on GitHub that shows how to … Read more