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
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,14 @@ 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
+
-**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.
128
135
129
136
> [!IMPORTANT]
130
137
> Unlike Azure VMs, Arc-connected machines currently do not support User Assigned Managed
0 commit comments