diff --git a/rel/i18n/emqx_bridge_azure_blob_storage_action_schema.hocon b/rel/i18n/emqx_bridge_azure_blob_storage_action_schema.hocon index 33e419633..ddb3a7509 100644 --- a/rel/i18n/emqx_bridge_azure_blob_storage_action_schema.hocon +++ b/rel/i18n/emqx_bridge_azure_blob_storage_action_schema.hocon @@ -61,9 +61,9 @@ emqx_bridge_azure_blob_storage_action_schema { If event rate is high enough, there obviously may be more than one aggregated upload during the same time interval. These uploads will have different, but consecutive sequence numbers, which will be a part of Azure Blob Storage blob name.""" aggregated_container_name.label: - """Container for aggregated events""" + """Azure Blob Storage Container name""" aggregated_container_name.desc: - """Settings governing the file format of an upload containing aggregated events. Does not support templates.""" + """The Azure Blob Storage container name. Does not support templates.""" aggregated_blob_template.label: """Azure Blob Storage blob name template""" @@ -71,17 +71,17 @@ emqx_bridge_azure_blob_storage_action_schema { """Template for the Azure Blob Storage blob name of an aggregated upload.
Template may contain placeholders for the following variables: All other placeholders are considered invalid. Note that placeholders marked as required will be added as a path suffix to the Azure Blob Storage blob name if they are missing from the template."""