From 4052fb0d1d3790dbefe7b71158a4c65983900ea8 Mon Sep 17 00:00:00 2001 From: Vighnesh Shenoy Date: Mon, 12 Sep 2022 15:49:37 +0530 Subject: [PATCH] Incorporate PR comments. Signed-off-by: Vighnesh Shenoy --- content/docs/2.9/scalers/azure-service-bus.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/2.9/scalers/azure-service-bus.md b/content/docs/2.9/scalers/azure-service-bus.md index 5a29bcc64..68d50d5c5 100644 --- a/content/docs/2.9/scalers/azure-service-bus.md +++ b/content/docs/2.9/scalers/azure-service-bus.md @@ -41,8 +41,8 @@ triggers: - `subscriptionName` - Name of the Azure Service Bus queue to scale on. (Optional*, Required when `topicName` is specified) - `namespace` - Name of the Azure Service Bus namespace that contains your queue or topic. (Optional*, Required when pod identity is used) - `connectionFromEnv` - Name of the environment variable your deployment uses to get the connection string of the Azure Service Bus namespace. (Optional) -- `useRegex` - This parameter allows the usage of regex (in the `queueName` or `subscriptionName` parameters). (Values: `true`, `false`, Default: `false`, Optional) -- `operation` - Operation that will be used to compute the number of messages when `useRegex` is set to `true`. (Values: `sum`, `max`, or `avg`, Default: `sum`, Optional). +- `useRegex` - Provides indication whether or not a regex is used in the `queueName` or `subscriptionName` parameters. (Values: `true`, `false`, Default: `false`, Optional) +- `operation` - Defines how to compute the number of messages when `useRegex` is set to `true`. (Values: `sum`, `max`, or `avg`, Default: `sum`, Optional). - `cloud` - Name of the cloud environment that the service bus belongs to. Must be a known Azure cloud environment, or `Private` for Azure Stack Hub or Air Gapped clouds. (valid values: `AzurePublicCloud`, `AzureUSGovernmentCloud`, `AzureChinaCloud`, `AzureGermanCloud`, `Private`; default: `AzurePublicCloud`) When `cloud` is set to `Private`, the `endpointSuffix` parameter is required. Otherwise, it is automatically generated based on the cloud environment. `endpointSuffix` represents the service bus endpoint suffix of the cloud environment that the service bus belongs to, e.g. `servicebus.usgovcloudapi.net` for `AzureUSGovernmentCloud`.