Skip to content

Commit f147f8b

Browse files
authored
Update restore.md
1 parent 96d3d89 commit f147f8b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/azure-monitor/logs/restore.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 10/01/2022
66
---
77

88
# Restore logs in Azure Monitor
9-
The restore operation makes a specific time range of data in a table available in the hot cache for high-performance queries. This article describes how to restore data, query that data, and then dismiss the data when you're done.
9+
The restore operation makes a specific time range of data in a table available in the hot cache for high-performance queries. This article describes how to restore data, query that data, and then dismiss the data when you're done.
1010

1111
## Permissions
1212

@@ -21,7 +21,7 @@ Use the restore operation to query data in [Archived Logs](data-retention-archiv
2121
## What does restore do?
2222
When you restore data, you specify the source table that contains the data you want to query and the name of the new destination table to be created.
2323

24-
The restore operation creates the restore table and allocates additional compute resources for querying the restored data using high-performance queries that support full KQL.
24+
The restore operation creates the restore table and allocates extra compute resources for querying the restored data using high-performance queries that support full KQL.
2525

2626
The destination table provides a view of the underlying source data, but doesn't affect it in any way. The table has no retention setting, and you must explicitly [dismiss the restored data](#dismiss-restored-data) when you no longer need it.
2727

@@ -124,29 +124,29 @@ You can:
124124
125125
- Restore up to 60 TB.
126126
- Run up to two restore processes in a workspace concurrently.
127-
- Run only one active restore on a specific table at a given time. Executing a second restore on a table that already has an active restore will fail.
127+
- Run only one active restore on a specific table at a given time. Executing a second restore on a table that already has an active restore fails.
128128
- Perform up to four restores per table per week.
129129
130130
## Pricing model
131131
132132
The charge for restored logs is based on the volume of data you restore, and the duration for which the restore is active. Thus, the units of price are *per GB per day*. Data restores are billed on each UTC-day that the restore is active.
133133
134134
- Charges are subject to a minimum restored data volume of 2 TB per restore. If you restore less data, you will be charged for the 2 TB minimum each day until the [restore is dismissed](#dismiss-restored-data).
135-
- On the first and last days that the restore is active, you are only billed for the part of the day the restore was active.
135+
- On the first and last days that the restore is active, you're only billed for the part of the day the restore was active.
136136
137-
- The minimum charge will be for a 12-hour restore duration, even if the restore is active for less than 12-hours.
137+
- The minimum charge is for a 12-hour restore duration, even if the restore is active for less than 12-hours.
138138
139139
- For more information on your data restore price, see [Azure Monitor pricing](https://azure.microsoft.com/pricing/details/monitor/) on the Logs tab.
140140
141141
Here are some examples to illustrate data restore cost calculations:
142142
143-
1. If your table holds 500 GB a day and you restore 10 days data from that table, your total restore size is 5 TB and you will be charged for this 5 TB of restored data each day until you [dismiss the restored data](#dismiss-restored-data). Your daily cost will be 5000 GB multiplied by your data restore price (see [Azure Monitor pricing](https://azure.microsoft.com/pricing/details/monitor/).)
143+
1. If your table holds 500 GB a day and you restore 10 days data from that table, your total restore size is 5 TB. You are charged for this 5 TB of restored data each day until you [dismiss the restored data](#dismiss-restored-data). Your daily cost is 5,000 GB multiplied by your data restore price (see [Azure Monitor pricing](https://azure.microsoft.com/pricing/details/monitor/).)
144144
145-
1. If instead, only 700 GB of data is restored, each day that the restore is active will be billed for the 2 TB minimum restore level. Your daily cost will be 2000 GB multiplied by your data restore price.
145+
1. If instead, only 700 GB of data is restored, each day that the restore is active is billed for the 2 TB minimum restore level. Your daily cost is 2,000 GB multiplied by your data restore price.
146146
147-
1. If a 5 TB data restore is only kept active for 1 hour, it will be billed for 12-hour minimum. The cost for this data restore will be 5000 GB multiplied by your data restore price multiplied by 0.5 days (the 12-hour minimum).
147+
1. If a 5 TB data restore is only kept active for 1 hour, it is billed for 12-hour minimum. The cost for this data restore is 5,000 GB multiplied by your data restore price multiplied by 0.5 days (the 12-hour minimum).
148148
149-
1. If a 700 GB data restore is only kept active for 1 hour, it will be billed for 12-hour minimum. The cost for this data restore will be 2000 GB (the minimum billed restore size) multiplied by your data restore price multiplied by 0.5 days (the 12-hour minimum).
149+
1. If a 700 GB data restore is only kept active for 1 hour, it is billed for 12-hour minimum. The cost for this data restore is 2,000 GB (the minimum billed restore size) multiplied by your data restore price multiplied by 0.5 days (the 12-hour minimum).
150150
151151
> [!NOTE]
152152
> There is no charge for querying restored logs since they are Analytics logs.

0 commit comments

Comments
 (0)