MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.31k stars 21.49k forks source link

Capture Format #41008

Closed cstainie closed 5 years ago

cstainie commented 5 years ago

Are there any other options available as the .Avro format for saving the captured events (like .xml, .json)?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

ChiragMishra-MSFT commented 5 years ago

@cstainie The capture feature in event hubs generates Avro format files only. You can however use Azure Data Factory to parse these Avro files to make json/xml files.

You can additionally set up an event based trigger in Azure Data Factory to copy the avro file as soon as it is generated.

Hope this helps.

ChiragMishra-MSFT commented 5 years ago

@cstainie Does the above suggestion resolve your query?

ChiragMishra-MSFT commented 5 years ago

@cstainie I will now proceed to close this thread. Please feel free to still comment and tag me if you have any queries in this regard.