I've been following this blog to create a Service Bus namespace on Azure using PowerShell 1.0. However, after logging into Azure using the cmdlet Login-AzureRmAccount
(as described here) and attempting to use the cmdlet Get-AzureSBNamespace
returns a null reference exception, i.e.,
Get-AzureSBNamespace : Object reference not set to an instance of an object.
Looking at the documentation for Powershell 1.0, there appears to be no reference to any cmdlets for the Service Bus services on Azure, i.e., Get-AzureSBNamespace
.
Does Azure PowerShell 1.0 support Azure Service Bus (specifically EventHubs)?
Add-AzureAccount
and all works. :) – James B