Upload ​Upload

yaml
type: "io.kestra.plugin.azure.storage.blob.upload"
yaml
id: azure_storage_blob_upload
namespace: company.team

inputs:
  - id: myfile
    type: FILE

tasks:
  - id: upload
    type: io.kestra.plugin.azure.storage.blob.Upload
    endpoint: https://kestra.blob.core.windows.net
    connectionString: "{{ secret('AZURE_CONNECTION_STRING') }}"
    container: kestra
    from: "{{ inputs.myfile }}"
    name: "myblob"

yaml
    id: azure_blob_upload
    namespace: company.team

    tasks:
      - id: extract
        type: io.kestra.plugin.core.http.Download
        uri: https://huggingface.co/datasets/kestra/datasets/raw/main/csv/salaries.csv

      - id: load
        type: io.kestra.plugin.azure.storage.blob.Upload
        endpoint: https://kestra.blob.core.windows.net
        connectionString: "{{ secret('AZURE_CONNECTION_STRING') }}"
        container: kestra
        from: "{{ outputs.extract.uri }}"
        name: data.csv
Properties
Possible Values
P4P6P10P15P20P30P40P50P60P70P80HOTCOOLARCHIVE
SubType string
SubType string
Format date-time
Possible Values
MUTABLEUNLOCKEDLOCKED
Format uri