I am a newbie MBrace user, so this is likely a stupid error by me. :)
I have tried many combinations of region & VM size but always get the same error:
System.Exception: Region "East US" does not support VM size "Standard_D1"
at MBrace.Azure.Management.Infrastructure.checkCompatibility@350-2.Invoke(String message)
at MBrace.Azure.Management.Infrastructure.checkCompatibility@349-1.Invoke(Tuple2[] _arg1) at Microsoft.FSharp.Control.AsyncBuilderImpl.args@835-1.Invoke(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_0021>.$FSI_0021.main@() in C:\Users\XXXXXYYYYY\Documents\Visual Studio 2015\Projects\MBrace.StarterKit-master\HandsOnTutorial\0-provision-azure-cluster.fsx:line 33
Stopped due to error
I have installed the Azure CLI
https://azure.microsoft.com/en-us/documentation/articles/xplat-cli-install/
and checked regions using:
azure vm sizes --location "eastus"
& made sure that the vm size that I am using is supported.
I have tried re downloading the starter kit, rebuilding the solution, editing AzureCluster.fsx etc. but still get the same error. My subscription is "Visual Studio Professional with MSDN".
I am a newbie MBrace user, so this is likely a stupid error by me. :)
I have tried many combinations of region & VM size but always get the same error:
System.Exception: Region "East US" does not support VM size "Standard_D1"
at MBrace.Azure.Management.Infrastructure.checkCompatibility@350-2.Invoke(String message)
at MBrace.Azure.Management.Infrastructure.checkCompatibility@349-1.Invoke(Tuple
2[] _arg1) at Microsoft.FSharp.Control.AsyncBuilderImpl.args@835-1.Invoke(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 101at <StartupCode$FSI_0021>.$FSI_0021.main@() in C:\Users\XXXXXYYYYY\Documents\Visual Studio 2015\Projects\MBrace.StarterKit-master\HandsOnTutorial\0-provision-azure-cluster.fsx:line 33
Stopped due to error
I have installed the Azure CLI
https://azure.microsoft.com/en-us/documentation/articles/xplat-cli-install/
and checked regions using:
azure vm sizes --location "eastus"
& made sure that the vm size that I am using is supported.
I have tried re downloading the starter kit, rebuilding the solution, editing AzureCluster.fsx etc. but still get the same error. My subscription is "Visual Studio Professional with MSDN".