MBrace.Azure icon indicating copy to clipboard operation
MBrace.Azure copied to clipboard

Can't Provision: can't create an ACS enabled Service Bus

Open evilpepperman opened this issue 6 years ago • 0 comments

I downloaded the StarterKit recently, and got Thespian clusters working fine. When I finally got an Azure acct cert, I setup the AzureCluster.fsx file for the cert & cluster name. When I tried the 0-provision-azure-cluster.fsx test, it failed at let deployment = Config.ProvisionCluster() (error below). As I read the error message and the MS notice to which it links, it seems that as of 1-May'18 I can't create an ACS enabled Service Bus. See here Is there a workaround?

Binding session to 'C:\dev\mbrace-test\MBrace.StarterKit-master\packages\MBrace.Azure.Management\../Microsoft.Azure.Common/lib/net45/Microsoft.Azure.Common.dll'...
Binding session to 'C:\dev\mbrace-test\MBrace.StarterKit-master\packages\MBrace.Azure.Management\../Hyak.Common/lib/net45/Hyak.Common.dll'...
Binding session to 'C:\dev\mbrace-test\MBrace.StarterKit-master\packages\MBrace.Azure.Management\../Microsoft.WindowsAzure.Management.Storage/lib/net40/Microsoft.WindowsAzure.Management.Storage.dll'...
Binding session to 'C:\dev\mbrace-test\MBrace.StarterKit-master\packages\MBrace.Azure.Management\../Microsoft.WindowsAzure.Management.ServiceBus/lib/net40/Microsoft.WindowsAzure.Management.ServiceBus.dll'...
Binding session to 'C:\dev\mbrace-test\MBrace.StarterKit-master\packages\MBrace.Azure.Management\../Microsoft.WindowsAzure.Management.Compute/lib/net40/Microsoft.WindowsAzure.Management.Compute.dll'...
Binding session to 'C:\dev\mbrace-test\MBrace.StarterKit-master\packages\MBrace.Azure.Management\../Microsoft.WindowsAzure.Management/lib/net40/Microsoft.WindowsAzure.Management.dll'...
Binding session to 'C:\dev\mbrace-test\MBrace.StarterKit-master\packages\MBrace.Azure.Management\../Microsoft.Bcl.Async/lib/net40\Microsoft.Threading.Tasks.dll'...
INFO : using vm size Large
INFO : using cluster name haAzTestWorkQClx
INFO : creating new storage account "mbracec3b2e35e"
INFO : creating new service bus account "mbracef9933c9e"
Binding session to 'C:\dev\mbrace-test\MBrace.StarterKit-master\HandsOnTutorial.FSharp\../packages/MBrace.Azure/tools\Newtonsoft.Json.dll'...
Hyak.Common.CloudException: <entry xmlns="http://www.w3.org/2005/Atom"><id>uuid:4cba3b54-d59e-44a8-b6a7-db30d476d1f8;id=7309825</id><title type="text"></title><updated>2018-05-08T19:54:59Z</updated><content type="application/xml"><Error xmlns=""><Message>Creating an ACS enabled Service Bus namespace failed for the subscription 51b47558b1d84c67a818ce7456677e41. For additional details refer to https://go.microsoft.com/fwlink/?linkid=852159&amp;clcid=0x409.</Message></Error></content></entry>
   at [email protected](FSharpChoice`2 _arg2) in C:\Users\eirik.tsarpalis\devel\mbrace\MBrace.Core\src\MBrace.Runtime\Utils\Retry.fs:line 37
   at [email protected](a a)
   at MBrace.Core.Internals.AsyncExtensions.Async.RunSync[T](FSharpAsync`1 workflow, FSharpOption`1 cancellationToken) in C:\Users\eirik.tsarpalis\devel\mbrace\MBrace.Core\src\MBrace.Core\Utils\AsyncExtensions.fs:line 99
   at <StartupCode$FSI_0005>.$FSI_0005.main@() in C:\dev\mbrace-test\MBrace.StarterKit-master\HandsOnTutorial.FSharp\0-provision-azure-cluster.fsx:line 33
Stopped due to error
> INFO : Created new storage account "mbracec3b2e35e"

evilpepperman avatar May 08 '18 21:05 evilpepperman