Skip to content

Commit 34ca1c8

Browse files
Merge pull request #295389 from sipastak/msix-deprecation
Add deprecation notice for MSIX App Attach
2 parents 9a8bd5c + e2fe4f0 commit 34ca1c8

8 files changed

+25
-1
lines changed

articles/virtual-desktop/app-attach-create-msix-image.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ ms.date: 03/04/2024
99

1010
# Create an MSIX image to use with app attach in Azure Virtual Desktop
1111

12+
> [!IMPORTANT]
13+
> MSIX App Attach will be deprecated on June 1, 2025. Make sure to move all apps to App Attach by this date.
14+
1215
To use MSIX packages with app attach and MSIX app attach in Azure Virtual Desktop, you need to expand an MSIX package application into an MSIX image. This article shows you how to create an MSIX image.
1316

1417
## Prerequisites

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ ms.date: 01/17/2025
1010

1111
# App attach and MSIX app attach in Azure Virtual Desktop
1212

13+
> [!IMPORTANT]
14+
> MSIX App Attach will be deprecated on June 1, 2025. Make sure to move all apps to App Attach by this date.
15+
1316
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.
1417

1518
The following table compares MSIX app attach with app attach:

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ ms.date: 03/04/2024
1111

1212
# Add and manage app attach and MSIX app attach applications in Azure Virtual Desktop
1313

14+
> [!IMPORTANT]
15+
> MSIX App Attach will be deprecated on June 1, 2025. Make sure to move all apps to App Attach by this date.
16+
1417
> [!TIP]
1518
> A new version of app attach for Azure Virtual Desktop is available. Select a button at the top of this article to choose between *app attach* and *MSIX app attach* to see the relevant documentation.
1619

articles/virtual-desktop/app-attach-test-msix-packages.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ ms.date: 03/04/2024
99

1010
# Test MSIX packages for app attach
1111

12+
> [!IMPORTANT]
13+
> MSIX App Attach will be deprecated on June 1, 2025. Make sure to move all apps to App Attach by this date.
14+
1215
This article shows you how to mount MSIX packages outside of Azure Virtual Desktop to help test your packages for app attach. The APIs that power app attach are available for Windows 11 Enterprise and Windows 10 Enterprise. These APIs can be used outside of Azure Virtual Desktop for testing, however there's no management plane for app attach or MSIX app attach outside of Azure Virtual Desktop.
1316

1417
For more information about app attach and MSIX app attach, see [app attach and MSIX app attach in Azure Virtual Desktop](app-attach-overview.md).

articles/virtual-desktop/msix-app-attach-migration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ ms.date: 02/28/2024
1010

1111
# Migrate MSIX packages from MSIX app attach to app attach
1212

13+
> [!IMPORTANT]
14+
> MSIX App Attach will be deprecated on June 1, 2025. Make sure to move all apps to App Attach by this date.
15+
1316
App attach improves the administrative and user experiences over MSIX app attach. If you use MSIX app attach, you can migrate your MSIX packages to app attach using a PowerShell script.
1417

1518
The migration script can perform the following actions:

articles/virtual-desktop/msixmgr-tool-syntax-description.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: MSIXMGR tool parameters - Azure Virtual Desktop
2+
title: MSIXMGR tool parameters - Azure Virtual Desktop
33
description: Learn about the command line parameters and syntax you can use with the MSIXMGR tool.
44
ms.topic: conceptual
55
author: dknappettmsft
@@ -9,6 +9,9 @@ ms.date: 03/05/2024
99

1010
# MSIXMGR tool parameters
1111

12+
> [!IMPORTANT]
13+
> MSIX App Attach will be deprecated on June 1, 2025. Make sure to move all apps to App Attach by this date.
14+
1215
This article contains the command line parameters and syntax you can use with the MSIXMGR tool.
1316

1417
## Prerequisites

articles/virtual-desktop/publish-applications-stream-remoteapp.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ ms.author: daknappe
1010

1111
# Publish applications with RemoteApp in Azure Virtual Desktop
1212

13+
> [!IMPORTANT]
14+
> MSIX App Attach will be deprecated on June 1, 2025. Make sure to move all apps to App Attach by this date.
15+
1316
There are two ways to make applications available to users in Azure Virtual Desktop: as part of a full desktop or as individual applications with RemoteApp. You publish applications by adding them to an application group, which is associated with a host pool and workspace, and assigned to users. For more information about application groups, see [Terminology](terminology.md#application-groups).
1417

1518
You publish applications in the following scenarios:

articles/virtual-desktop/whats-new-msixmgr.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ ms.custom: docs_inherited
1010

1111
# What's new in the MSIXMGR tool
1212

13+
> [!IMPORTANT]
14+
> MSIX App Attach will be deprecated on June 1, 2025. Make sure to move all apps to App Attach by this date.
15+
1316
This article provides the release notes for the latest updates to the MSIXMGR tool, which you use for expanding MSIX-packaged applications into MSIX images for use with Azure Virtual Desktop.
1417

1518
## Latest available version

0 commit comments

Comments
 (0)