From 52155b3c0ede0defb290267ef6da6720d49e9d4c Mon Sep 17 00:00:00 2001 From: cchavez-msft <136099320+cchavez-msft@users.noreply.github.com> Date: Mon, 10 Mar 2025 15:26:54 -0400 Subject: [PATCH 1/2] update on the containerization benefits section We migrated our documentation to the link I changed. Please, reach out if you have any questions. --- .../migrate-to-windows-app-sdk-ovw.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/migrate-to-windows-app-sdk-ovw.md b/hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/migrate-to-windows-app-sdk-ovw.md index a43d9c2453..87e9d34853 100644 --- a/hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/migrate-to-windows-app-sdk-ovw.md +++ b/hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/migrate-to-windows-app-sdk-ovw.md @@ -33,7 +33,7 @@ As a further step in assisting you to migrate your UWP apps to the Windows App S ## Containerization benefits -When transitioning to the Windows App SDK, UWP applications might lose the inherent containerization benefits of their original platform. However, those benefits can be restored by using Win32 App Isolation—a new security feature that enhances protection by isolating applications within a sandbox environment. This approach offers additional security against potential threats with minimal changes to your existing code. For more info, and to begin using Win32 App Isolation, visit [Welcome to the Win32 app isolation repo](https://github.com/microsoft/win32-app-isolation) on GitHub. +When transitioning to the Windows App SDK, UWP applications might lose the inherent containerization benefits of their original platform. However, those benefits can be restored by using Win32 App Isolation—a new security feature that enhances protection by isolating applications within a sandbox environment. This approach offers additional security against potential threats with minimal changes to your existing code. For more info, and to begin using Win32 App Isolation, visit [Win32 app isolation documentation](https://learn.microsoft.com/windows/win32/secauthz/app-isolation-overview) on GitHub. ## Topics in this section From e8b764bdf53339b2bf2cd8a33b6bcd7958eae7fb Mon Sep 17 00:00:00 2001 From: Steven White <31261191+stevewhims@users.noreply.github.com> Date: Mon, 10 Mar 2025 13:40:25 -0700 Subject: [PATCH 2/2] Edit pass Using title of topic we're going to; better url; fixing "on GitHub"; see rather than visit. --- .../migrate-to-windows-app-sdk-ovw.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/migrate-to-windows-app-sdk-ovw.md b/hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/migrate-to-windows-app-sdk-ovw.md index 87e9d34853..7707ee7bc2 100644 --- a/hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/migrate-to-windows-app-sdk-ovw.md +++ b/hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/migrate-to-windows-app-sdk-ovw.md @@ -33,8 +33,7 @@ As a further step in assisting you to migrate your UWP apps to the Windows App S ## Containerization benefits -When transitioning to the Windows App SDK, UWP applications might lose the inherent containerization benefits of their original platform. However, those benefits can be restored by using Win32 App Isolation—a new security feature that enhances protection by isolating applications within a sandbox environment. This approach offers additional security against potential threats with minimal changes to your existing code. For more info, and to begin using Win32 App Isolation, visit [Win32 app isolation documentation](https://learn.microsoft.com/windows/win32/secauthz/app-isolation-overview) on GitHub. - +When transitioning to the Windows App SDK, UWP applications might lose the inherent containerization benefits of their original platform. However, those benefits can be restored by using Win32 App Isolation—a new security feature that enhances protection by isolating applications within a sandbox environment. This approach offers additional security against potential threats with minimal changes to your existing code. For more info, and to begin using Win32 App Isolation, see [Win32 app isolation overview](/windows/win32/secauthz/app-isolation-overview). ## Topics in this section | Topic | Description |