Skip to content

Commit ac354c9

Browse files
committed
AVD changing author to match guidelines
1 parent 9124552 commit ac354c9

12 files changed

+43
-30
lines changed

articles/virtual-desktop/agent-overview.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
title: Get started with the Azure Virtual Desktop Agent
33
description: An overview of the Azure Virtual Desktop Agent and update processes.
4-
author: Sefriend
4+
author: dknappettmsft
55
ms.topic: conceptual
66
ms.date: 12/16/2020
7-
ms.author: sefriend
8-
manager: clarkn
7+
ms.author: daknappe
8+
ms.custom: docs_inherited
99
---
10+
1011
# Get started with the Azure Virtual Desktop Agent
1112

1213
In the Azure Virtual Desktop Service framework, there are three main components: the Remote Desktop client, the service, and the virtual machines. These virtual machines live in the customer subscription where the Azure Virtual Desktop agent and agent bootloader are installed. The agent acts as the intermediate communicator between the service and the virtual machines, enabling connectivity. Therefore, if you're experiencing any issues with the agent installation, update, or configuration, your virtual machines won't be able to connect to the service. The agent bootloader is the executable that loads the agent.

articles/virtual-desktop/agent-updates-diagnostics.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
title: Set up diagnostics for monitoring agent updates
33
description: How to set up diagnostic reports to monitor agent updates.
4-
author: Sefriend
4+
author: dknappettmsft
55
ms.topic: how-to
66
ms.date: 03/20/2023
7-
ms.author: sefriend
8-
manager: rkiran
7+
ms.author: daknappe
8+
ms.custom: docs_inherited
99
---
10+
1011
# Set up diagnostics to monitor agent updates
1112

1213
Diagnostic logs can tell you which agent version is installed for an update, when it was installed, and if the update was successful. If an update is unsuccessful, it might be because the session host was turned off during the update. If that happened, you should turn the session host back on.

articles/virtual-desktop/network-connectivity.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
title: Understanding Azure Virtual Desktop network connectivity
33
titleSuffix: Azure
44
description: Learn about Azure Virtual Desktop network connectivity.
5-
author: femila
5+
author: dknappettmsft
66
ms.topic: conceptual
77
ms.date: 11/16/2020
8-
ms.author: femila
8+
ms.author: daknappe
9+
ms.custom: docs_inherited
910
---
1011

1112
# Understanding Azure Virtual Desktop network connectivity

articles/virtual-desktop/rdp-bandwidth.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
title: Remote Desktop Protocol bandwidth requirements Azure Virtual Desktop - Azure
33
titleSuffix: Azure
44
description: Understanding RDP bandwidth requirements for Azure Virtual Desktop.
5-
author: femila
5+
author: dknappettmsft
66
ms.topic: conceptual
77
ms.date: 11/16/2020
8-
ms.author: femila
8+
ms.author: daknappe
9+
ms.custom: docs_inherited
910
---
11+
1012
# Remote Desktop Protocol (RDP) bandwidth requirements
1113

1214
Remote Desktop Protocol (RDP) is a sophisticated technology that uses various techniques to perfect the server's remote graphics' delivery to the client device. Depending on the use case, availability of computing resources, and network bandwidth, RDP dynamically adjusts various parameters to deliver the best user experience.

articles/virtual-desktop/rdp-quality-of-service-qos.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
title: Implement Quality of Service (QoS) for Azure Virtual Desktop
33
titleSuffix: Azure
44
description: How to set up QoS for Azure Virtual Desktop.
5-
author: femila
5+
author: dknappettmsft
66
ms.topic: conceptual
77
ms.date: 10/18/2021
8-
ms.author: femila
8+
ms.author: daknappe
9+
ms.custom: docs_inherited
910
---
11+
1012
# Implement Quality of Service (QoS) for Azure Virtual Desktop
1113

1214
[RDP Shortpath for managed networks](./shortpath.md) provides a direct UDP-based transport between Remote Desktop Client and Session host. RDP Shortpath for managed networks enables configuration of Quality of Service (QoS) policies for the RDP data.

