Skip to content

Instantly share code, notes, and snippets.

View rahilb's full-sized avatar

Rahil Bohra rahilb

View GitHub Profile
@rahilb
rahilb / parsec-azure-template.json
Created May 7, 2017 19:25 — forked from danapplegate/parsec-azure-template.json
An Azure template to automate the creation of a Parsec-ready server and network firewall Windows Server 2016 instance.
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"vmName": {
"defaultValue": "parsec-azure",
"type": "string"
},
"userName": {
"defaultValue": "parsec",