graeme-lockley / tutorial-azure-aca

A tutorial in deploying an Azure container app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tutorial-azure-aca

A tutorial in deploying an Azure container app in a multitude of languages.

I have wanted to make this tutorial a little more useful for me by combining multiple containers and multiple languages into this solution.

Context

The context is super simple - a single consumer is able to request a number of calculations against tutorial-azure-aca.

context image

The supported calculations are:

  • Factorial
  • Ackermann
  • Fibonacci

Components

The component diagram shows that each calculation is written in a different language using a different runtime environment.

context image

About

A tutorial in deploying an Azure container app

License:GNU General Public License v3.0


Languages

Language:Shell 75.2%Language:TypeScript 5.9%Language:Java 5.4%Language:JavaScript 5.0%Language:C# 4.7%Language:Dockerfile 3.9%