Skip to content

Commit b1aa3d3

Browse files
Merge pull request #274864 from rcdun/aoi_link_data_factory_ingestion
Update architecture doc with link to doc for ingesting from Data Factory
2 parents 17ff87a + 10aa505 commit b1aa3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/operator-insights/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ There are a range of options for ingesting data from the source into your Azure
6868
- Using an Azure Operator Insights ingestion agent – This can consume data from different sources and upload the data to an Azure Operator Insights Data Product. For example, it supports pulling data from an SFTP server, or terminating a TCP stream of enhanced data records (EDRs). For more information, see [Ingestion agent overview](ingestion-agent-overview.md).
6969
- Using other Azure services and tools – Multiple tools can upload data to an Azure Operator Insights Data Product. For example:
7070
- [AzCopy v10](/azure/storage/common/storage-use-azcopy-v10) – AzCopy from Azure Storage is a robust, high throughput, and reliable ingestion mechanism across both low latency links and high latency links. With `azcopy sync`, you can use cron to automate ingestion from an on-premises virtual machine and achieve "free" ingestion into the Data Product (except for the cost of the on-premises virtual machine and networking).
71-
- [Azure Data Factory](/azure/data-factory/introduction)
71+
- [Azure Data Factory](/azure/data-factory/introduction) - See [Use Azure Data Factory to ingest data into an Azure Operator Insights Data Product](ingestion-with-data-factory.md).
7272
- Using the code samples available in the [Azure Operator Insights sample repository](https://github.com/Azure-Samples/operator-insights-data-ingestion) as a basis for creating your own ingestion agent or script for uploading data to an Azure Operator Insights Data Product.
7373

7474
## Azure connectivity

0 commit comments

Comments
 (0)