01 / 04
Container Apps > App Service for Ruby
App Service has a Ruby stack, but it's dated. Container Apps takes any OCI image, gives you KEDA-based autoscaling (including scale-to-zero), and treats revisions as first-class objects for blue/green.
bashaz containerapp create \ --name rails-web \ --resource-group prod \ --environment prod-env \ --image ghcr.io/you/app:sha-9f3ac1b \ --target-port 3000 \ --ingress external \ --min-replicas 1 --max-replicas 10 \ --secrets rails-master-key=keyvaultref:...