Google Cloud Run vs Azure Container Apps: pricing
Google Cloud Run is cheaper for this workload (about $15/mo vs $21/mo). Google Cloud Run is serverless containers (vcpu-s + gib-s + request) ($0.40 / 1M) and Azure Container Apps is serverless containers (consumption) ($0.40 / 1M). For 5M requests/month at 256 MB, 150 ms each plus 25 GB egress, the rough monthly totals are $15 and $21 respectively. Snapshot June 2026 — verify on the vendor's pricing page.
Data as of June 2026.
Google Cloud Run vs Azure Container Apps side by side
| Cost factor | Google Cloud Run | Azure Container Apps |
|---|---|---|
| Vendor | Google Cloud | Microsoft Azure |
| Pricing model | Serverless containers (vCPU-s + GiB-s + request) | Serverless containers (consumption) |
| Per 1M requests | $0.40 / 1M | $0.40 / 1M |
| Per GB-second | $0.0000025 / GB-s | $0.000004 / GB-s |
| Free tier | 180,000 vCPU-seconds + 360,000 GiB-seconds + 2,000,000 requests per month free (in free-tier regions). Bills CPU and memory separately. | Consumption plan free grant: first 180,000 vCPU-seconds + 360,000 GiB-seconds + 2,000,000 requests per month per subscription. Then ~$0.000034/vCPU-s (active) + $0.000004/GiB-s + $0.40/1M requests. |
| Scale to zero | Yes | Yes |
| Egress | varies | varies |
| Regions | 40+ Google Cloud regions; free tier in us-central1/us-east1/us-west1. | Most Azure regions worldwide. |
Sources: Google Cloud pricing · Microsoft Azure pricing.
Sample monthly cost
A rough monthly total for a sample workload: 5,000,000 requests/month, each ~150 ms at 256 MB of memory, plus 25 GB of egress. Computed after each platform's free tier; excludes platform minimums and regional variation, so treat it as a starting point:
| Component | Google Cloud Run | Azure Container Apps |
|---|---|---|
| Compute (after free tier) | $15 | $21 |
| Egress (25 GB) | varies | varies |
| Estimated total / month | $15 | $21 |
Verdict
On cost for this sample workload, Google Cloud Run is cheaper for this workload (about $15/mo vs $21/mo). But price is not the only factor: Google Cloud Run (run any container, scale to zero, no per-cluster fee) versus Azure Container Apps (run containers serverlessly with scale-to-zero and keda autoscaling). Read each platform's full breakdown — Google Cloud Run and Azure Container Apps — and model your own workload in the calculator.
Frequently asked questions
Is Google Cloud Run or Azure Container Apps cheaper?
For a sample workload of 5M requests/month at 256 MB, 150 ms each plus 25 GB egress, Google Cloud Run is cheaper for this workload (about $15/mo vs $21/mo). This is illustrative and after each platform's free tier; your real cost depends on memory, duration, egress and region. snapshot captured June 2026.
How do Google Cloud Run and Azure Container Apps price requests?
Google Cloud Run: Request-based billing (Tier 1): $0.000024/vCPU-s + $0.0000025/GiB-s + $0.40 per 1M requests. CPU only billed during request processing (or always-on for instance-based billing). Cloud Run functions (former 2nd-gen Cloud Functions) now bill on this model. Azure Container Apps: Consumption: active usage ~$0.000034/vCPU-s + $0.000004/GiB-s (idle/throttled rates lower) + $0.40 per 1M requests, with a monthly free grant of 180k vCPU-s + 360k GiB-s + 2M requests. Scales to zero. Snapshot June 2026 — verify on the vendor's pricing page.
Do Google Cloud Run and Azure Container Apps scale to zero?
Google Cloud Run: yes, no charge when idle. Azure Container Apps: yes, no charge when idle. Scale-to-zero saves money for spiky traffic but adds cold-start latency on the first request.
Which has the better free tier, Google Cloud Run or Azure Container Apps?
Google Cloud Run: 180,000 vCPU-seconds + 360,000 GiB-seconds + 2,000,000 requests per month free (in free-tier regions). Bills CPU and memory separately. Azure Container Apps: Consumption plan free grant: first 180,000 vCPU-seconds + 360,000 GiB-seconds + 2,000,000 requests per month per subscription. Then ~$0.000034/vCPU-s (active) + $0.000004/GiB-s + $0.40/1M requests.
More comparisons
Last updated: 2026-06-21