diff --git a/content/docs/2.5/scalers/azure-storage-blob.md b/content/docs/2.5/scalers/azure-storage-blob.md index a1b5cdd2b..76a827aab 100644 --- a/content/docs/2.5/scalers/azure-storage-blob.md +++ b/content/docs/2.5/scalers/azure-storage-blob.md @@ -31,7 +31,7 @@ triggers: - `blobCount` - Average target value to trigger scaling actions. (default: 5) - `connectionFromEnv` - Name of the environment variable your deployment uses to get the connection string. - `blobPrefix` - Prefix for the Blob. Use this to specify sub path for the blobs if required. (default: `""`) -- `blobDelimiter` - Delimiter for identifying the blob prefix. (default: `/`) +- `blobDelimiter` - Delimiter for identifying the blob prefix. Set to `""` to list all blobs with `blobPrefix` recursively (default: `/`) - `cloud` - Name of the cloud environment that the blob 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 storage blob endpoint suffix of the cloud environment that the blob belongs to, e.g. `blob.core.cloudapi.de` for `AzureGermanCloud`.