File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8181 "description" : " Size in GB of the Docker volume."
8282 },
8383 "defaultValue" : " 100"
84+ },
85+ "coreosVersion" : {
86+ "type" : " string" ,
87+ "metadata" : {
88+ "description" : " Version of CoreOS to deploy."
89+ }
8490 }
8591 },
8692 "variables" : {
352358 "publisher" : " [variables('imagePublisher')]" ,
353359 "offer" : " [variables('imageOffer')]" ,
354360 "sku" : " [variables('imageSKU')]" ,
355- "version" : " 766.4.0 "
361+ "version" : " [parameters('coreosVersion')] "
356362 },
357363 "dataDisks" : [
358364 {
Original file line number Diff line number Diff line change 2525 },
2626 "dockerVolumeSize" : {
2727 "value" : 100
28+ },
29+ "coreosVersion" : {
30+ "value" : " 766.4.0"
2831 }
2932}
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ or via the CLI with ``azure vm show``:
8585
8686.. code-block :: console
8787
88- $ azure vm show deisNode0 --resource-group deis
88+ $ azure vm show deisNode0 --resource-group deis | grep 'Public IP address'
8989
9090 Configure DNS
9191-------------
You can’t perform that action at this time.
0 commit comments