Skip to content

Commit 540da92

Browse files
Merge pull request #298170 from DENKEN02MSFT/Top50_baanders_Row44
Top50 - row 44
2 parents 8a62043 + 4f10e4f commit 540da92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/digital-twins/concepts-query-units.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure Digital Twins
44
description: Learn about the billing concept of Query Units in Azure Digital Twins
55
author: baanders
66
ms.author: baanders
7-
ms.date: 03/01/2022
7+
ms.date: 04/11/2025
88
ms.topic: conceptual
99
ms.service: azure-digital-twins
1010
---
@@ -20,7 +20,7 @@ It abstracts away the system resources like CPU, IOPS, and memory that are requi
2020
The amount of Query Units consumed to execute a query is affected by:
2121

2222
* The complexity of the query
23-
* The size of the result set (so a query returning 10 results will consume more QUs than a query of similar complexity that returns just one result)
23+
* The size of the result set (so a query returning 10 results consumes more QUs than a query of similar complexity that returns just one result)
2424

2525
This article explains how to understand Query Units and track Query Unit consumption.
2626

@@ -38,8 +38,8 @@ The following code snippet demonstrates how you can extract the query charges in
3838

3939
To learn more about querying Azure Digital Twins, visit:
4040

41-
* [Query language](concepts-query-language.md)
42-
* [Query the twin graph](how-to-query-graph.md)
41+
* [Azure Digital Twins query language](concepts-query-language.md)
42+
* [Query the Azure Digital Twins twin graph](how-to-query-graph.md)
4343
* [Query API reference documentation](/rest/api/digital-twins/dataplane/query/query-twins)
4444

4545
You can find Azure Digital Twins query-related limits in [Azure Digital Twins service limits](reference-service-limits.md).

0 commit comments

Comments
 (0)