I'm trying to figure out a way to create Azure Servicebus namespace using Azure manage API, cmdlets or REST API, so that I can create repeatable scripts for my deployment. Right now the only way I know how to create the Servicebus Namespace is through the Azure Portal.
Is there a scriptable (c#, powershell) way to create a new azure servicebus w/o using the Azure portal?
here's a few links I've already read through:
Azure Cmdlets: msdn.microsoft.com/en-us/library/jj152841.aspx
API References for Windows Azure: msdn.microsoft.com/en-us/library/windowsazure/ff800682.aspx
Declaritively and Programitcally Subscribing to the Windows Azure Service Bus Relay with WCF
How to Use the Service Bus Relay Service
Thank you in advance.
Gasshope