Skip to content

Commit e4f6913

Browse files
authored
Apply suggestions from PR review
1 parent d9c880b commit e4f6913

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-monitor/essentials/data-collection-transformations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ There are multiple methods to create transformations depending on the data colle
6969
| Transformation in workspace DCR | [Add workspace transformation to Azure Monitor Logs by using the Azure portal](../logs/tutorial-workspace-transformations-portal.md)<br>[Add workspace transformation to Azure Monitor Logs by using Resource Manager templates](../logs/tutorial-workspace-transformations-api.md)
7070

7171
## Cost for transformations
72-
While transformations themselves do not incur direct costs, but following scenarios can result in additional charges:
72+
While transformations themselves don't incur direct costs, the following scenarios can result in additional charges:
7373

74-
- If a transformation increases the size of the incoming data, such as by adding a calculated column, you will be charged the standard ingestion rate for the extra data.
75-
- If a transformation reduces the incoming data by more than 50%, you will be charged for the amount of filtered data above 50%.
74+
- If a transformation increases the size of the incoming data, such as by adding a calculated column, you'll be charged the standard ingestion rate for the extra data.
75+
- If a transformation reduces the incoming data by more than 50%, you'll be charged for the amount of filtered data above 50%.
7676

77-
To calculate the data processing charge resulting from transformations, use the following formula: [GB filtered out by transformations] - ([Total GB ingested] / 2). For example, if you ingest 100 GB of data and your transformations remove 70 GB, you will be charged for 70 GB - (100 GB / 2), which is 20 GB. This calculation is done per data collection rule and per day basis. To avoid this charge, it is recommended to filter incoming data using alternative methods before applying transformations. By doing so, you can reduce the amount of data processed by transformations, and therefore, minimize any additional costs.
77+
To calculate the data processing charge resulting from transformations, use the following formula: [GB filtered out by transformations] - ([Total GB ingested] / 2). For example, if you ingest 100 GB of data and your transformations remove 70 GB, you'll be charged for 70 GB - (100 GB / 2), which is 20 GB. This calculation is done per data collection rule and per day basis. To avoid this charge, it's recommended to filter incoming data using alternative methods before applying transformations. By doing so, you can reduce the amount of data processed by transformations and, therefore, minimize any additional costs.
7878

7979
See [Azure Monitor pricing](https://azure.microsoft.com/pricing/details/monitor) for current charges for ingestion and retention of log data in Azure Monitor.
8080

0 commit comments

Comments
 (0)