< Previous Challenge - Home - Next Challenge >
With this challenge you will deploy and add your own SmartBot
by leveraging SignalR
, you will add a new competitor in your games.
- There is already the
RockPaperScissorsBoom.ExampleBot
project in your solution implementing aSignalR
bot, let's just use it and deploy it! - Deploy it on a new Azure Web App for Containers instance.
To complete this challenge successfully, you should be able to:
- Validate that your new Azure Web App & Docker image are deployed using
az webapp list
andaz 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.
- To add this new Bot deployed in your Game, just navigate to the
Competitors
menu of your main web app (Server) and create a new competitor. You will have to provide the URL of your Bot and add/decision
to the end of the URL.