Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add step for VM scanning to Azure procedures #58

Merged
merged 1 commit into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -328,11 +328,13 @@ After you've created, granted permissions to, and tested a new app registration,

![integration-create-image](/img/platform/infra/cloud/azure/add-int-azure-bottom.png)

8. Select the **START SCANNING** button.
8. To automatically scan all VMs in your subscription, enable **Scan Azure VMs using RunCommand**.

9. On the Recommended Policies page, enable the policies on which you want to base assessments of your Azure environment. To learn more, read [Manage Policies](/platform/security/posture/policies/).
9. Select the **START SCANNING** button.

10. Select **FINALIZE SETUP**.
10. On the Recommended Policies page, enable the policies on which you want to base assessments of your Azure environment. To learn more, read [Manage Policies](/platform/security/posture/policies/).

11. Select **FINALIZE SETUP**.

Mondoo begins scanning your Azure resources. When it completes, you can see results on the INVENTORY page. To learn more, read [Monitor Your Infrastructure Security](/platform/security/posture/monitor/).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -360,11 +360,13 @@ After you've created, granted permissions to, and tested a new app registration,

![integration-create-image](/img/platform/infra/cloud/azure/add-int-azure-bottom.png)

8. Select the **START SCANNING** button.
8. To automatically scan all VMs in your subscription, enable **Scan Azure VMs using RunCommand**.

9. On the Recommended Policies page, enable the policies on which you want to base assessments of your Azure environment. To learn more, read [Manage Policies](/platform/security/posture/policies/).
9. Select the **START SCANNING** button.

10. Select **FINALIZE SETUP**.
10. On the Recommended Policies page, enable the policies on which you want to base assessments of your Azure environment. To learn more, read [Manage Policies](/platform/security/posture/policies/).

11. Select **FINALIZE SETUP**.

Mondoo begins scanning your Azure resources. When it completes, you can see results on the INVENTORY page. To learn more, read [Monitor Your Infrastructure Security](/platform/security/posture/monitor/).

Expand Down
8 changes: 5 additions & 3 deletions docs/platform/infra/cloud/azure/manual-reg-path.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -275,11 +275,13 @@ After you've created, granted permissions to, and tested a new app registration,

![integration-create-image](/img/platform/infra/cloud/azure/add-int-azure-bottom.png)

8. To complete the integration, select the **START SCANNING** button.
8. To automatically scan all VMs in your subscription, enable **Scan Azure VMs using RunCommand**.

9. On the Recommended Policies page, enable the policies on which you want to base assessments of your Azure environment. To learn more, read [Manage Policies](/platform/security/posture/policies/).
9. Select the **START SCANNING** button.

10. Select **FINALIZE SETUP**.
10. On the Recommended Policies page, enable the policies on which you want to base assessments of your Azure environment. To learn more, read [Manage Policies](/platform/security/posture/policies/).

11. Select **FINALIZE SETUP**.

Mondoo begins scanning your Azure resources. When it completes, you can see results on the INVENTORY page. To learn more, read [Monitor Your Infrastructure Security](/platform/security/posture/monitor/).

Expand Down
Loading