Azure / azure-quickstart-templates

Azure Quickstart Templates
https://aka.ms/azqst
MIT License
14.06k stars 16.13k forks source link

101-cosmosdb-create-arm-template is failing deployment to Azure #4589

Open ccottrell opened 6 years ago

ccottrell commented 6 years ago

I can't tell what the issue is, but it isn't deploying and fails. I tried it first by grabbing the files and then doing it in VSTS. Second time, I did it directly from here to publish it to my own subscription and that failed also.

cocallaw commented 6 years ago

@ccottrell I just tested deploying the ARM template that you reference using powershell and was able to deploy successfully

New-AzureRmResourceGroupDeployment -Name 101cosmodbcreate -ResourceGroupName githubissuelab -TemplateFile C:\Source\GitHub\azure-quickstart-templates\101-cosmosdb-create-arm-template\azuredeploy.json -TemplateParameterFile C:\Source\GitHub\azure-quickstart-templates\101-cosmosdb-create-arm-template\azuredeploy.parameters.json

The only change I made was updating the value for databaseAccountName in the parameters file from GEN-UNIQUE to armtest01.

DeploymentName : 101cosmodbcreate ResourceGroupName : githubissuelab ProvisioningState : Succeeded Timestamp : 5/27/2018 2:47:33 PM Mode : Incremental TemplateLink : Parameters : Name Type Value =============== ========================= ========== apiType String Cassandra databaseAccountName String armtest01 location String southcentralus

Can you please provide more detail as to what the error was when your deployment failed? If have resolved the issue and have been able to deploy successfully, could you please close out this issue! Thanks!