Skip to content

Commit d53cd96

Browse files
Merge pull request #233805 from craigshoemaker/patch-15
[Container Apps] Containers: Add allocations anchor
2 parents 8bafe2a + 83951e0 commit d53cd96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/container-apps/containers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ The following code is an example of the `containers` array in the [`properties.t
111111
| `volumeMounts` | An array of volume mount definitions. | You can define a temporary volume or multiple permanent storage volumes for your container. For more information about storage volumes, see [Use storage mounts in Azure Container Apps](storage-mounts.md).|
112112
| `probes`| An array of health probes enabled in the container. | This feature is based on Kubernetes health probes. For more information about probes settings, see [Health probes in Azure Container Apps](health-probes.md).|
113113

114+
<a id="allocations"></a>
115+
114116
In the Consumption plan, the total CPU and memory allocations requested for all the containers in a container app must add up to one of the following combinations.
115117

116118
| vCPUs (cores) | Memory |

0 commit comments

Comments
 (0)