Skip to content

Instantly share code, notes, and snippets.

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:

@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"
@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"
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"name": {
"type": "string"
},
"location": {
"type": "string"
},
@rnkhouse
rnkhouse / 04-azure-external-lb.json
Last active April 13, 2017 22:23
Create External Loadbalancer for Subnet
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"name": {
"type": "string"
},
"location": {
"type": "string"
},
@rnkhouse
rnkhouse / 01-azure-webserver.json
Last active April 25, 2017 21:02
2 VMs in a Load Balancer and load balancing rules (Webserver - Frontend)
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json",
"contentVersion": "1.0.0.0",
"parameters": {
"location": {
"type": "String"
},
"storageAccountName": {
"type": "string",
"metadata": {
@rnkhouse
rnkhouse / 02-azure-dbserver.json
Last active April 25, 2017 20:27
2 VMs with Internal Load Balancer and load balancing rules (DBserver - Backend)
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"location": {
"type": "String"
},
"virtualNetworkName": {
"type": "string",
"metadata": {
0x68Dd0dFCbc4172903e37da21Ce2263E872251382
0x68Dd0dFCbc4172903e37da21Ce2263E872251382
0x68Dd0dFCbc4172903e37da21Ce2263E872251382