I want to save int value to queue message and then get it on Azure Function QueueTrigger.
I save by the following way:
int deviceId = -1; a