Skip to content

Commit 8876668

Browse files
Merge pull request #210995 from yossi-y/main
Replaces archive with export
2 parents 3b3ef85 + 341be23 commit 8876668

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-monitor/logs/logs-export-logic-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Archive data from Log Analytics workspace to Azure storage using Logic App
2+
title: Export data from Log Analytics workspace to Azure Storage Account using Logic App
33
description: Describes a method to use Azure Logic Apps to query data from a Log Analytics workspace and send to Azure Storage.
44
ms.service: azure-monitor
55
ms.topic: conceptual
@@ -9,7 +9,7 @@ ms.date: 03/01/2022
99
---
1010

1111

12-
# Archive data from Log Analytics workspace to Azure storage using Logic App
12+
# Export data from Log Analytics workspace to Azure Storage Account using Logic App
1313
This article describes a method to use [Azure Logic App](../../logic-apps/index.yml) to query data from a Log Analytics workspace in Azure Monitor and send to Azure Storage. Use this process when you need to export your Azure Monitor Log data for auditing and compliance scenarios or to allow another service to retrieve this data.
1414

1515
## Other export methods
@@ -20,11 +20,11 @@ The method described in this article describes a scheduled export from a log que
2020
- One time export to local machine using PowerShell script. See [Invoke-AzOperationalInsightsQueryExport](https://www.powershellgallery.com/packages/Invoke-AzOperationalInsightsQueryExport).
2121

2222
## Overview
23-
This procedure uses the [Azure Monitor Logs connector](/connectors/azuremonitorlogs/) which lets you run a log query from a Logic App and use its output in other actions in the workflow. The [Azure Blob Storage connector](/connectors/azureblob/) is used in this procedure to send the query output to Azure storage.
23+
This procedure uses the [Azure Monitor Logs connector](/connectors/azuremonitorlogs.md) which lets you run a log query from a Logic App and use its output in other actions in the workflow. The [Azure Blob Storage connector](/connectors/azureblob.md) is used in this procedure to send the query output to Azure storage.
2424

2525
[![Logic app overview](media/logs-export-logic-app/logic-app-overview.png "Screenshot of Logic app flow.")](media/logs-export-logic-app/logic-app-overview.png#lightbox)
2626

27-
When you export data from a Log Analytics workspace, you should filter and aggregate your log data and optimize query and limit the amount of data processed by your Logic App workflow, to the required data. For example, if you need to archive sign-in events, you should filter for required events and project only the required fields. For example:
27+
When you export data from a Log Analytics workspace, you should limit the amount of data processed by your Logic App workflow, by filtering and aggregating your log data in query, to reduce to the required data. For example, if you need to export sign-in events, you should filter for required events and project only the required fields. For example:
2828

2929
```Kusto
3030
SecurityEvent

0 commit comments

Comments
 (0)