Fixed github link by removing 'master' from the path
This commit is contained in:
Родитель
4b9e4a3b38
Коммит
8f2f447981
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
|
||||
"contentVersion": "1.15.11.13",
|
||||
"contentVersion": "1.15.11.19",
|
||||
"parameters": {
|
||||
"azureAdApplicationId": {
|
||||
"type": "string",
|
||||
|
@ -105,7 +105,7 @@
|
|||
"virtualNetworkName": "vmvnet",
|
||||
"vnetID": "[resourceId('Microsoft.Network/virtualNetworks',variables('virtualNetworkName'))]",
|
||||
"subnetRef": "[concat(variables('vnetID'),'/subnets/',variables('subnetName'))]",
|
||||
"modulesPath": "https://raw.githubusercontent.com/azure/azurestack-quickstart-templates/master/bootstorm-vm-boot-time/",
|
||||
"modulesPath": "https://raw.githubusercontent.com/azure/azurestack-quickstart-templates/bootstorm-vm-boot-time/",
|
||||
"moduleVMBootAll": "VMBootAll.zip",
|
||||
"modulesUrlVMBootAll": "[concat(variables('modulesPath'),variables('moduleVMBootAll'))]",
|
||||
"configurationFunctionVMBootAll": "VMBootAll.ps1\\ConfigureVMBootAll"
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
"description": "This template creates requested number of VMs and boot them simultaneously to calculate average VM boot time",
|
||||
"summary": "This template creates VM bootstorm and reports VM boot time",
|
||||
"githubUsername": "dipakmsft",
|
||||
"dateUpdated": "2015-11-13"
|
||||
"dateUpdated": "2015-11-19"
|
||||
}
|
|
@ -45,7 +45,7 @@ VM bootstorm results file is uploaded to Unique Azure Storage Account ('uniqueSt
|
|||
|
||||
<b>DEPLOY</b>
|
||||
|
||||
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazurestack-quickstart-templates%2Fmaster%2Fbootstorm-vm-boot-time%2Fazuredeploy.json" target="_blank">
|
||||
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazurestack-quickstart-templates%2Fbootstorm-vm-boot-time%2Fazuredeploy.json" target="_blank">
|
||||
<img src="http://azuredeploy.net/deploybutton.png"/>
|
||||
</a>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче