Search code examples
azuregoogle-cloud-platformazure-web-app-servicegoogle-cloud-run

What is the Azure equivalent of GCP's Cloud Run?


I'm looking for an equivalent to Cloud Run (GCP offering) in Azure

In particular:

  1. It deploys a container
  2. Can scale down to 0
  3. Can serve a webapp

Does Azure have such a service?

I was looking at Azure App Service, but it seems to be missing the ability to scale down to 0.


Solution

  • Azure Container Apps is similar to GCP Cloud Run.

    • It deploys a container: yes
    • Can scale down to 0: yes
    • Can serve a webapp: yes

    https://azure.microsoft.com/en-us/services/container-apps/