Azure 相当于 GCP 的 Cloud Run 吗?

MYK*_*MYK 9 azure google-cloud-platform azure-web-app-service google-cloud-run

我正在寻找与 Azure 中的 Cloud Run(GCP 产品)等效的产品

尤其:

  1. 它部署一个容器
  2. 可以缩小到 0
  3. 可以提供网络应用程序

Azure有这样的服务吗?

我正在研究 Azure App Service,但它似乎缺少缩小到 0 的能力。

CSh*_*cks 16

Azure 容器应用程序类似于 GCP Cloud Run。

  • 它部署一个容器:
  • 可以缩小到 0:
  • 可以提供网络应用程序:

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