publish publish
publish Certified

yaml
type: io.kestra.plugin.azure.servicebus.publish
yaml
id: azure_cosmos_service_bus_publish
namespace: company.team

tasks:
  - id: create
    type: io.kestra.plugin.azure.servicebus.Publish
    queueName: your-queue-name
    tenantId: "{{ secret('AZURE_TENANT_ID') }}"
    clientId: "{{ secret('AZURE_CLIENT_ID') }}"
    clientSecret: "{{ secret('AZURE_CLIENT_SECRET') }}"
    from:
      timeToLive: PT10S
      body: "messageBody"
Properties
Definitions
applicationPropertiesobject
bodyobject
messageIdstring
subjectstring
timeToLivestring
Formatduration
DefaultSTRING
Possible Values
STRINGJSON
Unitmessages
Unitmessages