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/08/11 18:11] – [Azure Security] mgupton | azure:qnd:azure_security [2022/11/08 14:41] (current) – [Tools] mgupton | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| * [[https:// | * [[https:// | ||
| * Secure Score | * 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 ====== | ====== Best Practices ====== | ||