-
Notifications
You must be signed in to change notification settings - Fork 20
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
Minus in GitHub repository name breaks the deployment wizard #70
Comments
I've found the reason - storage account name can contain only letters and numbers. No dashes. |
That's correct, letters and numbers only. We would happily accept a PR. Maybe the |
I ran into this issue recently, and even if hyphens are scrubbed with the replace function, the default deployment will give a "deployment failed" message when deploying into a new resource group. (The deployment actually doesn't fail; but users will get an error message stating that it does.) This is because deploying to a new resource group will default to the repo name with hyphens, and as far as I can tell, there is no way to replace the default name on a newly-created resource group from the It would be great to be able to change the default name and location of a newly-created RG to mitigate this issue, especially because users will not necessarily get feedback on why their deployment failed (or seemed to have failed). |
How to reproduce:
The template deployment 'a74fc7da-76f0-4697-93d1-909913e14327' is not valid according to the validation procedure. The tracking id is '5ba790bf-25de-4b35-b9b9-07bf7f787018'. See inner errors for details. Please see http://aka.ms/arm-deploy for usage details.
If you repeat the same steps with different repository which has identical content but different name then PREVIEW step works fine:
https://github.com/artem-dudarev/testdeploy
The only difference between these repositories is the minus in the name: test-deploy vs testdeploy.
The text was updated successfully, but these errors were encountered: