Azure-quickstart-templates: go-ethereum-on-ubuntu throwing invalid template error

Created on 13 Apr 2016  路  3Comments  路  Source: Azure/azure-quickstart-templates

--------------------MESSAGE FROM ADMIN, DELETE BEFORE SUBMITTING----------------------

Sorry to hear you had a bad experience with one of the templates :worried: But, in case you're just asking a question, we're happy to help. You can also check if the question might already have been asked here https://github.com/Azure/azure-quickstart-templates/issues?utf8=%E2%9C%93&q=is%3Aissue

We've created an outline of recommended sections to fill out that will help make this Pull Request awesome!

--------------------MESSAGE FROM ADMIN, DELETE BEFORE SUBMITTING----------------------

go-ethereum-on-ubuntu

Issue Details

When I try to deploy it throws invalid Template error

The template deployment 'Microsoft.Template' is not valid according to the validation procedure. The tracking id is '30686013-b746-4dc8-988c-17cde7988104'. See inner errors for details. Please see http://aka.ms/arm-deploy for usage details.

Most helpful comment

Thanks for opening this issue. I just received the same error when trying to deploy this template.

All 3 comments

Thanks for opening this issue. I just received the same error when trying to deploy this template.

Has this been resolved yet? I have the same problem too. :)

Got it working! For those still struggling, make sure to type the parameters in lowercase.
https://github.com/Azure/azure-quickstart-templates/blob/master/1-CONTRIBUTION-GUIDE/best-practices.md

8 says Do not create a parameter for a storage account name. Storage account names need to be lower case and can't contain hyphens (-) in addition to other domain name restrictions.

Was this page helpful?
0 / 5 - 0 ratings