Hi Laurin,
I would recommend first using Hops to work with getting the proper inputs and outputs set up in your definition. Hops is a great prototyping tool to get everything started. Once you have things working with Hops, you can right click on the hops component and export the “last solve response” to see what json is being sent from compute back to hops. This will be the exact same data sent back to the app server when running in a web browser.
thanks, the hops work locally now for me, but how can I access the gh files from my Azure remote desktop with hops? I don’t really get where I need to store the files on the remote desktop.
You can set the path in the hops component to any URL where there is a valid hops-compatible grasshopper file. For example, you can set the path in hops to this: https://github.com/mcneel/compute.rhino3d/raw/master/src/hops/definitions/SpikeyThing.gh and it will go and locate that file and then pass that on to whatever rhino.compute server you happen to be talking to.
Hope that helps.