Skip to content

Commit d5c7564

Browse files
Merge pull request #259551 from ericd-mst-github/erd-aib-cis-update
updating troubleshoot with CIS note
2 parents 378a9f1 + 59f11eb commit d5c7564

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/virtual-machines/linux/image-builder-troubleshoot.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article helps you troubleshoot common problems and errors you
44
author: kof-f
55
ms.author: kofiforson
66
ms.reviewer: erd
7-
ms.date: 11/10/2023
7+
ms.date: 11/27/2023
88
ms.topic: troubleshooting
99
ms.service: virtual-machines
1010
ms.subservice: image-builder
@@ -41,6 +41,11 @@ VM Image Builder failures can happen in two areas:
4141
- During image template submission
4242
- During image building
4343

44+
> [!NOTE]
45+
> CIS-hardened images (Linux or Windows) on Azure marketplace, managed by CIS, can cause build failures with Azure Image Builder service due to their configurations. For instance:
46+
> - CIS-Hardened Windows images might disrupt WinRM connectivity, a prerequisite for AIB build.
47+
> - CIS Linux images can fail due to `chmod +x` permission issues.
48+
4449
## Troubleshoot image template submission errors
4550

4651
Image template submission errors are returned at submission only. There isn't an error log for image template submission errors. If there's an error during submission, you can return the error by checking the status of the template, specifically by reviewing `ProvisioningState` and `ProvisioningErrorMessage`/`provisioningError`.

0 commit comments

Comments
 (0)