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.
1 parent cdf362d commit 618d296Copy full SHA for 618d296
articles/governance/machine-configuration/how-to/assign-configuration/rest-api.md
@@ -40,7 +40,8 @@ The following example assigns the `AuditSecureServer` built-in configuration.
40
HTTP PUT https://<baseUrl>/<vm_name>/providers/Microsoft.GuestConfiguration/guestConfigurationAssignments/<configuration_Name>?api-version=2022-01-25
41
```
42
43
-This request requires Authentication, in the format of an Authorization header. You can follow these steps to [retrieve an Azure Access Token][03].
+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.
45
46
```json
47
Authorization Bearer <yourTokenHere>
0 commit comments