Skip to content

Instantly share code, notes, and snippets.

View jimontheriver's full-sized avatar

Jim Leonardo jimontheriver

View GitHub Profile
@jimontheriver
jimontheriver / simple_vm_arm.json
Last active October 12, 2017 17:15
A simple Azure ARM template illustrating use of the uniqueName function.
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"location": {
"type": "string",
"defaultValue": "centralus"
},
"virtualMachineSize": {
"type": "string",