Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
evilpepperman opened this issue May 8, 2018 · 0 comments
Open

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

evilpepperman opened this issue May 8, 2018 · 0 comments

Comments

@evilpepperman
Copy link

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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant