File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
infrastructure/global-resources Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44 "parameters" : {
55 "database_account_name" : {
66 "type" : " string" ,
7- "defaultValue" : " [concat(uniqueString(resourceGroup().id), 'cosmos-instance' )]"
7+ "defaultValue" : " [concat('cosmos-instance-', uniqueString(resourceGroup().id))]"
88 },
99 "database-name" : {
1010 "type" : " string" ,
1111 "defaultValue" : " data"
1212 },
1313 "container_registry_name" : {
1414 "type" : " string" ,
15- "defaultValue" : " acrImages "
15+ "defaultValue" : " [concat('acrimages', uniqueString(resourceGroup().id))] "
1616 },
1717 "traffic_manager_profiles_name" : {
1818 "type" : " string" ,
19- "defaultValue" : " tm-profiles"
19+ "defaultValue" : " [concat(' tm-profiles-', uniqueString(resourceGroup().id))] "
2020 }
2121 },
2222 "resources" : [
You can’t perform that action at this time.
0 commit comments