Skip to content

Commit 618d296

Browse files
Update articles/governance/machine-configuration/how-to/assign-configuration/rest-api.md
Co-authored-by: Mikey Lombardi (He/Him) <[email protected]>
1 parent cdf362d commit 618d296

File tree

1 file changed

+2
-1
lines changed
  • articles/governance/machine-configuration/how-to/assign-configuration

1 file changed

+2
-1
lines changed

articles/governance/machine-configuration/how-to/assign-configuration/rest-api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ The following example assigns the `AuditSecureServer` built-in configuration.
4040
HTTP PUT https://<baseUrl>/<vm_name>/providers/Microsoft.GuestConfiguration/guestConfigurationAssignments/<configuration_Name>?api-version=2022-01-25
4141
```
4242

43-
This request requires Authentication, in the format of an Authorization header. You can follow these steps to [retrieve an Azure Access Token][03].
43+
This request requires authentication in the format of an authorization header. You can use the
44+
[Get-AzAccessToken][03] cmdlet to retrieve an Azure Access Token.
4445

4546
```json
4647
Authorization Bearer <yourTokenHere>

0 commit comments

Comments
 (0)