Skip to content

Instantly share code, notes, and snippets.

@rnkhouse
rnkhouse / 02-azure-vm.json
Last active April 13, 2017 18:29
Create Virtual Machine over existing VNET on Azure.
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"location": {
"defaultValue": "eastus2",
"type": "String"
},
"virtualMachineName": {
"type": "String"
@rnkhouse
rnkhouse / 01-azure-vnet.json
Last active April 13, 2017 19:54
Create Virtual Network on Azure.
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"name": {
"type": "String"
},
"location": {
"defaultValue": "eastus2",
"type": "String"

Keybase proof

I hereby claim:

  • I am rnkhouse on github.
  • I am ronakpatel (https://keybase.io/ronakpatel) on keybase.
  • I have a public key whose fingerprint is D850 975A 0A22 5D53 5ED2 B515 8C7B FEC0 BE77 8FD4

To claim this, I am signing this object: