Send data to Azure

I have set a datalogger that always registers information to a csv file that is created at the end of the play session.

What I need to do is have the information I have saved on a string variable, be sent to the Microsoft Azure, each time appending the information to the same file, only changing lines at the end of the last recorded session.

If anyone is interested in helping me, I’ll try to be more clear with what I want, and also display my blueprint script.

If you’re doing this in Blueprints, you may find the VaRest plugin helpful (it’s free) if you are okay with sending over HTTP. Warning though, I haven’t checked as to whether VaRest has been updated to work on the latest version of UE4

Via what protocol? HTTP?