Skip to content

Commit d12aeb5

Browse files
committed
AVD Insights added version note
1 parent a44a324 commit d12aeb5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

articles/virtual-desktop/insights-costs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Run the following custom query template for a Log Analytics workspace to track f
161161
>Make sure to replace the template's placeholder values with the values your environment uses, otherwise the query won't work.
162162
163163
```kusto
164-
let WVDHosts = dynamic(['Host1.MyCompany.com', 'Host2.MyCompany.com']);
164+
let WVDHosts = dynamic(['host1.contoso.com', 'host2.contoso.com']);
165165
Perf
166166
| where TimeGenerated > ago(1d)
167167
| where Computer in (WVDHosts)
@@ -212,7 +212,7 @@ Your true monitoring costs will depend on your environment size, usage, and heal
212212
The performance counters the session hosts use will probably be your largest source of ingested data for Azure Virtual Desktop Insights. The following custom query template for a Log Analytics workspace can track frequency and megabytes ingested per performance counter over the last day:
213213

214214
```azure
215-
let WVDHosts = dynamic(['Host1.MyCompany.com', 'Host2.MyCompany.com']);
215+
let WVDHosts = dynamic(['host1.contoso.com', 'host2.contoso.com']);
216216
Perf
217217
| where TimeGenerated > ago(1d)
218218
| where Computer in (WVDHosts)

articles/virtual-desktop/insights-use-cases.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ To view a list of users with outdated clients:
167167

168168
You should periodically review the versions of clients in use to ensure your users are getting the best experience.
169169

170+
> [!NOTE]
171+
> Some clients, such as Windows App on iOS/iPadOS and Android are listed in the report with their build number, not their version number. You can match the build number to the version number in the **About** section of Windows App settings.
172+
170173
## Cost saving opportunities
171174

172175
Understanding the utilization of session hosts can help illustrate where there's potential to reduce spend by using a scaling plan, resize virtual machines, or reduce the number of session hosts in the pool. Azure Virtual Desktop Insights can provide visibility into usage patterns to help you make the most informed decisions about how best to manage your resources based on real user usage.

0 commit comments

Comments
 (0)