0

I am trying to to some POC using Azure Stream Analytics. I want to read from Azure Event Hub and store to Azure Blob Storage. I work with this guide. The problem is that when I define my stream input (as my existing event hub) I see that stream analytics support only 3 serialization formats: JSON, Avro and CSV. My event serialization format is Bond and I cannot change that. Is there any way to still connect to Stream Analytics and define some conversion that it can apply?

chwarr
  • 6,777
  • 1
  • 30
  • 57
Zorik
  • 207
  • 1
  • 3
  • 9

1 Answers1

2

Unfortunately Bond is not currently supported by Stream Analytics. You will need to convert your Bond messages into one of JSON, Avro, or CSV outside of Stream Analytics.

chwarr
  • 6,777
  • 1
  • 30
  • 57
MinHe-MSFT
  • 279
  • 1
  • 2