Here's an example of an Azure Function written in C# that receives data from a URL using a GET method, serializes that data into an object, and returns it as JSON:
main.cs1367 chars46 lines
Make sure to add appropriate references to the project and replace YourObject
with your own C# class. Also, be sure to include error handling and appropriate security measures for your specific use case.
gistlibby LogSnag