azure-confidential-computing

Translate Azure confidential computing concepts into practical design, implementation, and troubleshooting guidance.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/RobGibbens/ConnectionsExplorer --skill azure-confidential-computing-robgibbens
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-confidential-computing
Source: https://github.com/RobGibbens/ConnectionsExplorer/tree/main/.github/skills/azure-confidential-computing
Command: npx skills add https://github.com/RobGibbens/ConnectionsExplorer --skill azure-confidential-computing-robgibbens

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Azure Confidential Computing guidance helps teams design, implement, and optimize secure workloads across Azure Confidential VMs, SGX enclaves, and confidential containers, reducing risk and accelerating secure delivery.

Core Features & Use Cases

  • Architecture and design patterns for confidential computing across VM, container, and enclave scenarios.
  • Security hardening, attestation, key management, and compliance guidance for confidential workloads.
  • Deployment guidance and integration patterns with AKS, Fortanix CCM, and related tooling for end-to-end secure workflows.

Quick Start

Outline a secure Azure confidential computing setup for a new application and list the first three implementation steps.

Frequently Asked Questions about azure-confidential-computing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design Azure confidential computing architecture for a new application?

Azure confidential computing architecture design requires selecting between confidential VMs, SGX enclave nodes, and AKS confidential containers based on your workload isolation needs. Apply security hardening, attestation, and key management patterns to reduce risk and accelerate secure delivery.

What is the best way to deploy confidential containers on AKS?

Deploying confidential containers on AKS involves integration patterns for end-to-end secure workflows. Use deployment guidance to configure enclave nodes, apply attestation policies, and manage keys to ensure workload isolation and compliance within the Kubernetes environment.

How does attestation work for Azure SGX enclaves?

Attestation for Azure SGX enclaves verifies the integrity of the secure computing environment before releasing sensitive data. Configure attestation processes and key management integration to ensure only trusted enclaves can execute and access protected workload data.

Does Azure confidential computing support integration with Fortanix CCM?

Azure confidential computing supports integration with Fortanix CCM and related tooling for end-to-end secure workflows. Use these tools to manage enclave deployments, apply security policies, and coordinate key management across your confidential computing infrastructure.

When do I need Azure confidential VMs versus SGX enclave nodes?

Choose Azure confidential VMs for full operating system isolation, or SGX enclave nodes for application-level protected execution within memory regions. Select based on your security hardening requirements, deployment patterns, and the level of code isolation needed for your workload.

How do I troubleshoot security hardening issues in confidential workloads?

Troubleshoot security hardening issues in confidential workloads by reviewing attestation configurations, key management policies, and deployment patterns for Azure confidential VMs and containers. Access up-to-date Microsoft Docs to identify caveats and verify supported features for your implementation.