Skip to content

Commit a99c44e

Browse files
committed
replicas & review
1 parent 73d2cc4 commit a99c44e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/container-apps/scale-app.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ There are two scale properties that apply to all rules in your container app:
2020

2121
| Scale property | Description | Default value | Min value | Max value |
2222
|---|---|---|---|---|
23-
| `minReplicas` | Minimum number of replicas running for your container app. | 0 | 1 | 25 |
24-
| `maxReplicas` | Maximum number of replicas running for your container app. | n/a | 1 | 25 |
23+
| `minReplicas` | Minimum number of replicas running for your container app. | 0 | 1 | 10 |
24+
| `maxReplicas` | Maximum number of replicas running for your container app. | n/a | 1 | 10 |
2525

2626
- If your container app scales to zero, then you aren't billed.
2727
- Individual scale rules are defined in the `rules` array.
@@ -80,6 +80,9 @@ In the following example, the container app scales out up to five replicas and c
8080

8181
### Add an HTTP scale trigger
8282

83+
> [!NOTE]
84+
> Revisions are immutables. Changing the scale rules will automatically generate a new revision.
85+
8386
1. In Azure portal, select **Scale** and then select your revision from the dropdown menu.
8487

8588
:::image type="content" source="media/scalers/scale-revisions.png" alt-text="A screenshot showing revisions scale.":::
@@ -147,7 +150,7 @@ The container app scales according to the following behavior:
147150
```
148151

149152
> [!NOTE]
150-
> KEDA scalers are defined using Kubernetes YAML, while Azure Container Apps supports ARM templates, Bicep Templates and Container Apps specific YAML. For this example, we are using ARM and therefore need to switch property names from [kebab](https://en.wikipedia.org/wiki/Naming_convention_(programming)#Delimiter-separated_words) case to [camel](https://en.wikipedia.org/wiki/Naming_convention_(programming)#Letter_case-separated_words) when translating from existing KEDA manifests.
153+
> Upstream KEDA scale rules are defined using Kubernetes YAML, while Azure Container Apps supports ARM templates, Bicep Templates and Container Apps specific YAML. For this example, we are using ARM and therefore need to switch property names from [kebab](https://en.wikipedia.org/wiki/Naming_convention_(programming)#Delimiter-separated_words) case to [camel](https://en.wikipedia.org/wiki/Naming_convention_(programming)#Letter_case-separated_words) when translating from existing KEDA manifests.
151154

152155
### Set up a connection string secret
153156

0 commit comments

Comments
 (0)