Skip to content

Commit 89280c3

Browse files
Merge pull request #273613 from michamcr/patch-108
Update application-development.md
2 parents d69ee43 + 9a2a6d4 commit 89280c3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

articles/confidential-computing/application-development.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,16 @@ ms.date: 11/01/2021
1010
ms.author: jushiman
1111
---
1212

13-
# Application enclave development
13+
# Application enclaves
1414

15-
With Azure confidential computing, you can create application enclaves for virtual machines (VMs) that run Intel Software Guard Extensions (SGX). It's important to understand the related tools and software before you begin development.
15+
With Azure confidential computing, you can create application enclaves for virtual machines (VMs) that run Intel Software Guard Extensions (SGX). Application enclaves are isolated environments that protect specific code and data. When creating enclaves, you must determine what part of the application runs within the enclave. When you create or manage enclaves, be sure to use compatible SDKs and frameworks for the chosen deployment stack.
1616

1717
> [!NOTE]
1818
> If you haven't already read the [introduction to Intel SGX VMs and enclaves](confidential-computing-enclaves.md), do so before continuing.
1919
20-
## Application enclaves
20+
## Application enclaves on Microsoft Mechanics
2121

22-
Application enclaves are isolated environments that protect specific code and data. When creating enclaves, you must determine what part of the application runs within the enclave. When you create or manage enclaves, be sure to use compatible SDKs and frameworks for the chosen deployment stack.
23-
24-
You can develop and deploy application enclaves using [confidential VMs with Intel SGX enabled](virtual-machine-solutions-sgx.md).
22+
> [!VIDEO https://www.youtube.com/embed/oFPYxVUVWrE]
2523
2624
### Developing applications
2725

0 commit comments

Comments
 (0)