A collection of demo applications to try out Azure Container Apps
- dotnet-queueworker: A .NET 6 worker service that reads messages from Azure Storage Queues using Dapr.
- go-helloworld: Go "Hello World" API that can be used as quick start and to test revisions and structured logging.
- java-boot-todo: A simple Spring Boot API that uses JPA Data to access PostgreSQL adopted from Azure' Spring Boot docs. This shows how to use structured logging with JSON.
- java-boot-todo-dd: The same application as java-boot-todo, but with Datadog support. Note that this is experimental at best and in no way a supported solution!