-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Hi,
Newbie here. I hit an issue when trying the first tutorial (0-provision-azure-cluster.fsx). When I execute the line
let deployment = Config.ProvisionCluster()
I get a bunch of successes but also an error:
Binding session to 'D:\code\rtg\MBraceAzure\HandsOnTutorial.FSharp../packages/MBrace.Azure/tools\Newtonsoft.Json.dll'...
Hyak.Common.CloudException: uuid:f38b9357-360a-4df7-ad06-be239ab83090;id=5462713<title type="text"></title>2017-09-29T20:13:14ZCreating an ACS enabled Service Bus namespace failed for the subscription ef4cb8f038de4ee88fbbdef156954514. For additional details refer to https://go.microsoft.com/fwlink/?linkid=852159&clcid=0x409.
at [email protected](FSharpChoice2 _arg2) in C:\Users\eirik\Development\mbrace\MBrace.Core\src\MBrace.Runtime\Utils\Retry.fs:line 36 at [email protected](a a) at MBrace.Core.Internals.AsyncExtensions.Async.RunSync[T](FSharpAsync1 workflow, FSharpOption`1 cancellationToken) in C:\Users\eirik\Development\mbrace\MBrace.Core\src\MBrace.Core\Utils\AsyncExtensions.fs:line 101
at <StartupCode$FSI_0012>.$FSI_0012.main@() in D:\code\rtg\MBraceAzure\HandsOnTutorial.FSharp\0-provision-azure-cluster.fsx:line 33
Stopped due to error
The referenced link (https://go.microsoft.com/fwlink/?linkid=852159&clcid=0x409) says something about a recent change to Azure functionality.
ACS Namespaces you create before June 30, 2017 will not be affected and will be fully supported, however, attempts to create new ACS enabled Service Bus, Event Hubs, or Relay namespaces using PowerShell, ARM templates, and our APIs after June 30 will fail.
This failure blocks the rest of the tutorial, because calls to Config.GetCluster() now fail too.