Skip to content

Commit 5c4fb84

Browse files
Merge pull request #244100 from adiBiran/patch-18
Update search-jobs.md
2 parents 7ce11c4 + 0586795 commit 5c4fb84

File tree

3 files changed

+10
-14
lines changed

3 files changed

+10
-14
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ For more information, see [Set a table's log data plan](basic-logs-configure.md)
1818
> [!NOTE]
1919
> Other tools that use the Azure API for querying - for example, Grafana and Power BI - cannot access Basic Logs.
2020
21-
> [!NOTE]
22-
> Billing of queries on Basic Logs is not yet enabled. You can query Basic Logs for free until early 2023.
23-
2421
[!INCLUDE [log-analytics-query-permissions](../../../includes/log-analytics-query-permissions.md)]
2522

2623
## Limitations

articles/azure-monitor/logs/restore.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,15 @@ You can:
127127
- Perform up to four restores per table per week.
128128
129129
## Pricing model
130-
The charge for maintaining restored logs is calculated based on the volume of data you restore, in GB, and the number or days for which you restore the data. Charges are prorated and subject to the minimum restore duration and data volume. There is no charge for querying against restored logs.
130+
The charge for restored logs is based on the volume of data you restore, in GB, and the duration for which you keep the restored data.
131+
- Charges are subject to a minimum restored data volume.
132+
- Charges are prorated hourly and subject to a minimum restore duration.
133+
- For more information, see [Azure Monitor pricing](https://azure.microsoft.com/pricing/details/monitor/).
131134
132-
For example, if your table holds 500 GB a day and you restore 10 days of data, you'll be charged for 5000 GB a day until you dismiss the restored data.
135+
For example, if your table holds 500 GB a day and you restore 10 days of data, you'll be charged for 5000 GB a day until you [dismiss the restored data](#dismiss-restored-data).
133136
134137
> [!NOTE]
135-
> Billing of restore is not yet enabled. You can restore logs for free until early 2023.
136-
137-
For more information, see [Azure Monitor pricing](https://azure.microsoft.com/pricing/details/monitor/).
138+
> There is no charge for querying restored logs.
138139
139140
## Next steps
140141

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -269,13 +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 is 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.
276-
277-
> [!NOTE]
278-
> Search job execution is free until early 2023. In other words, until early 2023, you will only incur charges for ingesting the search results, not for executing the search job.
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.
279277

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

0 commit comments

Comments
 (0)