You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/scale-app.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,9 @@ There are two scale properties that apply to all rules in your container app:
27
27
- Individual scale rules are defined in the `rules` array.
28
28
- If you want to ensure that an instance of your application is always running, set `minReplicas` to 1 or higher.
29
29
- Replicas not processing, but that remain in memory are billed in the "idle charge" category.
30
-
- Changes to scaling rules are a [revision-scope](./revisions.md#revision-scope-changes) change.
31
-
- When using non-HTTP event scale rules, setting the `activeRevisionMode` to `single` is recommended.
30
+
- Changes to scaling rules are a [revision-scope](overview.md) change.
31
+
- When using non-HTTP event scale rules, setting the `properties.configuration.activeRevisionsMode` property of the container app to `single` is recommended.
0 commit comments