We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98483fe + 073ee7b commit 9415760Copy full SHA for 9415760
articles/governance/machine-configuration/how-to/create-policy-definition.md
@@ -188,6 +188,9 @@ $PolicyConfig3 = @{
188
New-GuestConfigurationPolicy @PolicyConfig3 -ExcludeArcMachines
189
```
190
191
+For this scenario, you need to disable the **Allow Blob anonymous access** setting and assign the
192
+role **Storage Blob Data Reader** on the storage account to the identity.
193
+
194
> [!NOTE]
195
> You can retrieve the resourceId of a managed identity using the `Get-AzUserAssignedIdentity`
196
> PowerShell cmdlet.
0 commit comments