Skip to content

Commit 073ee7b

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,9 @@ $PolicyConfig3 = @{
187187
188188
New-GuestConfigurationPolicy @PolicyConfig3 -ExcludeArcMachines
189189
```
190-
For this scenario, you will need to disable the "Allow Blob anonymous access" setting. Also, assign the role "Storage Blob Data Reader" on the storage account to the identity.
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.
191193

192194
> [!NOTE]
193195
> You can retrieve the resourceId of a managed identity using the `Get-AzUserAssignedIdentity`

0 commit comments

Comments
 (0)