Skip to content

Commit ccc17c6

Browse files
authored
Update search-jobs.md
1 parent e4ce65d commit ccc17c6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/azure-monitor/logs/search-jobs.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,11 @@ You can use all functions and binary operators within these operators.
269269
## Pricing model
270270
The charge for a search job is based on:
271271

272-
- Search job execution - the amount of data the search job needs to scan.
273-
- Search job results - the amount of data ingested in the results table, based on the regular log data ingestion prices.
272+
- Search job execution - the amount of data the search job scans.
273+
- Search job results - the amount of data the search job finds and are ingested into the results table, based on the regular log data ingestion prices.
274274

275-
For example, if your table holds 500 GB per day, for a query on three days, you'll be charged for 1500 GB of scanned data. If the job returns 1000 records, you'll be charged for ingesting these 1000 records into the results table.
275+
For example, if your table holds 500 GB per day, for a search over 30 days, you'll be charged for 15,000 GB of scanned data.
276+
If the search job finds 1,000 records that match the search query, you'll be charged for ingesting these 1,000 records into the results table.
276277

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

0 commit comments

Comments
 (0)