I have found some Python client code that uses azure.servicebus and connection strings to connect and send messages to the service bus. Also have used a Perl client that Net::AMQP::RabbitMQ to talk to RabbitMQ but...
is there a Perl client library that uses a connection string to talk directly to the Azure service bus?
thanks!