Skip to content

Commit 48f1801

Browse files
authored
Merge pull request #47714 from wwlpublish/f99d2b88fa0b01ed08a43cf5c7930df390aaa9bdbb05466d8c4ba5bd00aaa620-live
Modules/M05-scale-manage-deployed-container-apps
2 parents 1d8ce24 + a8fed10 commit 48f1801

9 files changed

+49
-25
lines changed

learn-pr/wwl-azure/scale-manage-deployed-container-apps/1-introduction.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction"
7-
ms.date: 11/22/2023
7+
ms.date: 10/29/2024
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit
11+
ms.custom:
12+
- ai-learning-hub
1113
durationInMinutes: 3
1214
content: |
1315
[!include[](includes/1-introduction.md)]

learn-pr/wwl-azure/scale-manage-deployed-container-apps/2-examine-revisions-azure-container-apps.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Examine revisions in Azure Container Apps
44
metadata:
55
title: Examine revisions in Azure Container Apps
66
description: "Examine revisions in Azure Container Apps"
7-
ms.date: 11/22/2023
7+
ms.date: 10/29/2024
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit
11+
ms.custom:
12+
- ai-learning-hub
1113
durationInMinutes: 5
1214
content: |
1315
[!include[](includes/2-examine-revisions-azure-container-apps.md)]

learn-pr/wwl-azure/scale-manage-deployed-container-apps/3-examine-application-lifecycle-management-azure-container-apps.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Examine application lifecycle management in Azure Container Apps
44
metadata:
55
title: Examine application lifecycle management in Azure Container Apps
66
description: "Examine application lifecycle management in Azure Container Apps"
7-
ms.date: 11/22/2023
7+
ms.date: 10/29/2024
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit
11+
ms.custom:
12+
- ai-learning-hub
1113
durationInMinutes: 5
1214
content: |
1315
[!include[](includes/3-examine-application-lifecycle-management-azure-container-apps.md)]

learn-pr/wwl-azure/scale-manage-deployed-container-apps/4-examine-scaling-options-azure-container-apps.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Examine scaling options in Azure Container Apps
44
metadata:
55
title: Examine scaling options in Azure Container Apps
66
description: "Examine scaling options in Azure Container Apps"
7-
ms.date: 11/22/2023
7+
ms.date: 10/29/2024
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit
11+
ms.custom:
12+
- ai-learning-hub
1113
durationInMinutes: 9
1214
content: |
1315
[!include[](includes/4-examine-scaling-options-azure-container-apps.md)]

learn-pr/wwl-azure/scale-manage-deployed-container-apps/5-examine-ingress-settings-traffic-splitting-blue-green-deployments.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Examine ingress settings for traffic-splitting and blue-green deployments
44
metadata:
55
title: Examine ingress settings for traffic-splitting and blue-green deployments
66
description: "Examine ingress settings for traffic-splitting and blue-green deployments"
7-
ms.date: 11/22/2023
7+
ms.date: 10/29/2024
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit
11+
ms.custom:
12+
- ai-learning-hub
1113
durationInMinutes: 5
1214
content: |
1315
[!include[](includes/5-examine-ingress-settings-traffic-splitting-blue-green-deployments.md)]

learn-pr/wwl-azure/scale-manage-deployed-container-apps/6-knowledge-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Knowledge check
44
metadata:
55
title: Knowledge check
66
description: "Knowledge check"
7-
ms.date: 11/22/2023
7+
ms.date: 10/29/2024
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit
11+
ms.custom:
12+
- ai-learning-hub
1113
durationInMinutes: 4
1214
quiz:
1315
title: "Check your knowledge"

learn-pr/wwl-azure/scale-manage-deployed-container-apps/7-summary.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary"
7-
ms.date: 11/22/2023
7+
ms.date: 10/29/2024
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit
11+
ms.custom:
12+
- ai-learning-hub
1113
durationInMinutes: 2
1214
content: |
1315
[!include[](includes/7-summary.md)]

learn-pr/wwl-azure/scale-manage-deployed-container-apps/includes/4-examine-scaling-options-azure-container-apps.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ Scaling is defined by the combination of limits, rules, and behavior.
1010

1111
| Scale limit | Default value | Min value | Max value |
1212
| --- | --- | --- | --- |
13-
| Minimum number of replicas per revision | 0 | 0 | 300 |
14-
| Maximum number of replicas per revision | 10 | 1 | 300 |
13+
| Minimum number of replicas per revision | 0 | 0 | 1000 |
14+
| Maximum number of replicas per revision | 10 | 1 | 1000 |
1515

