Open ccottrell opened 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!
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.