techtalks-azure-container-apps-demo

A simple example to showcase Azure container apps capabilities using a TechTalks demo with native integration for Dapr and KEDA

View on GitHub

Setup for Azure Container Apps

Setup Azure CLI extensions

Install Azure Container Apps extension for the CLI


az extension add --name containerapp --upgrade

Register the Microsoft.App namespace


az provider register --namespace Microsoft.App

Register the Microsoft.OperationalInsights provider for the Azure Monitor Log Analytics workspace


az provider register --namespace Microsoft.OperationalInsights