Skip to content

Commit ce0beef

Browse files
committed
Update migration-to-adx.md
1 parent a6cb9ac commit ce0beef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/time-series-insights/migration-to-adx.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Time Series Insights (TSI) service provides access to historical data ingested t
2525
- Connectors to access data with Databricks Spark or PBI.
2626

2727

28-
## Feature comparison with Azure Data Explorer (ADX)
28+
## Feature Comparison with Azure Data Explorer (ADX)
2929

3030
| Feature | TSI | ADX |
3131
| ---| ---| ---|
@@ -41,11 +41,11 @@ Time Series Insights (TSI) service provides access to historical data ingested t
4141
| Security | Private link for incoming traffic, but open for storage and hubs | VNet injection, Private Link, Encryption at rest with customer managed keys supported |
4242
| RBAC role and RLS | Limited RBAC role, no RLS | Granular RBAC role for functions and data access, RLS and data masking supported |
4343

44-
## TSI migration to ADX Steps
44+
## TSI Migration to ADX Steps
4545

4646
TSI has two offerings, Gen1 and Gen2, which have different migration steps.
4747

48-
### TSI Gen 1
48+
### TSI Gen1
4949

5050
TSI Gen1 doesn’t have cold storage or hierarchy capability. All data has fixed retention. Extracting data and mapping it to ADX would be complicated and time-consuming task for TSI developers and the customer. Suggestion migration path is to set up parallel data ingestion to ADX. After fixed data retention period passes TSI environment can be deleted as ADX will contain same data.
5151
1. Create ADX Cluster
@@ -56,7 +56,7 @@ TSI Gen1 doesn’t have cold storage or hierarchy capability. All data has fixed
5656

5757
Detailed FAQ and engineering experience is outlined in [How to migrate TSI Gen1 to ADX](./how-to-tsi-gen1-migration.md)
5858

59-
### TSI Gen 2
59+
### TSI Gen2
6060

6161
TSI Gen2 stores all data on cold storage using Parquet format as a blob in customer’s subscription. To migrate data customer, should take the blob and import it into ADX using bulk upload capability Lightingest. More information on lightingest can be fund here.
6262
1. Create ADX Cluster

0 commit comments

Comments
 (0)