You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/governance/machine-configuration/how-to/create-policy-definition.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,13 +124,15 @@ Parameters of the `New-GuestConfigurationPolicy` cmdlet:
124
124
-**ExcludeArcMachines**: Specifies that the Policy definition should exclude Arc machines. This
125
125
parameter is required if you are using a User Assigned Managed Identity to provide access to an
126
126
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
128
128
129
> [!IMPORTANT]
129
130
> Unlike Azure VMs, Arc-connected machines currently do not support User Assigned Managed
130
131
> Identities. As a result, the `-ExcludeArcMachines` flag is required to ensure the exclusion of
131
132
> those machines from the policy definition. For the Azure VM to download the assigned package and
132
133
> apply the policy, the Guest Configuration Agent must be version `1.29.82.0` or higher for Windows
133
134
> and version `1.26.76.0` or higher for Linux.
135
+
> As an alternative System Assigned Managed Identities can be used to download packages for Arc-connected machines, and similar support has been provided for Azure options.
134
136
135
137
For more information about the **Mode** parameter, see the page
136
138
[How to configure remediation options for machine configuration][02].
0 commit comments