Skip to content

Commit 28bbf42

Browse files
authored
Merge pull request #139055 from mgreenegit/patch-1
file size
2 parents 89a62c4 + e198c44 commit 28bbf42

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

articles/governance/policy/how-to/guest-configuration-create-linux.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ The name of the custom configuration must be consistent everywhere. The name of
106106
the content package, the configuration name in the MOF file, and the guest assignment name in the
107107
Azure Resource Manager template (ARM template), must be the same.
108108

109+
PowerShell cmdlets assist in creating the package.
110+
No root level folder or version folder is required.
111+
The package format must be a .zip file. and cannot exceed a total size of 100MB when uncompressed.
112+
109113
### Custom Guest Configuration configuration on Linux
110114

111115
Guest Configuration on Linux uses the `ChefInSpecResource` resource to provide the engine with the

articles/governance/policy/how-to/guest-configuration-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ package consists of:
200200

201201
PowerShell cmdlets assist in creating the package.
202202
No root level folder or version folder is required.
203-
The package format must be a .zip file.
203+
The package format must be a .zip file and cannot exceed a total size of 100MB when uncompressed.
204204

205205
### Storing Guest Configuration artifacts
206206

0 commit comments

Comments
 (0)