Skip to content

Commit dbd31be

Browse files
authored
Remove hardware article
1 parent 459ceb9 commit dbd31be

File tree

3 files changed

+12
-28
lines changed

3 files changed

+12
-28
lines changed

articles/container-apps/.openpublishing.redirection.container-apps.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@
6464
"source_path_from_root": "/articles/container-apps/network-proxy.md",
6565
"redirect_url": "/azure/container-apps/ingress-overview",
6666
"redirect_document_id": false
67+
},
68+
{
69+
"source_path_from_root": "/articles/container-apps/hardware.md",
70+
"redirect_url": "/azure/container-apps/workload-profiles-overview",
71+
"redirect_document_id": false
6772
}
6873
]
6974
}

articles/container-apps/containers.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: conceptual
8-
ms.date: 08/29/2023
8+
ms.date: 09/19/2024
99
ms.author: cshoe
1010
---
1111

@@ -19,11 +19,11 @@ Azure Container Apps supports:
1919

2020
- Any Linux-based x86-64 (`linux/amd64`) container image
2121
- Containers from any public or private container registry
22-
- [Sidecar](#sidecar-containers) and [init](#init-containers) containers
22+
- Optional [sidecar](#sidecar-containers) and [init](#init-containers) containers
2323

2424
Features also include:
2525

26-
- Changes to the `template` configuration section trigger a new [container app revision](application-lifecycle-management.md).
26+
- Apps use the `template` configuration section to define the container image and other settings. Changes to the `template` configuration section trigger a new [container app revision](application-lifecycle-management.md).
2727
- If a container crashes, it automatically restarts.
2828

2929
Jobs features include:
@@ -286,6 +286,10 @@ Azure Container Apps has the following limitations:
286286

287287
- **Operating system**: Linux-based (`linux/amd64`) container images are required.
288288

289+
- **Maximum image size**:
290+
- Consumption workload profile supports container images totalling up to 8GB for each app or job replica.
291+
- Dedicated workload profiles support larger container images. Because Dedicated workload profiles can run multiple apps and jobs, the actual supported image size depends on resources consumed by other replicas running on each workload profile instance. To maximize container image size, run the app or job on its own workload profile.
292+
289293
## Next steps
290294

291295
> [!div class="nextstepaction"]

articles/container-apps/hardware.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)