Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 313 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 313 Bytes

azurecontainerapps-demo

Demo application using Azure Container apps for conference talks. Also uses DAPR & Keda

Logging cli commands

See container logs:

az containerapp logs show -n ordering -g globo-tickets --follow

See current replicas

az containerapp replica list -n ordering -g globo-tickets