Skip to content

Instantly share code, notes, and snippets.

View samhodgkinson's full-sized avatar
🦅

SamHodgkinson samhodgkinson

🦅
View GitHub Profile
#
# This file contains configuration flags to customize your site
#
# Name of your site (displayed in the header)
name: Sam Hodgkinson
# Short bio or description (displayed in the header)
description: Blog
@samhodgkinson
samhodgkinson / Log-Analytics-Computer-Group.JSON
Created August 21, 2018 21:18
Log Analytics Computer Group
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json",
"contentVersion": "1.0.0.0",
"parameters": {
"OMS-Workspace-Name": {
"type": "string",
"metadata": {
"description": "OMS Workspace Name"
}
}
@samhodgkinson
samhodgkinson / Log-Analytics-Computer-Group-Tags.JSON
Created August 21, 2018 21:20
Log Analytics Computer Group Tags
"Tags": [
{
"Name": "Group",
"Value": "Computer"
}
],
@samhodgkinson
samhodgkinson / Azure-ARM-Storage-Account.json
Created February 15, 2019 10:05
Azure-ARM-Storage-Account
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"storageAccountType": {
"type": "string",
"defaultValue": "Standard_LRS",
"allowedValues": [
"Standard_LRS",
"Standard_GRS",
@samhodgkinson
samhodgkinson / Azure-ARM-Storage-Account-API-Variable.JSON
Created February 15, 2019 10:08
Azure-ARM-Storage-Account-API-Variable
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"storageAccountType": {
"type": "string",
"defaultValue": "Standard_LRS",
"allowedValues": [
"Standard_LRS",
"Standard_GRS",