Skip to content

Commit 1d5c07a

Browse files
authored
Merge pull request #194811 from bmansheim/patch-1
Minor style fixes in Defender for Containers
2 parents 98c4783 + 3e61964 commit 1d5c07a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/defender-for-cloud/defender-for-containers-introduction.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ There are four triggers for an image scan:
7373

7474
- **Recently pulled** - Since new vulnerabilities are discovered every day, **Microsoft Defender for Containers** also scans, on a weekly basis, any image that has been pulled within the last 30 days. There's no extra charge for these rescans; as mentioned above, you're billed once per image.
7575

76-
- **On import** - Azure Container Registry has import tools to bring images to your registry from Docker Hub, Microsoft Container Registry, or another Azure container registry. **Microsoft Defender for container Containers** scans any supported images you import. Learn more in [Import container images to a container registry](../container-registry/container-registry-import-images.md).
76+
- **On import** - Azure Container Registry has import tools to bring images to your registry from Docker Hub, Microsoft Container Registry, or another Azure container registry. **Microsoft Defender for Containers** scans any supported images you import. Learn more in [Import container images to a container registry](../container-registry/container-registry-import-images.md).
7777

7878
- **Continuous scan**- This trigger has two modes:
7979

80-
- A Continuous scan based on an image pull. This scan is performed every seven days after an image was pulled, and only for 30 days after the image was pulled. This mode doesn't require the security profile, or extension.
80+
- A continuous scan based on an image pull. This scan is performed every seven days after an image was pulled, and only for 30 days after the image was pulled. This mode doesn't require the security profile, or extension.
8181

8282
- (Preview) Continuous scan for running images. This scan is performed every seven days for as long as the image runs. This mode runs instead of the above mode when the Defender profile, or extension is running on the cluster.
8383

@@ -90,7 +90,7 @@ Defender for Cloud filters, and classifies findings from the scanner. When an im
9090

9191
### View vulnerabilities for running images
9292

93-
The recommendation **Running container images should have vulnerability findings resolved** shows vulnerabilities for running images by using the scan results from ACR registeries and information on running images from the Defender security profile/extension. Images that are deployed from a non ACR registry, will appear under the Not applicable tab.
93+
The recommendation **Running container images should have vulnerability findings resolved** shows vulnerabilities for running images by using the scan results from ACR registeries and information on running images from the Defender security profile/extension. Images that are deployed from a non ACR registry, will appear under the **Not applicable** tab.
9494

9595
:::image type="content" source="media/defender-for-containers/running-image-vulnerabilities-recommendation.png" alt-text="Screenshot showing where the recommendation is viewable" lightbox="media/defender-for-containers/running-image-vulnerabilities-recommendation-expanded.png":::
9696

@@ -220,14 +220,17 @@ The following describes the components necessary in order to receive the full pr
220220
## FAQ - Defender for Containers
221221

222222
- [What are the options to enable the new plan at scale?](#what-are-the-options-to-enable-the-new-plan-at-scale)
223+
- [Does Microsoft Defender for Containers support AKS clusters with virtual machines scale set (VMSS)?](#does-microsoft-defender-for-containers-support-aks-clusters-with-virtual-machines-scale-set-vmss)
224+
- [Does Microsoft Defender for Containers support AKS without scale set (default)?](#does-microsoft-defender-for-containers-support-aks-without-scale-set-default)
225+
- [Do I need to install the Log Analytics VM extension on my AKS nodes for security protection?](#do-i-need-to-install-the-log-analytics-vm-extension-on-my-aks-nodes-for-security-protection)
223226

224227
### What are the options to enable the new plan at scale?
225228
We’ve rolled out a new policy in Azure Policy, **Configure Microsoft Defender for Containers to be enabled**, to make it easier to enable the new plan at scale.
226229

227230
### Does Microsoft Defender for Containers support AKS clusters with virtual machines scale set (VMSS)?
228231
Yes.
229232

230-
### Does Microsoft Defender for Containers support AKS without scale set (default) ?
233+
### Does Microsoft Defender for Containers support AKS without scale set (default)?
231234
No. Only Azure Kubernetes Service (AKS) clusters that use virtual machine scale sets for the nodes is supported.
232235

233236
### Do I need to install the Log Analytics VM extension on my AKS nodes for security protection?

0 commit comments

Comments
 (0)