From a0126176bbb2127b3202e61b10c446d16e13f1ed Mon Sep 17 00:00:00 2001 From: Stijn Moreels <9039753+stijnmoreels@users.noreply.github.com> Date: Wed, 24 Sep 2025 10:57:02 +0200 Subject: [PATCH] chore(scaling): use '0' as scale min replicas in dashboard --- .../dashboard/installation/index.mdx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/versioned_docs/version-v6.0.0/dashboard/installation/index.mdx b/versioned_docs/version-v6.0.0/dashboard/installation/index.mdx index 1bff38f5..6157a337 100644 --- a/versioned_docs/version-v6.0.0/dashboard/installation/index.mdx +++ b/versioned_docs/version-v6.0.0/dashboard/installation/index.mdx @@ -852,16 +852,16 @@ Container Apps have the ability to scale down to zero replicas. This is a great | Parameter | Required | Available options as JSON object (with defaults) | | ------------------------------ | :------: | ----------------- | -| `dashboardScaling` | No | | -| `dashboardGatewayScaling` | No | | -| `cacheImportJobScaling` | No | | -| `dbImportJobScaling` | No | | -| `datafactoryReceiverScaling` | No | | -| `flowhandlerScaling` | No | | +| `dashboardScaling` | No | | +| `dashboardGatewayScaling` | No | | +| `cacheImportJobScaling` | No | | +| `dbImportJobScaling` | No | | +| `datafactoryReceiverScaling` | No | | +| `flowhandlerScaling` | No | | | `genericReceiverScaling` | No | | | `httpReceiverScaling` | No | | | `importJobScaling` | No | | -| `storeImportJobScaling` | No | | +| `storeImportJobScaling` | No | | Each of the above parameters accepts an object with their options when passing as Bicep parameter, example: ```shell