Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 654 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 654 Bytes

azure-servicebus

This repository contains a simple implementation of a scriptr.io connector that wraps part of Microsoft Azure's service bus REST API, more specifically the queues and authentication API. A sample client application to send and receive messages is also provided for testing.

Pre-requisites

  • You should have an account on portal.azure.com. You also need to configure this account to generate shared access keys, queues and topics.
  • You should have an account on scriptr.io