Skip to content

Commit 9c32102

Browse files
Merge pull request #48 from Azure/users/alsehr/minorUpdateForDocs
feat: Bumped to latest version of AIB modules
2 parents ca92717 + 5f889f4 commit 9c32102

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

constructs/azureImageBuilder/templates/image.deploy.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ param virtualNetworkDeploymentScriptSubnetAddressPrefix string = cidrSubnet(virt
6565
@description('Optional. The name of the Deployment Script to trigger the Image Template baking.')
6666
param storageDeploymentScriptName string = 'ds-triggerUpload-storage'
6767

68-
@description('Optional. The files to upload to the Assets Storage Account.')
68+
@description('Optional. The files to upload to the Assets Storage Account. Note, the file you\'re uploading should not contain emojis (🍔) as they may cause problems when loaded into the environment of the uploading deployment script.')
6969
param storageAccountFilesToUpload storageAccountFilesToUploadType[]?
7070

7171
@description('Optional. The name of the Deployment Script to trigger the image tempalte baking.')
@@ -113,7 +113,7 @@ param deploymentsToPerform string = 'Only assets & image'
113113
// Deployments //
114114
// =========== //
115115

116-
module imageConstruct 'br/public:avm/ptn/virtual-machine-images/azure-image-builder:0.2.0' = {
116+
module imageConstruct 'br/public:avm/ptn/virtual-machine-images/azure-image-builder:0.2.1' = {
117117
name: '${uniqueString(deployment().name, resourceLocation)}-image-construct'
118118
params: {
119119
deploymentsToPerform: deploymentsToPerform

docs/wiki/Creating images with the Azure Image Builder.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ For reference, in the provided Linux example we're looking at the following size
127127
- `Install-LinuxPowerShell.sh`: 1.272 characters
128128
- Total size of compiled `sbx.image.bicep` template: 1.15 mb
129129

130+
> **NOTE:** The file you're uploading should not contain emojis (🍔) as they may cause problems when loaded into the environment of the uploading deployment script.
131+
130132
#### Special case: Resource **Image Template**
131133

132134
The image template ultimately decides what happens during the image built. In this construct, it works in combination with the scripts provided in the `constructs/azureImageBuilder/scripts/uploads` folder.

0 commit comments

Comments
 (0)