Skip to content

Commit

Permalink
Fixed more templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane Lapointe committed Oct 30, 2015
1 parent cac691d commit 5cd151d
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 20 deletions.
2 changes: 0 additions & 2 deletions 201-vm-domain-join/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,12 @@
},
"domainName": {
"type": "string",
"defaultValue": "contoso.com",
"metadata": {
"description": "The FQDN of the AD domain"
}
},
"adminUsername": {
"type": "string",
"defaultValue": "cloudguy",
"metadata": {
"description": "The name of the administrator of the new VM and the domain. Exclusion list: 'admin','administrator'"
}
Expand Down
3 changes: 3 additions & 0 deletions 201-vm-domain-join/azuredeploy.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
},
"adminPassword": {
"value": "ChangeThisPassword2,zN0*pECq;!YxRu"
},
"domainName": {
"value": "mydomain.local"
}
}
}
3 changes: 1 addition & 2 deletions active-directory-new-domain-ha-2-dc/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,7 @@
"type": "string",
"metadata": {
"description": "The FQDN of the AD Domain created "
},
"defaultValue": "adarmtest.com"
}
},
"dnsPrefix": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
},
"publicIPAddressName": {
"value": "#####"
},
"domainName": {
"value": "mydomain.local"
}
}
}
2 changes: 1 addition & 1 deletion active-directory-new-domain/azuredeploy.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"value": "Standard_D2"
},
"domainName": {
"value": "#####"
"value": "mydomain.local"
},
"addnsName": {
"value": "#####"
Expand Down
2 changes: 0 additions & 2 deletions rds-deployment/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@

"domainName": {
"type": "string",
"defaultValue": "contoso.com",
"metadata": {
"description": "The FQDN of the AD domain"
}
},
"adminUsername": {
"type": "string",
"defaultValue": "cloudguy",
"metadata": {
"description": "The name of the administrator of the new VM and the domain. Exclusion list: 'administrator'"
}
Expand Down
2 changes: 1 addition & 1 deletion rds-deployment/azuredeploy.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"value": "https://github.com/Azure/azure-quickstart-templates/raw/master/rds-deployment"
},
"domainName": {
"value": "cloud.pri"
"value": "mydomain.local"
},
"newStorageAccountName": {
"value": "#####"
Expand Down
10 changes: 5 additions & 5 deletions vm-d14-high-iops-32-data-disks/azuredeploy.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
"value": "#####"
},
"adminUsername": {
"value": "changeme"
"value": "ChangeAdminName"
},
"adminPassword": {
"value": "changeme"
"value": "ChangeThisPassworditG7/d*eO0H+ktFO"
},
"location": {
"value": "changeme"
"value": "west us"
},
"sizeOfEachDataDiskInGB": {
"value": "changeme"
"value": "10"
},
"dnsName": {
"value": "#####"
},
"vmName": {
"value": "changeme"
"value": "highPerfVm"
},
"modulesUrl": {
"value": "https://github.com/Azure/azure-quickstart-templates/blob/master/vm-d14-high-iops-32-data-disks/StoragePool.ps1.zip?raw=true"
Expand Down
2 changes: 1 addition & 1 deletion web-app-dsc-vm/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
"apiVersion": "2014-04-01-preview",
"dependsOn": [],
"tags": {
"displayName": "cawadbserver1"
"displayName": "[parameters('DatabaseServerName')]"
},
"properties": {
"administratorLogin": "[parameters('databaseServerAdminLogin')]",
Expand Down
12 changes: 6 additions & 6 deletions web-app-dsc-vm/azuredeploy.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"value": "cawadscvm07"
},
"adminUserName": {
"value": "vmuser"
"value": "ChangeAdminName"
},
"dnsName": {
"value": "#####"
Expand All @@ -21,16 +21,16 @@
"value": "Standard_A3"
},
"adminPassword": {
"value": "test.123"
"value": "ChangeThisPasswordyRmbbBf#Rol3Vc;d"
},
"webdeploypkg": {
"value": "https://github.com/CawaMS/FileShare/releases/download/releasetag/WebApplication3.zip"
"value": "https://github.com/Azure/azure-quickstart-templates/blob/master/web-app-dsc-vm/WebApplication3.zip?raw=true"
},
"configurationFunction": {
"value": "ConfigureWebServer.ps1\\Main"
},
"DatabaseServerName": {
"value": "cawadbserver07"
"value": "#####"
},
"DatabaseServerLocation": {
"value": "westus"
Expand All @@ -45,10 +45,10 @@
"value": "cawadb07"
},
"modulesUrl": {
"value": "azure-storage-location"
"value": "https://github.com/Azure/azure-quickstart-templates/blob/master/web-app-dsc-vm/ConfigureWebServer.ps1?raw=true"
},
"sasToken": {
"value": "sas-token"
"value": ""
}
}
}

0 comments on commit 5cd151d

Please sign in to comment.