Skip to content

Commit 6a2f85c

Browse files
Update articles/governance/machine-configuration/how-to/create-policy-definition.md
Co-authored-by: Mikey Lombardi (He/Him) <[email protected]>
1 parent a99337b commit 6a2f85c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/governance/machine-configuration/how-to/create-policy-definition.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,14 @@ Parameters of the `New-GuestConfigurationPolicy` cmdlet:
124124
- **ExcludeArcMachines**: Specifies that the Policy definition should exclude Arc machines. This
125125
parameter is required if you are using a User Assigned Managed Identity to provide access to an
126126
Azure Storage blob.
127-
- **UseSystemAssignedIdentity**: This is the option to use the system assigned identity for downloading package from storage account container instead of using SaS url. When this option is enabled you cannot use the ManagedIdentityResourceId. Only one of the options should be used at a time. You can use this parameter without ExcludeArcMachines option as the system assigned identity is available for Arc machines.
127+
- **UseSystemAssignedIdentity**: This is the option to use the system assigned identity for
128+
downloading package from storage account container instead of using SaS URL.
129+
130+
You can't use this option with the **ManagedIdentityResourceId**. The options are mutually
131+
exclusive.
132+
133+
You can use this parameter without **ExcludeArcMachines** option as the system assigned
134+
identity is available for Arc machines.
128135

129136
> [!IMPORTANT]
130137
> Unlike Azure VMs, Arc-connected machines currently do not support User Assigned Managed

0 commit comments

Comments
 (0)