Skip to content

Instantly share code, notes, and snippets.

"terminal.integrated.env.osx": {
"PATH": ""
}
# Variables
$resourceGroupName = 'myResourceGroup'
$location = 'northeurope'
$automationAccountName = 'myAutomationAccount'
$runbookName = 'myRunbook3'
$runbookDescription = 'This is a test runbook'
$runbookType = 'PowerShell7'
$scriptContent='Write-Output "Hello World!"'
# Login to Azure
@dataGriff
dataGriff / data_contract stuff.md
Last active October 13, 2025 10:38
Data Contract Links