Hi,
I am new to Azure and i am trying to setup an SBNamespace.
I have followed this tutorial: http://blog.atwork.at/post/2015/04/20/Using-Azure-ServiceBus-for-Debugging-SharePoint-2013-Apps-with-Remote-Event-Receiver-Part-1.aspx
However, when i am trying to run this command in the Powershell i get the following error:
PS C:\Users\James> New-AzureSBNamespace -Name "ldssharepoint" -CreateACSNamespace $True -NamespaceType Messaging -Location "West Europe"New-AzureSBNamespace : <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">Request to a downlevel service failed.</string>
At line:1 char:1
+ New-AzureSBNamespace -Name "ldssharepoint" -CreateACSNamespace $True ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [New-AzureSBNamespace], CloudException
+ FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.ServiceBus.NewAzureSBNamespaceCommand
I have done a lot of searching, and also tried difference variations of the command but i still get the same error?
Thanks
James