yaml
type: "io.kestra.plugin.azure.storage.table.list"
yaml
id: azure_storage_table_list
namespace: company.team

tasks:
  - id: list
    type: io.kestra.plugin.azure.storage.table.List
    endpoint: "https://yourstorageaccount.table.core.windows.net"
    connectionString: "DefaultEndpointsProtocol=...=="
    table: "table_name"
Properties
SubType string
Format uri