Challenge 07 - Leverage SignalR
August 16, 2023 ยท View on GitHub
< Previous Challenge - Home - Next Challenge >
Introduction
With this challenge you will deploy and add your own SmartBot by leveraging SignalR, you will add a new competitor in your games.
Description
- There is already the
RockPaperScissorsBoom.ExampleBotproject in your solution implementing aSignalRbot, let's just use it and deploy it! - Deploy it on a new Azure Web App for Containers instance.
Success Criteria
To complete this challenge successfully, you should be able to:
- Validate that your new Azure Web App & Docker image are deployed using
az webapp listandaz cr repository show-tags. - In your web browser, navigate to the main web app (Server), add this Bot as a new competitor and play a game, make sure it's working without any error.
Learning Resources
Tips
- To add this new Bot deployed in your Game, just navigate to the
Competitorsmenu of your main web app (Server) and create a new competitor. You will have to provide the URL of your Bot and add/decisionto the end of the URL.