Skip to content

Commit b733a00

Browse files
authored
Merge pull request #249865 from bwren/docs-editor/basic-logs-query-1693422575
Update basic-logs-query.md
2 parents 62d4470 + 643997f commit b733a00

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/azure-monitor/logs/basic-logs-query.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ms.author: guywild
66
ms.reviewer: adi.biran
77
ms.topic: conceptual
88
ms.date: 10/01/2022
9-
109
---
1110

1211
# Query Basic Logs in Azure Monitor
@@ -89,16 +88,16 @@ https://api.loganalytics.io/v1/workspaces/testWS/search?timespan=P1D
8988
}
9089
```
9190

91+
9292
---
9393
## Pricing model
9494
The charge for a query on Basic Logs is based on the amount of data the query scans, which is influenced by the size of the table and the query's time range. For example, a query that scans three days of data in a table that ingests 100 GB each day, would be charged for 300 GB.
9595

9696
For more information, see [Azure Monitor pricing](https://azure.microsoft.com/pricing/details/monitor/).
9797

98-
> [!NOTE]
99-
> Billing of queries on Basic Logs is not yet enabled. You can query Basic Logs for free until early 2023.
10098

10199
## Next steps
102100

103101
- [Learn more about the Basic Logs and Analytics log plans](basic-logs-configure.md).
104102
- [Use a search job to retrieve data from Basic Logs into Analytics Logs where it can be queries multiple times](search-jobs.md).
103+

0 commit comments

Comments
 (0)