Service Bus Scripts

Azure Service Bus is an easy and simple way to get started in the cloud messaging space when you need a highly-reliable cloud messaging service between your applications and services.

I recently had someone ask if there were some simple scripts they could use to get started as they weren’t too interested in the portal for provisioning and wanted to keep things automated in PowerShell until they were ready to go full ARM.

I threw together a few simple scripts to create a Service Bus, Queues, and Namespace Authorization Rules. You can find these and any other new scripts for Service Bus over at my GitHub

Let me know what you think and feel free to submit a pull request!

Leave a Comment