1616
To request an increase in maximum replica amounts for your container app, submit a support ticket.
1717

1818
- Rules are the criteria used by Container Apps to decide when to add or remove replicas.
1919

20-
Scale rules are implemented as HTTP, TCP, or custom.
20+
Scale rules are implemented as HTTP, TCP (Transmission Control Protocol), or custom.
2121

2222
- Behavior is how the rules and limits are combined together to determine scale decisions over time.
2323

2424
Scale behavior explains how scale decisions are calculated.
2525

26-
As you define your scaling rules, keep in mind the following items:
26+
As you define your scaling rules, it's important to consider the following items:
2727

2828
- You aren't billed usage charges if your container app scales to zero.
29-
- Replicas that aren't processing, but remain in memory might be billed at a lower "idle" rate. For more information, see Billing.
29+
- Replicas that aren't processing, but remain in memory might be billed at a lower "idle" rate.
3030
- If you want to ensure that an instance of your revision is always running, set the minimum number of replicas to 1 or higher.
3131

3232
## Scale rules

learn-pr/wwl-azure/scale-manage-deployed-container-apps/index.yml

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,37 @@
22
uid: learn.wwl.scale-manage-deployed-container-apps
33
metadata:
44
title: Scale and manage deployed container apps
5-
description: This module addresses the concept of revisions in Azure Container Apps and discusses options for application lifecycle management. It also covers scaling choices and ingress settings, including traffic splitting for Azure Container Apps.
6-
ms.date: 11/22/2023
5+
description: "This module addresses the concept of revisions in Azure Container Apps and discusses options for application lifecycle management. It also covers scaling choices and ingress settings, including traffic splitting for Azure Container Apps."
6+
ms.date: 10/29/2024
77
author: wwlpublish
88
ms.author: cahowd
99
ms.topic: module
10+
ms.collection: N/A
11+
ms.custom:
12+
- ai-learning-hub
1013
ms.service: azure-container-apps
11-
ms.custom: ai-learning-hub
14+
ai-usage: ai-assisted
1215
title: Scale and manage deployed container apps
1316
summary: |
14-
This module reviews the concept of revisions in Azure Container Apps and examines options for application lifecycle management. It also examines options for scaling and traffic splitting using Azure Container Apps.
17+
This module reviews the concept of revisions in Azure Container Apps and examines options for application lifecycle management. It also examines options for scaling and traffic splitting using Azure Container Apps. 
18+
1519
[!INCLUDE [](../../includes/wwl/ai-contribution-notes.md)]
1620
abstract: |
17-
- Examine the concept of revisions in Azure Container Apps.
18-
- Examine the options for application lifecycle management in Azure Container Apps.
19-
- Learn about the scaling options available for Azure Container Apps.
20-
- Learn about the ingress settings and traffic-splitting for Azure Container Apps.
21+
- Examine the concept of revisions in Azure Container Apps.
22+
23+
- Examine the options for application lifecycle management in Azure Container Apps.
24+
25+
- Learn about the scaling options available for Azure Container Apps.
26+
27+
- Learn about the ingress settings and traffic-splitting for Azure Container Apps.
2128
prerequisites: |
22-
- Basic understanding of cloud computing concepts and Azure services.
23-
- Experience in deploying and managing containerized applications in Azure.
24-
- Knowledge of Azure container services, including Azure Container Registry and Azure Container Apps, would be beneficial.
25-
- Understanding of networking concepts and Azure Virtual Networks.
29+
- Basic understanding of cloud computing concepts and Azure services.
30+
31+
- Experience in deploying and managing containerized applications in Azure.
32+
33+
- Knowledge of Azure container services, including Azure Container Registry and Azure Container Apps, would be beneficial.
34+
35+
- Understanding of networking concepts and Azure Virtual Networks.
2636
iconUrl: /training/achievements/generic-badge.svg
2737
levels:
2838
- intermediate
@@ -41,4 +51,4 @@ units:
4151
- learn.wwl.scale-manage-deployed-container-apps.knowledge-check
4252
- learn.wwl.scale-manage-deployed-container-apps.summary
4353
badge:
44-
uid: learn.wwl.scale-manage-deployed-container-apps.badge
54+
uid: learn.wwl.scale-manage-deployed-container-apps.badge

0 commit comments

Comments
 (0)