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
Some scalers support metadata with the `FromEnv` suffix to reference a value in an environment variable. Container Apps looks at the first container listed in the ARM template for the environment variable.
426
426
@@ -539,7 +539,7 @@ KEDA scalers can use secrets in a [TriggerAuthentication](https://keda.sh/docs/l
539
539
540
540
1. In the `TriggerAuthentication` object, find each `secretTargetRef` and its associated secret.
1. In the CLI command, set the `--scale-rule-metadata` parameter to the metadata values.
606
606
@@ -620,7 +620,7 @@ A KEDA scaler supports secrets in a [TriggerAuthentication](https://keda.sh/docs
620
620
621
621
1. Find the `TriggerAuthentication` object referenced by the KEDA `ScaledObject` specification. Identify each `secretTargetRef` of the `TriggerAuthentication` object.
1. In the portal, find the *Metadata* section and select **Add**. Enter the name and value for each item in the KEDA `ScaledObject` specification metadata section.
686
686
@@ -694,7 +694,7 @@ Container Apps scale rules support secrets-based authentication. Scale rules for
694
694
695
695
1. Find the `TriggerAuthentication` object referenced by the KEDA `ScaledObject` specification. Identify each `secretTargetRef` of the `TriggerAuthentication` object.
0 commit comments