Skip to content

Commit 3557c60

Browse files
authored
Merge pull request #86231 from chrisreddington/patch-1
Change incorrect property name
2 parents 3051fb7 + caba58a commit 3557c60

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/container-apps/scale-app.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ There are two scale properties that apply to all rules in your container app:
2727
- Individual scale rules are defined in the `rules` array.
2828
- If you want to ensure that an instance of your application is always running, set `minReplicas` to 1 or higher.
2929
- 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.
32+
3233

3334

3435

0 commit comments

Comments
 (0)