Skip to main content
Reference

Cost

Understand the charges associated with Azure Container Apps Sandboxes.

How Much Does It Cost?​

Three types of charges:

  • vCPU, per core-second while the sandbox runs.
  • Memory, per GiB-second while the sandbox runs.
  • Storage, per GB stored, for as long as you keep it.

The resource tier of the sandbox determines the amount of vCPU and GiB of memory. These rates are on the Container Apps pricing page.

Storage is charged (coming soon) at Premium Azure Blob ZRS rates and covers:

  • Custom Disk Images, including Disk Snapshots. The platform converts your OCI container image into a bootable disk image. You pay to store one copy of that image for as long as you keep it, regardless of how many sandboxes boot from it. The OS disk each of those sandboxes runs on is not billed.
  • Snapshots are the combined memory and disk snapshots of your sandboxes, including those taken automatically when a sandbox stops.
  • Optional Data Disk Volumes and Azure Blob Volumes that can be attached to sandboxes.