Technical questionAccepted answer
What is the Azure equivalent of GCP's Cloud Run?
MYK
Jun 15
0 views1
I'm looking for an equivalent to Cloud Run (GCP offering) in Azure
In particular:
- It deploys a container
- Can scale down to 0
- 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.
1 answer
Accepted answer · original discussion
user793891
PermalinkJun 15
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
0 question comments
Use comments to ask for clarification. Post a solution as an answer.
No question comments on this page.