- Challenge 4 - Run the app on Azure should be done successfully.
This is a simple challenge to get your Rock Papers Scissors Boom Server app to play the game continuously. This will help you generate telemetry for your application. As you develop your own bots to play the game, you can use this feature to have the bots automatically play each other and see how your bot compares to the others.
- Find the API URL that you can hit to start a game.
- Use an Azure resource to automate hitting this URL.
- The game is playing at a continuous interval. (e.g. every 5 minutes)
- In Azure DevOps (Boards), from the Boards view, you could now drag and drop the user story associated to this Challenge to the
Resolved
orClosed
column, congrats! ;)
- Logic Apps would be a good solution for this!
- The path will be https://[yourwebsite]/api/rungame
- Make sure you use the right HTTP Method (POST).
- Try testing with Postman before setting your automation.