Azure governance project with specific description and scripts how to onboard to the Azure Cloud
New-AzDeployment -Location 'westeurope' -TemplateFile '.\3 - Blueprints\azuredeploy.diagnostics.json'
-TemplateParameterFile '.\3 - Blueprints\azuredeploy.diagnostics.parameters.json'
$bpDefinition = Get-AzBlueprint -ManagementGroupId $aadTenantId -Name 'diagnostic-settings' -Version '1.0' Export-AzBlueprintWithArtifact -Blueprint $bpDefinition -OutputPath '.\3 - Blueprints'