Skip to content

Commit 491aa3a

Browse files
committed
Merge branch 'dcr' of https://github.com/bwren/azure-docs-pr into dcr
2 parents ec22038 + 0e5d0f2 commit 491aa3a

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ To check the configuration of a table in the Azure portal:
9999

100100
Basic Logs tables have a unique icon:
101101

102-
![Screenshot of the Basic Logs table icon in the table list.](./media/basic-logs-configure/table-icon.png)
102+
![Screenshot of the Basic Logs table icon in the table list.](./media/basic-logs-configure/table-icon.png#lightbox)
103103

104104
You can also hover over a table name for the table information view. This will specify that the table is configured as Basic Logs:
105105

106-
![Screenshot of the Basic Logs table indicator in the table details.](./media/basic-logs-configure/table-info.png)
106+
![Screenshot of the Basic Logs table indicator in the table details.](./media/basic-logs-configure/table-info.png#lightbox)
107107

108108
# [API](#tab/api-2)
109109

articles/azure-monitor/logs/data-retention-archive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Tables related to Application Insights resources also keep data for 90 days at n
153153
- `AppSystemEvents`
154154
- `AppTraces`
155155

156-
## Pricing
156+
## Pricing model
157157

158158
You'll be charged for each day you retain data. The cost of retaining data for part of a day is the same as for a full day.
159159

articles/azure-monitor/logs/log-analytics-workspace-overview.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ By default, all tables in a workspace are **Analytics** tables, which are availa
3434
The following table gives a brief summary of the two plans. See [Configure Basic Logs in Azure Monitor (Preview)](basic-logs-configure.md) for more details on Basic Logs and how to configure them.
3535

3636
> [!NOTE]
37-
> Basic Logs are currently in public preview.
37+
> Basic Logs are currently in public preview. You can currently work with Basic Logs tables in the Azure Portal and using a limited number of other components.
3838
3939
The following table summarizes the differences between the plans.
4040

@@ -44,8 +44,6 @@ The following table summarizes the differences between the plans.
4444
| Log queries | No additional cost. Full query language. | Additional cost. Subset of query language. |
4545
| Retention | Configure retention from 30 days to 750 days. | Retention fixed at 8 days. |
4646
| Alerts | Supported. | Not supported. |
47-
| Integration into automated workflows | Supported. | Not supported. |
48-
| Data visualization | Supported. | Not supported. |
4947

5048
## Ingestion-time transformations
5149
[Data collection rules (DCRs)](../essentials/data-collection-rule-overview.md) that define data coming into Azure Monitor can include transformations that allow you to filter and transform data before it's ingested into the workspace. Since all workflows don't yet support DCRs, each workspace can define ingestion-time transformations. This allows you filter or transform data before it's stored.

articles/azure-monitor/logs/restore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The restore operation creates the restore table and allocates additional compute
2525
The destination table provides a view of the underlying source data, but does not 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.
2626

2727
## Restore data using API
28-
Call the **Tables - Create or Update** API to restore data from a table:
28+
To restore data from a table, call the **Tables - Create or Update** API. The name of the destination table must end with *_RST*.
2929

3030
```http
3131
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables/{user defined name}_RST?api-version=2021-12-01-preview
@@ -95,7 +95,7 @@ You can:
9595
- Run up to two restore processes in a workspace concurrently.
9696
- 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.
9797

98-
## Pricing
98+
## Pricing model
9999
The charge for the restore operation is based on the volume of data you restore and the number of days the data is available. The cost of retaining data for part of a day is the same as for a full day.
100100

101101
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.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Log queries in a search job are intended to scan very large sets of data. To sup
181181

182182
You can use all functions and binary operators within these operators.
183183

184-
## Pricing
184+
## Pricing model
185185
The charge for a search job is based on:
186186

187187
- The amount of data the search job needs to scan.

0 commit comments

Comments
 (0)