-
Notifications
You must be signed in to change notification settings - Fork 23
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
MBrace.StarterKit Config.ProvisionCluster() failing due to incompatible region & VM size #152
Comments
Hey. Indeed, D1 is definitely support in East US. I'm assuming that you set the subscription appropriately in azure cli before checking regions? VM sizes can be restricted at the subscription level (although I'd be surprised if an MSDN subscription didn't allow D1s). |
Isaac, Thanks for responding, esp on a Saturday. I did go through some sort On 23 April 2016 at 16:50, Isaac Abraham [email protected] wrote:
Ian Ian Buckley |
No worries. Can you try with an A series VM e.g. A4? I've just tried with a D1 and D2 here and both failed with a different error to you, so I'm starting to think that it might be something to do with the D-series cloud service images that we've built. |
Hi Isaac, I tried this code: The error is: INFO : using vm size ExtraLarge
It could just be a silly error I made early on. I will try to repeat the Thanks for looking anyway. :) On 23 April 2016 at 16:58, Isaac Abraham [email protected] wrote:
Ian Ian Buckley |
I've experienced this before. In my case it was simply related to my subscription's allowance. After spending some time with Azure tech support my problem was resolved by moving to a different region. The problem is that the management API's error messages are often misguiding. That said, could you try deploying a worker role build of your own through Visual Studio? It still might be an issue with our code. |
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 [email protected](a a) at MBrace.Core.Internals.AsyncExtensions.Async.RunSync[T](FSharpAsync
1 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".
The text was updated successfully, but these errors were encountered: