Closed fberson closed 7 years ago
It seems like ARM is Case Sensitive and does not like the fact that the parameter.json file contains
"BrokerServer": { "value": "broker.rdsgurus.com" },
And the deployment.json contains
"brokerServer": { "type": "string", "metadata": { "description": "FQDN for Broker Server" } },
I would suggest to change the parameter in deployment.json to match the one in parameter.json
best practices require parameters follow Camel case notation, so we should be using names starting with lowercase (azuredeploy.parameters.json parameters should match azuredeploy.json, and not vice versa)
PR #3304
PR #3304 merged to Azure:master on 3/07/2017. Closing...
It seems like ARM is Case Sensitive and does not like the fact that the parameter.json file contains
And the deployment.json contains
I would suggest to change the parameter in deployment.json to match the one in parameter.json