Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.19 KB

Challenge-07.md

File metadata and controls

27 lines (15 loc) · 1.19 KB

Challenge 07 - Leverage SignalR

< 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.ExampleBot project in your solution implementing a SignalR bot, 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 list and az 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 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.