Skip to content

Commit ef4eb0a

Browse files
committed
AVD freshness January 2025
1 parent 4b623f0 commit ef4eb0a

File tree

7 files changed

+8
-47
lines changed

7 files changed

+8
-47
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: conceptual
55
zone_pivot_groups: azure-virtual-desktop-app-attach
66
author: dknappettmsft
77
ms.author: daknappe
8-
ms.date: 12/08/2023
8+
ms.date: 01/17/2025
99
---
1010

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

articles/virtual-desktop/fslogix-profile-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: User profile management for Azure Virtual Desktop with FSLogix profile co
33
description: Learn about using User profile management for Azure Virtual Desktop with FSLogix profile containers to manage user profiles and personalization.
44
author: dknappettmsft
55
ms.topic: conceptual
6-
ms.date: 01/04/2021
6+
ms.date: 08/22/2024
77
ms.author: daknappe
88
ms.custom: docs_inherited
99
---

articles/virtual-desktop/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
ms.topic: landing-page
1010
author: dknappettmsft
1111
ms.author: daknappe
12-
ms.date: 02/28/2022
12+
ms.date: 01/17/2025
1313

1414
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
1515

articles/virtual-desktop/insights.md

Lines changed: 2 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Enable Insights to monitor Azure Virtual Desktop
33
description: Learn how to enable Insights to monitor Azure Virtual Desktop and send diagnostic data to a Log Analytics workspace.
44
author: dknappettmsft
55
ms.topic: how-to
6-
ms.date: 09/12/2023
6+
ms.date: 01/17/2025
77
ms.author: daknappe
88
ms.custom: docs_inherited
99
---
@@ -12,9 +12,6 @@ ms.custom: docs_inherited
1212

1313
Azure Virtual Desktop Insights is a dashboard built on Azure Monitor Workbooks that helps IT professionals understand their Azure Virtual Desktop environments. This topic will walk you through how to set up Azure Virtual Desktop Insights to monitor your Azure Virtual Desktop environments.
1414

