Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
azure:qnd:azure_security [2022/05/19 15:04] – ↷ Page moved from qnd:azure:azure_security to azure:qnd:azure_security mgupton | azure:qnd:azure_security [2022/11/08 14:41] (current) – [Tools] mgupton | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Azure Security ====== | ====== Azure Security ====== | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
* [[https:// | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * Secure Score | ||
+ | |||
+ | ====== Assessments ====== | ||
+ | * The minimum ARM roles/ | ||
+ | |||
+ | In addition, a custom role with the following permission is needed for certain storage account checks. | ||
+ | <code json> | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | "/ | ||
+ | ], | ||
+ | " | ||
+ | " | ||
+ | ], | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | ====== General Checks ====== | ||
+ | * Are endpoints hybrid domain joined? | ||
+ | |||
+ | ====== Getting Inventory ====== | ||
+ | Get list of all resources in the current subscription. | ||
+ | <code powershell> | ||
+ | Get-AzResource | select Name, | ||
+ | </ | ||
====== Tools ====== | ====== Tools ====== | ||
* [[https:// | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | ====== Best Practices ====== | ||
+ | * Automated/ | ||
+ | |||
====== Training ====== | ====== Training ====== |