spotf egress-sink create-or-update service-bus
Create/Update Azure Service Bus Egress Sink
Arguments
None.
Options
--name
: Egress Sink name
- Required.
- Value = [string]
--connection-string
: [Config] Connection string to Service Bus. Do not provide if you use Microsoft Entra ID authentication (endpoint and entity-name arguments).
- Value = [string]
--endpoint
: [Config] Service Bus endpoint. Required if you use Microsoft Entra ID authentication. Example: sb://<namespace>.servicebus.windows.net/. The platform service principal must be assigned Azure Service Bus Data Sender role.
- Value = [string]
--entity-name
: [Config] Name of the Entity. Required if you use Microsoft Entra ID authentication.
- Value = [string]
--is-enabled
: Specifies whether to enable or disable the sending of messages to the Egress Sink. By default, the sending of messages to the newly created Egress Sink is enabled. To disable it, use the option '--is-enabled false'.
--instance-label
: Label for IoT Platform instance
- Value = [string]
--workspace
: Workspace ID / Name
- Value = [string]