Skip to content

Commit 6b777aa

Browse files
moved policy violation error to troubleshoot common errors heading
1 parent 1783235 commit 6b777aa

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,9 @@ The `customization.log` file includes the following stages:
354354
- Ensure that Azure Policy and Firewall allow connectivity to remote resources.
355355
- Output comments to the console by using `Write-Host` or `echo`. Doing so lets you search the *customization.log* file.
356356
357+
358+
## Troubleshoot common build errors
359+
357360
### The template deployment failed because of policy violation
358361
359362
#### Error
@@ -372,13 +375,11 @@ The `customization.log` file includes the following stages:
372375

373376
#### Cause
374377

375-
When using a key vaults with public access disabled. At this time, Azure Image Builder doesn't support this configuration.
378+
The above policy violation error is a result of using an Azure Key Vault with public access disabled. At this time, Azure Image Builder doesn't support this configuration.
376379

377380
#### Solution
378381

379-
KVs to be created with public access enabled.
380-
381-
## Troubleshoot common build errors
382+
The Azure Key Vault must be created with public access enabled.
382383

383384
### Packer build command failure
384385

0 commit comments

Comments
 (0)