Azure Deployment Failed when trying to create a storage account

azure

Following these steps https://azure.microsoft.com/en-us/documentation/articles/storage-create-storage-account/

once I click 'Create' I get the error "Deployment failed" here are the full details;

OPERATION IDE03BAC94EFAA1295
TRACKING ID5c3b3e63-e86a-4f98-9f3f-f31cc21621c7
STATUSBadRequest
PROVISIONING STATEFailed
TIMESTAMP4/28/2016, 10:12:57 AM
DURATIONPT2.0055957S
TYPEMicrosoft.ClassicStorage/StorageAccounts
RESOURCE ID/subscriptions/b2385f44-XXXX-4ff1-XXXX-
f09cbed8a333/resourceGroups/vmstorage/providers/Microsoft.ClassicStorage/Storage
Accounts/appsrv

STATUSMESSAGE{
  "error": {
    "code": "StorageAccountOperationFailed",
    "message": "Unable to create storage account 'appsrv': 'The location constraint is not valid'."
  }
}
RESOURCEappsrv

I have been searching online for a while with no real answers as to how to resolve this. Am I missing a step? could it be because I just signed up and it is using the Free trial subscription? Has anyone seen this before?

Best Answer

I think this is a restriction of the free Azure account - try changing your availability zone to us north.

The location constraint is not valid

Related Topic