Skip to content

Commit 94f829e

Browse files
committed
Update how-to-tsi-gen2-migration.md
1 parent 8297112 commit 94f829e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/time-series-insights/how-to-tsi-gen2-migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ Data
5151
1. From Event Hubs (or IoT Hub) metrics, retrieve the rate of how much data it's ingested per day. From the Storage Account connected to the TSI environment, retrieve how much data there is in the blob container used by TSI. This information will be used to compute the ideal size of an ADX Cluster for your environment.
5252
1. Open [the Azure Data Explorer Cost Estimator](https://dataexplorer.azure.com/AzureDataExplorerCostEstimator.html) and fill the existing fields with the information found. Set “Workload type” as “Storage Optimized”, and "Hot Data" with the total amount of data queried actively.
5353
1. After providing all the information, Azure Data Explorer Cost Estimator will suggest a VM size and number of instances for your cluster. Analyze if the size of actively queried data will fit in the Hot Cache. Multiply the number of instances suggested by the cache size of the VM size, per example:
54-
| Cost Estimator suggestion | Total Hot Cache suggested |
55-
| ---| ---|
56-
| 9x DS14 + 4 TB (cache) | 36 TB = [9x (instances) x 4 TB (of Hot Cache per node)] |
54+
| Cost Estimator suggestion | Total Hot Cache suggested |
55+
| ---| ---|
56+
| 9x DS14 + 4 TB (cache) | 36 TB = [9x (instances) x 4 TB (of Hot Cache per node)] |
5757

5858
1. More factors to consider:
5959
- Environment growth: when planning the ADX Cluster size consider the data growth along the time.

0 commit comments

Comments
 (0)