I have in my Azure IoT architecture a Stream Analytics (SA) connect to an Azure Function.
Sometimes I have this error of my SA:
"Send Events: Azure Function Output Adapter failed to write events"
and in the JSON message of the error I find this description:
"Message": "Failed to write events. Error encountered after writing [0] batches [...]
"Type": "AzureFunctionOutputAdapterFailure"
I don't have error on the Azure Function but it stopped work. Has anyone ever had the same problem?