Skip to content

Commit 22cf380

Browse files
Merge pull request #14783 from filipefumaux/minimal-storage-change-feed-fabric
[Canopy] Add Microsoft Fabric Data Factory orchestration guidance (ch…
2 parents a209436 + f158aaf commit 22cf380

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/databases/idea/minimal-storage-change-feed-replicate-data-content.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This article presents a high-availability solution for a web application dealing
4545

4646
This solution uses Azure Cosmos DB to store the large volume of data that the web application uses. Web apps that handle massive amounts of data benefit from the ability of Azure Cosmos DB to elastically and independently scale throughput and storage.
4747

48-
Another key solution component is the Azure Cosmos DB change feed. When changes are made to the database, the change feed stream is sent to an event-driven Functions trigger. A function then runs and replicates the changes to Table Storage tables, which provide a low-cost storage solution.
48+
Another key solution component is the Azure Cosmos DB change feed. When changes are made to the database, the change feed stream is sent to an event-driven Functions trigger. A function then runs and replicates the changes to Table Storage tables, which provide a low-cost storage solution. You can also orchestrate broader downstream data movement by using Azure Data Factory pipelines or Microsoft Fabric Data Factory to land data in analytics zones.
4949

5050
The web app needs the data for only a limited amount of time. The solution takes advantage of that fact to further reduce costs. Specifically, another function periodically runs and deletes expired data from Azure Cosmos DB. Besides being triggered, functions can also be scheduled to run at set times.
5151

@@ -82,7 +82,11 @@ These considerations implement the pillars of the Azure Well-Architected Framewo
8282

8383
Principal author:
8484

85-
- [Nabil Siddiqui](https://www.linkedin.com/in/nabilshams) | Cloud Solution Architect - Digital and Application Innovation
85+
- [Nabil Siddiqui](https://www.linkedin.com/in/nabilshams/) | Cloud Solution Architect - Digital and Application Innovation
86+
87+
Other contributors:
88+
89+
- [Filipe Moreira](https://www.linkedin.com/in/filipefumaux/) | Cloud Solution Architect
8690

8791
## Next steps
8892

@@ -98,7 +102,8 @@ Principal author:
98102
- [Change feed design patterns in Azure Cosmos DB](/azure/cosmos-db/change-feed-design-patterns)
99103
- [Serverless event-based architectures with Azure Cosmos DB and Azure Functions](/azure/cosmos-db/change-feed-functions)
100104
- [Introduction to Azure Data Factory](/training/modules/intro-to-azure-data-factory)
101-
- [Orchestrate data movement and transformation in Azure Data Factory or Azure Synapse Pipeline](/training/modules/orchestrate-data-movement-transformation-azure-data-factory)
105+
- [Orchestrate data movement and transformation in Azure Data Factory](/training/modules/orchestrate-data-movement-transformation-azure-data-factory)
106+
- [Data integration with Data Factory in Microsoft Fabric](/fabric/data-factory/)
102107

103108
## Related resources
104109

0 commit comments

Comments
 (0)