Merge pull request #131 from bridgetkromhout/change-instance-type

Changing Azure instance type
This commit is contained in:
Jérôme Petazzoni
2018-03-05 13:25:49 -08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -116,7 +116,7 @@ wrap Run this program in a container
- Optional:
- Choose a name for the workshop (default is "workshop")
- Choose the number of instances (default is 3)
- Customize the desired instance size (default is Standard_D2_v3)
- Customize the desired instance size (default is Standard_D1_v2)
- Launch instances with your chosen resource group name and your preferred region; the examples are "workshop" and "eastus":
```
az group create --name workshop --location eastus

View File

@@ -60,7 +60,7 @@
},
"vmSize": {
"type": "string",
"defaultValue": "Standard_D2_v3",
"defaultValue": "Standard_D1_v2",
"metadata": {
"description": "VM Size."
}

View File

@@ -12,7 +12,7 @@
"value": 3
},
"vmSize": {
"value": "Standard_D2_v3"
"value": "Standard_D1_v2"
}
}
}