My use case:
IoT Hub -> Event Hub -> ASA -> Azure SQL (staging table)
The problem is that i get duplicate data in my staging table.
For testing purpose i sent exactly 10k json messages to IoT-Hub but my staging table then contains much more data like over 40k.
Is there something i have to adjust in event hub or in ASA? Is this normal for ASA to process duplicate messages?