Scale Azure Service Bus through Powershell or API
问题 I want to create a new Serviec Bus on Azure and then scale it up by using automation script. Right now I can create the service bus successfully by powershell cmdlet New-AzureSBNamespace -Name $Namespace -Location $Location -CreateACSNamespace $CreateACSNamespace -NamespaceType Messaging But I can't find any cmdlet or azure management API to scale its capacity. After installing WindowsAzure.ServiceBus via nuget I found this class new Microsoft.ServiceBus.Management.MessagingSKUPlan(){SKU=2,