This challenge will be active on the Discord (fullstack.chat) between 3/1 & 3/7/2020. Participants are encouraged to collaborate with others on the Discord as well as publish their GitHub repositories ether in Discord or in the comments. Happy coding!

Objective

Create an API hosted in Azure that returns a random text when called. Use the language of your choice.

Tips & Approaches

Here are some services to explore to get started;

  • API Management can be used to expose any backend services.
  • Azure Functions can be executed from requests either directly or through API Management.
  • An API can be hosted as an App Service if using .NET Framework & Web API.
  • A Docker container can be hosted in an Azure VM.

Solution

Check out the live stream below to follow along on how I built three different APIs in Azure.

Repositoryhttps://github.com/bmorrisondev/weekly-cloud-challenges

This stream is no longer available...