15-
>[!IMPORTANT]
16-
>[The Log Analytics Agent is currently being deprecated](https://azure.microsoft.com/updates/were-retiring-the-log-analytics-agent-in-azure-monitor-on-31-august-2024/). If you use the Log Analytics Agent, you'll eventually need to migrate to the [Azure Monitor Agent](/azure/azure-monitor/agents/agents-overview) by August 31, 2024.
17-
1815
## Prerequisites
1916

2017
Before you start using Azure Virtual Desktop Insights, you'll need to set up the following things:
@@ -110,9 +107,7 @@ To set up workspace diagnostics using the resource diagnostic settings section i
110107

111108
### Session host data settings
112109

113-
You can use either the Azure Monitor Agent or the Log Analytics agent to collect information on your Azure Virtual Desktop session hosts. We recommend you use the Azure Monitor Agent as the Log Analytics Agent will be deprecated on August 31st, 2024. Select the relevant tab for your scenario.
114-
115-
# [Azure Monitor Agent](#tab/monitor)
110+
You use the Azure Monitor Agent to collect information on your Azure Virtual Desktop session hosts.
116111

117112
To collect information on your Azure Virtual Desktop session hosts, you must configure a [Data Collection Rule (DCR)](/azure/azure-monitor/essentials/data-collection-rule-overview) to collect performance data and Windows Event Logs, associate the session hosts with the DCR, install the Azure Monitor Agent on all session hosts in host pools you're collecting data from, and ensure the session hosts are sending data to a Log Analytics workspace.
118113

@@ -154,38 +149,6 @@ To set up your remaining session hosts using the configuration workbook:
154149
>[!NOTE]
155150
>For larger host pools (over 1,000 session hosts) or if you encounter deployment issues, we recommend you [install the Azure Monitor Agent](/azure/azure-monitor/agents/azure-monitor-agent-manage#installation-options) when you create a session host by using an Azure Resource Manager template.
156151
157-
# [Log Analytics agent](#tab/analytics)
158-
159-
To collect information on your Azure Virtual Desktop session hosts, you'll need to install the Log Analytics agent on all session hosts in the host pool, make sure the session hosts are sending to a Log Analytics workspace, and configure your Log Analytics agent settings to collect performance data and Windows Event Logs.
160-
161-
The Log Analytics workspace you send session host data to doesn't have to be the same one you send diagnostic data to. If you have Azure session hosts outside of your Azure Virtual Desktop environment, we recommend having a designated Log Analytics workspace for the Azure Virtual Desktop session hosts.
162-
163-
To set the Log Analytics workspace where you want to collect session host data:
164-
165-
1. From the Azure Virtual Desktop overview page, select **Host pools**, then select the pooled host pool you want to monitor.
166-
167-
1. From the host pool overview page, select **Insights (Legacy)**, then select **Open Configuration Workbook**.
168-
169-
1. Select the **Session host data settings** tab in the configuration workbook.
170-
171-
1. Select the **Log Analytics workspace** you want to send session host data to.
172-
173-
#### Session hosts
174-
175-
You'll need to install the Log Analytics agent on all session hosts in the host pool and send data from those hosts to your selected Log Analytics workspace. If Log Analytics isn't configured for all the session hosts in the host pool, you'll see a **Session hosts** section at the top of **Session host data settings** with the message "Some hosts in the host pool are not sending data to the selected Log Analytics workspace."
176-
177-
>[!NOTE]
178-
> If you don't see the **Session hosts** section or error message, all session hosts are set up correctly. Skip ahead to set up instructions for [Workspace performance counters](#workspace-performance-counters). Currently, automated deployment is limited to 1000 session hosts or fewer.
179-
180-
To set up your remaining session hosts using the configuration workbook:
181-
182-
1. Select **Add hosts to workspace** to deploy the Log Analytics Agent to all the session hosts in the host pool.
183-
184-
1. Once the agent has installed, refresh the configuration workbook.
185-
186-
>[!NOTE]
187-
>For larger host pools (> 1000 session hosts), or if there are deployment issues, we recommend you install the Log Analytics agent [when you create the session host](/azure/virtual-machines/extensions/oms-windows#extension-schema) using an Azure Resource Manager template.
188-
189152
#### Workspace performance counters
190153

191154
You'll need to enable specific performance counters to collect performance information from your session hosts and send it to the Log Analytics workspace.
@@ -217,8 +180,6 @@ To set up Windows Event Logs using the configuration workbook:
217180
>[!NOTE]
218181
>If automatic event deployment fails, select **Open agent configuration** in the configuration workbook to manually add any missing Windows Event Logs.
219182
220-
---
221-
222183
## Optional: configure alerts
223184

224185
Azure Virtual Desktop Insights allows you to monitor Azure Monitor alerts happening within your selected subscription in the context of your Azure Virtual Desktop data. Azure Monitor alerts are an optional feature on your Azure subscriptions, and you need to set them up separately from Azure Virtual Desktop Insights. You can use the Azure Monitor alerts framework to set custom alerts on Azure Virtual Desktop events, diagnostics, and resources. To learn more about Azure Monitor alerts, see [Azure Monitor Log Alerts](/azure/azure-monitor/alerts/alerts-log).

articles/virtual-desktop/licensing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: An overview of licensing Azure Virtual Desktop for internal and ext
44
ms.topic: overview
55
author: dknappettmsft
66
ms.author: daknappe
7-
ms.date: 01/08/2024
7+
ms.date: 01/17/2025
88
---
99

1010
# Licensing Azure Virtual Desktop

articles/virtual-desktop/network-connectivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure
44
description: Learn about Azure Virtual Desktop network connectivity.
55
author: dknappettmsft
66
ms.topic: conceptual
7-
ms.date: 11/16/2020
7+
ms.date: 01/17/2025
88
ms.author: daknappe
99
ms.custom: docs_inherited
1010
---

articles/virtual-desktop/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: What is Azure Virtual Desktop? - Azure
33
description: Azure Virtual Desktop is a desktop and app virtualization service that runs on Azure. Deliver a full Windows experience with Windows 11 or Windows 10. Offer full desktops or use RemoteApp to deliver individual apps to users.
44
author: dknappettmsft
55
ms.topic: overview
6-
ms.date: 01/04/2024
6+
ms.date: 01/17/2025
77
ms.author: daknappe
88
---
99

0 commit comments

Comments
 (0)