Skip to content
This repository was archived by the owner on Nov 7, 2021. It is now read-only.

petersen65/Azure-Governance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure-Governance

Azure governance project with specific description and scripts how to onboard to the Azure Cloud

Notes

Deploy diagnostic settings to subscription

New-AzDeployment -Location 'westeurope' -TemplateFile '.\3 - Blueprints\azuredeploy.diagnostics.json' -TemplateParameterFile '.\3 - Blueprints\azuredeploy.diagnostics.parameters.json'

Export existing blueprint for diagnostics settings

$bpDefinition = Get-AzBlueprint -ManagementGroupId $aadTenantId -Name 'diagnostic-settings' -Version '1.0' Export-AzBlueprintWithArtifact -Blueprint $bpDefinition -OutputPath '.\3 - Blueprints'

About

Azure governance project with specific description and scripts how to onboard to the Azure Cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors