Hi,
I have created c# that provisions an IoT Hub using the Azure Resource Manager REST API. This works fine and after succesfull creation I can also get the security credentials by using "listkeys".
I was wondering if there is something similar available for Service Bus. I can create a namespace but I cannot retrieve security credentials by using the ARM REST interface or am I missing something?
Thanks