articles/virtual-desktop/scheduled-agent-updates.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
title: Azure Virtual Desktop Scheduled Agent Updates
33
description: How to use the Scheduled Agent Updates feature to choose a date and time to update your Azure Virtual Desktop agent components.
4-
author: Sefriend
4+
author: dknappettmsft
55
ms.topic: how-to
66
ms.date: 07/20/2022
7-
ms.author: sefriend
8-
manager: rkiran
7+
ms.author: daknappe
8+
ms.custom: docs_inherited
99
---
10+
1011
# Scheduled Agent Updates for Azure Virtual Desktop host pools
1112

1213
The Scheduled Agent Updates feature lets you create up to two maintenance windows for the Azure Virtual Desktop agent, side-by-side stack, and Geneva Monitoring agent to get updated so that updates don't happen during peak business hours. To monitor agent updates, you can use Log Analytics to see when agent component updates are available and when updates are unsuccessful.

articles/virtual-desktop/set-up-golden-image.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
title: Create an Azure Virtual Desktop golden image
33
description: A walkthrough for how to set up a golden image for your Azure Virtual Desktop deployment in the Azure portal.
4-
author: cshea-msft
4+
author: dknappettmsft
55
ms.topic: how-to
66
ms.date: 12/01/2021
7-
ms.author: chashea
8-
manager: bterkaly
7+
ms.author: daknappe
8+
ms.custom: docs_inherited
99
---
10+
1011
# Create a golden image in Azure
1112
This article will walk you through how to use the Azure portal to create a custom image to use for your Azure Virtual Desktop session hosts. This custom image, which we'll call a "golden image," contains all apps and configuration settings you want to apply to your deployment.
1213
There are other approaches to customizing your session hosts, such as using device management tools like [Microsoft Intune](/mem/intune/fundamentals/azure-virtual-desktop-multi-session) or automating your image build using tools like [Azure Image Builder](/azure/virtual-machines/windows/image-builder-virtual-desktop) with [Azure DevOps](/azure/devops/pipelines/get-started/key-pipelines-concepts?view=azure-devops&preserve-view=true). Which strategy works best depends on the complexity and size of your planned Azure Virtual Desktop environment and your current application deployment processes.

articles/virtual-desktop/troubleshoot-agent.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
title: Troubleshoot Azure Virtual Desktop Agent Issues - Azure
33
description: How to resolve common Azure Virtual Desktop Agent and connectivity issues.
4-
author: sefriend
4+
author: dknappettmsft
55
ms.topic: troubleshooting
66
ms.date: 04/21/2023
7-
ms.author: sefriend
8-
manager: clarkn
7+
ms.author: daknappe
8+
ms.custom: docs_inherited
99
---
10+
1011
# Troubleshoot common Azure Virtual Desktop Agent issues
1112

1213
The Azure Virtual Desktop Agent can cause connection issues because of multiple factors:

articles/virtual-desktop/virtual-desktop-fall-2019/classic-retirement.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
title: Azure Virtual Desktop (classic) retirement - Azure
33
description: Information about the retirement of Azure Virtual Desktop (classic).
44
ms.topic: conceptual
5-
author: msft-jasonparker
6-
ms.author: japarker
5+
author: dknappettmsft
6+
ms.author: daknappe
77
ms.date: 09/27/2023
8+
ms.custom: docs_inherited
89
---
910

1011
# Azure Virtual Desktop (classic) retirement

articles/virtual-desktop/virtual-desktop-fall-2019/configure-vm-gpu-2019.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
title: Configure GPU for Azure Virtual Desktop (classic) - Azure
33
description: How to enable GPU-accelerated rendering and encoding in Azure Virtual Desktop (classic).
4-
author: femila
4+
author: dknappettmsft
55
ms.topic: how-to
66
ms.date: 03/30/2020
7-
ms.author: femila
7+
ms.author: daknappe
8+
ms.custom: docs_inherited
89
---
910

1011
# Configure graphics processing unit (GPU) acceleration for Azure Virtual Desktop (classic)

0 commit comments

Comments
 (0)