Skip to content

Commit 85d5ef6

Browse files
Merge pull request #277682 from sipastak/app-attach-overview
App attach overview GA update
2 parents 39abc66 + 8b49ee1 commit 85d5ef6

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

articles/virtual-desktop/app-attach-overview.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
---
2-
title: MSIX app attach and app attach - Azure Virtual Desktop
3-
description: Learn about MSIX app attach and app attach in Azure Virtual Desktop, where you can dynamically attach applications from an application package to a user session.
2+
title: App attach and MSIX app attach - Azure Virtual Desktop
3+
description: Learn about app attach and MSIX app attach in Azure Virtual Desktop, where you can dynamically attach applications from an application package to a user session.
44
ms.topic: conceptual
55
zone_pivot_groups: azure-virtual-desktop-app-attach
66
author: dknappettmsft
77
ms.author: daknappe
88
ms.date: 12/08/2023
99
---
1010

11-
# MSIX app attach and app attach in Azure Virtual Desktop
11+
# App attach and MSIX app attach in Azure Virtual Desktop
1212

13-
> [!IMPORTANT]
14-
> App attach is currently in PREVIEW.
15-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
16-
17-
There are two features in Azure Virtual Desktop that enable you to dynamically attach applications from an application package to a user session in Azure Virtual Desktop - *MSIX app attach* and *app attach (preview)*. *MSIX app attach* is generally available, but *app attach* is available in preview, which improves the administrative and user experiences. With both *MSIX app attach* and *app attach*, applications aren't installed locally on session hosts or images, making it easier to create custom images for your session hosts, and reducing operational overhead and costs for your organization. Applications run within containers, which separate user data, the operating system, and other applications, increasing security and making them easier to troubleshoot.
13+
There are two features in Azure Virtual Desktop that enable you to dynamically attach applications from an application package to a user session in Azure Virtual Desktop - *app attach* and *MSIX app attach*. With both *app attach* and *MSIX app attach*, applications aren't installed locally on session hosts or images, making it easier to create custom images for your session hosts, and reducing operational overhead and costs for your organization. Applications run within containers, which separate user data, the operating system, and other applications, increasing security and making them easier to troubleshoot.
1814

1915
The following table compares MSIX app attach with app attach:
2016

@@ -37,7 +33,7 @@ You can use the following application package types and file formats:
3733
MSIX and Appx are Windows application package formats that provide a modern packaging experience to Windows applications. Applications run within containers, which separate user data, the operating system, and other applications, increasing security and making them easier to troubleshoot. MSIX and Appx are similar, where the main difference is that MSIX is a superset of Appx. MSIX supports all the features of Appx, plus other features that make it more suitable for enterprise use.
3834

3935
> [!TIP]
40-
> Select a button at the top of this article to choose between *MSIX app attach* (current) and *app attach* (preview) to see the relevant documentation.
36+
> Select a button at the top of this article to choose between *app attach* and *MSIX app attach* to see the relevant documentation.
4137
4238
You can get MSIX packages from software vendors, or you can [create an MSIX package from an existing installer](/windows/msix/packaging-tool/create-an-msix-overview). To learn more about MSIX, see [What is MSIX?](/windows/msix/overview)
4339

@@ -243,7 +239,7 @@ Any disaster recovery plans for Azure Virtual Desktop must include replicating t
243239

244240
### Azure Files
245241

246-
Azure Files has limits on the number of open handles per root directory, directory, and file. When using MSIX app attach or app attach, VHDX or CimFS disk images are mounted using the computer account of the session host, meaning one handle is opened per session host per disk image, rather than per user. For more information on the limits and sizing guidance, see [Azure Files scalability and performance targets](../storage/files/storage-files-scale-targets.md#file-scale-targets) and [Azure Files sizing guidance for Azure Virtual Desktop](../storage/files/storage-files-scale-targets.md#azure-files-sizing-guidance-for-azure-virtual-desktop).
242+
Azure Files has limits on the number of open handles per root directory, directory, and file. When using app attach or MSIX app attach, VHDX or CimFS disk images are mounted using the computer account of the session host, meaning one handle is opened per session host per disk image, rather than per user. For more information on the limits and sizing guidance, see [Azure Files scalability and performance targets](../storage/files/storage-files-scale-targets.md#file-scale-targets) and [Azure Files sizing guidance for Azure Virtual Desktop](../storage/files/storage-files-scale-targets.md#azure-files-sizing-guidance-for-azure-virtual-desktop).
247243

248244
## MSIX and Appx package certificates
249245

0 commit comments

Comments
 (0)