Send Post Request to Azure, then Read it and delete info

Іонn Нёmёns 1 Reputation point
2022-06-26T09:48:07.777+00:00

Hello, Azure Community

I have a web gl game on certain web games platform which uses opensocial for users login, payments, etc.
My goal is to send user id via the post request from this platform to my server, and then with a get request - recieve it inside the game, and login user.

I heard Azure services are good for that.

The problem is what Azure service to use in my purpose. I have a simple task to send user info, and then read it inside the game. It should be served on separate instances for different users. I was using Functions app, but whenever I access my function with a get request, it does not return user info sent with a post request. How to fix this?

Maybe I should use Logic App instead? But how to make it store the user id value on POST, and return it on GET?
Please advice,

Regards

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,264 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,845 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Kamlesh Kumar 3,861 Reputation points
    2022-06-28T15:46:23.307+00:00

    Hi @Іонn Нёmёns ,

    Thank you for asking this question on the Microsoft Q&A Platform.

    Function App should be good to achieve this scenario, you just need to go step by step. If you have multiple functions and want to pass the output of one function app to another then you can create a flow in Logicapp.

    I would suggest first try and let us know if incase have any issue.

    Regards,
    Kamlesh Kumar
    BizTalk Techie

    Please don't forget to click on 205836-130616-image.png or upvote 205759-130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is How

    Want a reminder to come back and check responses? Here is how to subscribe to a Notification

    If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators

    0 comments No comments