Skip to content

digitc1/AzLandingZone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Landing Zone

branch status
master
development

The Landing Zone aims to define a common security baseline for all Cloud projects. The baseline is based on three main pillars:

  • Implementing governance rules that prevent users from performing actions considered invalid
  • Gather all logs in one place so that they can be analyzed by a Security Operations Center
  • Activate the security and availability tools provided by cloud providers

How to use it

The Azure Landing Zone is provided as a PowerShell module that can be run directly from Azure Shell

  1. Import AzLandingZone module in Azure shell
Register-PSRepository -Name "AzLandingZoneRepo" -SourceLocation "https://nuget.pkg.github.com/digitc1/index.json" -publishLocation "https://nuget.pkg.github.com/digitc1/"
Install-Module -Force -Name "AzLandingZone" -Repository "AzLandingZoneRepo"
Import-Module AzLandingZone
  1. Run the AzLandingZone module
New-AzLandingZone

For a complete list of the available parameters, refer to the specific documentation

Additional information available on the wiki page: