Skip to content

Commit c9886d4

Browse files
authored
Merge pull request #97089 from Heidilohr/work-toc-dedup
TOC deduplication and edits
2 parents e18c4b6 + ad05bcb commit c9886d4

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

articles/virtual-desktop/TOC.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@
5858
href: configure-host-pool-load-balancing.md
5959
- name: Use Windows Virtual Desktop license
6060
href: apply-windows-license.md
61-
- name: Create a profile container for a host pool using a file share
62-
href: create-host-pools-user-profile.md
6361
- name: Customize session host image
6462
items:
6563
- name: Set up a master VHD image
@@ -72,7 +70,7 @@
7270
href: customize-feed-for-virtual-desktop-users.md
7371
- name: Deploy the diagnostics tool
7472
href: deploy-diagnostics.md
75-
- name: Publish apps
73+
- name: Publish built-in apps
7674
href: publish-apps.md
7775
- name: Set up MSIX app attach
7876
href: app-attach.md

articles/virtual-desktop/publish-apps.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Publish apps in Windows Virtual Desktop - Azure
2+
title: Publish built-in apps in Windows Virtual Desktop - Azure
33
description: How to publish modern apps in Windows Virtual Desktop.
44
services: virtual-desktop
55
author: Heidilohr
66

77
ms.service: virtual-desktop
88
ms.topic: conceptual
9-
ms.date: 11/22/2019
9+
ms.date: 11/25/2019
1010
ms.author: helohr
1111
---
12-
# Publish apps in Windows Virtual Desktop
12+
# Publish built-in apps in Windows Virtual Desktop
1313

1414
This article will tell you how to publish apps in your Windows Virtual Desktop environment.
1515

@@ -22,7 +22,7 @@ To publish a built-in app:
2222
3. Finally, run the following cmdlet with `<PackageFamilyName>` replaced by the **PackageFamilyName** you found in the previous step:
2323

2424
```powershell
25-
New-RdsRemoteApp $tenant1 $pool1 $appgroup1 -Name $remoteapp3 -FriendlyName $remoteapp3 -FilePath "shell:appsFolder\<PackageFamilyName>!App"
25+
New-RdsRemoteApp <tenantname> <hostpoolname> <appgroupname> -Name <remoteappname> -FriendlyName <remoteappname> -FilePath "shell:appsFolder\<PackageFamilyName>!App"
2626
```
2727

2828
>[!NOTE]
@@ -37,7 +37,7 @@ After you publish an app, it will have the default Windows app icon instead of i
3737
The process you use to publish Microsoft Edge is a little different from the publishing process for other apps. To publish Microsoft Edge with the default homepage, run this cmdlet:
3838

3939
```powershell
40-
New-RdsRemoteApp $tenant1 $pool1 $appgroup1 -Name $remoteapp3 -FriendlyName $remoteapp3 -FilePath "shell:Appsfolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge"
40+
New-RdsRemoteApp <tenantname> <hostpoolname> <appgroupname> -Name <remoteappname> -FriendlyName <remoteappname> -FilePath "shell:Appsfolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge"
4141
```
4242

4343

0 commit comments

Comments
 (0)