adamant-ice-28199
08/20/2025, 8:39 AMtall-airline-16756
08/20/2025, 8:39 AMtall-airline-16756
08/20/2025, 8:39 AMadamant-ice-28199
08/20/2025, 8:41 AMtall-airline-16756
08/20/2025, 8:43 AMLIVEKIT_CONFIG
and any optional variables for TURN server TLS setup.
3. Don’t forget to configure the ports your app uses—like HTTP, RTC UDP/TCP, and any others important for your setup.
4. It’s also a good idea to define health checks (liveness and readiness probes) so you can keep an eye on how your app is doing.
5. Finally, deploy your container using Azure Container Apps. You can take inspiration from Kubernetes manifests or Docker setups and tweak them to fit Azure’s format.
If you want to dive deeper, there’s a deployment examples repo with Dockerfile and Kubernetes configs that you can adapt for Azure Container Apps. And hey, if you hit any bumps or have questions, just give me a shout—I’m here to help!
Sources: README.md | Deployment and scaling | LiveKit Docs | livekit-server/templates/deployment.yaml