Skip to content
Open
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
6 changes: 6 additions & 0 deletions articles/container-registry/scan-images-defender.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ For details, see [Use Microsoft Defender for container registries](/azure/defend

Microsoft Defender for Cloud can scan images in a publicly accessible container registry or one that's protected with network access rules. If network rules are configured (that is, you disable public registry access, configure IP access rules, or create private endpoints), be sure to enable the network setting to [**allow trusted Microsoft services**](allow-access-trusted-services.md) to access the registry. By default, this setting is enabled in a new container registry.


> [!NOTE]
>
> For Microsoft Defender for Cloud to scan images in ACR, [**Authentication-as-arm**](container-registry-disable-authentication-as-arm.md) should be enabled
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> For Microsoft Defender for Cloud to scan images in ACR, [**Authentication-as-arm**](container-registry-disable-authentication-as-arm.md) should be enabled
> For Microsoft Defender for Cloud to scan images in ACR, [**Authentication-as-arm**](container-registry-disable-authentication-as-arm.md) should be enabled.

adding end punctuation

Copy link

Copilot AI Oct 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link text 'Authentication-as-arm' doesn't clearly describe what it links to. Consider using more descriptive text like 'ARM audience token authentication' to match the terminology used in the PR description.

Suggested change
> For Microsoft Defender for Cloud to scan images in ACR, [**Authentication-as-arm**](container-registry-disable-authentication-as-arm.md) should be enabled
> For Microsoft Defender for Cloud to scan images in ACR, [**ARM audience token authentication**](container-registry-disable-authentication-as-arm.md) should be enabled

Copilot uses AI. Check for mistakes.

>

## Next steps

* Learn more about registry access by [trusted services](allow-access-trusted-services.md).
Expand Down