Skip to content

Commit 2d79e11

Browse files
Merge pull request #287075 from anthonychu/20240919-remove-hardware
[Container Apps] Remove hardware article
2 parents a0cbd62 + c53a261 commit 2d79e11

File tree

4 files changed

+12
-30
lines changed

4 files changed

+12
-30
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/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,6 @@
410410
href: /rest/api/containerapps/
411411
- name: Supported regions
412412
href: https://azure.microsoft.com/explore/global-infrastructure/products-by-region/?products=container-apps
413-
- name: Hardware reference
414-
href: hardware.md
415413
- name: Management SDKs
416414
items:
417415
- name: .NET

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 totaling up to 8GB for each app or job replica.
291+
- Dedicated workload profiles support larger container images. Because a Dedicated workload profile can run multiple apps or jobs, multiple container images share the available disk space. The actual supported image size varies based on resources consumed by other apps and jobs.
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)