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/10/21 15:13] – mgupton | azure:qnd:azure_security [2022/11/08 14:41] (current) – [Tools] mgupton | ||
---|---|---|---|
Line 8: | Line 8: | ||
====== Assessments ====== | ====== Assessments ====== | ||
- | * The minimum ARM roles/ | + | * The minimum ARM roles/ |
In addition, a custom role with the following permission is needed for certain storage account checks. | In addition, a custom role with the following permission is needed for certain storage account checks. | ||
Line 25: | Line 25: | ||
" | " | ||
} | } | ||
+ | </ | ||
+ | |||
+ | ====== 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 ====== | ====== Best Practices ====== |