Changing Azure instance type

This commit is contained in:
Bridget Kromhout
2018-03-05 13:44:02 -06:00
parent a7ba4418c6
commit a09521ceb1
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"
}
}
}