Skip to content

Instantly share code, notes, and snippets.

@marrobi
Created August 10, 2017 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marrobi/a5a6532fda9ce5efeb322b4aa7cca27f to your computer and use it in GitHub Desktop.
Save marrobi/a5a6532fda9ce5efeb322b4aa7cca27f to your computer and use it in GitHub Desktop.
ARM Storage Profile
"storageProfile": {
"imageReference": {
"publisher": "Canonical",
"offer": "UbuntuServer",
"sku": "16.04.0-LTS",
"version": "latest"
},
"osDisk": {
"name": "myOSDisk",
"createOption": "FromImage"
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment