Skip to content

Commit 590b0d3

Browse files
committed
Fixing issues in Acrolinx.
1 parent 3df6b33 commit 590b0d3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/virtual-desktop/app-attach-faq.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77

88
ms.service: virtual-desktop
99
ms.topic: faq
10-
ms.date: 06/15/2023
10+
ms.date: 06/19/2023
1111
ms.author: helohr
1212
manager: femila
1313
title: MSIX app attach FAQ
@@ -55,7 +55,7 @@ sections:
5555
- question: |
5656
Can I run two versions of the same application at the same time?
5757
answer: |
58-
For two version of the same MSIX applications to run simultaneously, the MSIX package family defined in the appxmanifest.xml file must be different for each app.
58+
For two versions of the same MSIX applications to run simultaneously, the MSIX package family defined in the appxmanifest.xml file must be different for each app.
5959
6060
- question: |
6161
Should I disable auto-update when using MSIX app attach?
@@ -70,7 +70,7 @@ sections:
7070
- question: |
7171
How many users can use an MSIX image handle?
7272
answer: |
73-
MSIX app attach mounts MSIX images on a per-machine basis, not a per-user basis. The amount of users who can use an MSIX image handle is based on the size of the machine's file system and throughput of the network. Also, Azure Files has a limit of 2,000 open handles per file.
73+
MSIX app attach mounts MSIX images on a per-machine basis, not a per-user basis. The number of users who can use an MSIX image handle is based on the size of the machine's file system and throughput of the network. Also, Azure Files has a limit of 2,000 open handles per file.
7474
7575
- question: |
7676
Can I use Azure Active Directory Domain Services (Azure AD DS) with MSIX app attach?

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Learn more about MSIX app attach at [What is MSIX app attach?](what-is-app-attac
1919
Here's what you need to configure MSIX app attach:
2020

2121
- A functioning Azure Virtual Desktop deployment. To learn how to deploy Azure Virtual Desktop (classic), see [Create a tenant in Azure Virtual Desktop](./virtual-desktop-fall-2019/tenant-setup-azure-active-directory.md). To learn how to deploy Azure Virtual Desktop with Azure Resource Manager integration, see [Create a host pool with the Azure portal](./create-host-pools-azure-marketplace.md).
22-
- A Azure Virtual Desktop host pool with at least one active session host.
22+
- An Azure Virtual Desktop host pool with at least one active session host.
2323
- A Desktop or RemoteApp application group.
2424
- The MSIX packaging tool.
2525
- An MSIX-packaged application expanded into an MSIX image that's uploaded into a file share.

articles/virtual-desktop/what-is-app-attach.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: Heidilohr
66

77
ms.service: virtual-desktop
88
ms.topic: conceptual
9-
ms.date: 06/16/2023
9+
ms.date: 06/19/2023
1010
ms.author: helohr
1111
manager: femila
1212
---
@@ -25,7 +25,7 @@ There are certain terms you should familiarize yourself with as you read about M
2525
| MSIX container | A lightweight app container. All apps within the container are isolated using file system and registry virtualization. For more information, see [MSIX container](/windows/msix/msix-container). |
2626
| MSIX application | An application stored within an MSIX container. The application and all its child processes run inside of the container. |
2727
| MSIX package | The .MSIX file that the container and its applications are stored inside. |
28-
| MSIX share | A network share that holds expanded MSIX packages. MSIX shares must support SMB 3 or later, and be accessible to VMs in the host pool system account. MSIX packages get staged from the share without having to move application files ot the system drive. |
28+
| MSIX share | A network share that holds expanded MSIX packages. MSIX shares must support SMB 3 or later, and be accessible to VMs in the host pool system account. MSIX packages get staged from the share without having to move application files to the system drive. |
2929
| MSIX image | A VHD, VHDx, or CIM file that contains one or more MSIX packaged applications. Each application is delivered in the MSIX image using the MSIXMGR tool. |
3030

3131
## What does MSIX app attach do?

0 commit comments

Comments
 (0)