@@ -14,9 +14,10 @@ or any http client of your choice.
14
14
15
15
In each of the following sections, the example includes a ** type** property where the name starts
16
16
with ` Microsoft.Compute/virtualMachines ` . The guest configuration resource provider
17
- ` Microsoft.GuestConfiguration ` is an [ extension resource] [ 01 ] that must reference a parent type.
17
+ ` Microsoft.GuestConfiguration ` is an [ extension resource] (azure/azure-resource-manager/management/extension-resource-types
18
+ ) that must reference a parent type.
18
19
19
- To modify the example for other resource types such as [ Arc-enabled servers] [ 02 ] , change the parent
20
+ To modify the example for other resource types such as [ Arc-enabled servers] ( /azure/azure-arc/servers/overview ) , change the parent
20
21
type to the name of the resource provider. For Arc-enabled servers, the resource provider is
21
22
` Microsoft.HybridCompute/machines ` .
22
23
@@ -41,7 +42,7 @@ HTTP PUT https://<baseUrl>/<vm_name>/providers/Microsoft.GuestConfiguration/gues
41
42
```
42
43
43
44
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
+ [ Get-AzAccessToken] ( powershell/module/az.accounts/get-azaccesstoken ) cmdlet to retrieve an Azure Access Token.
45
46
46
47
``` json
47
48
Authorization Bearer <yourTokenHere>
@@ -187,9 +188,3 @@ The response contains the created assignment, and any additional needed paramete
187
188
"location" : " westus2"
188
189
}
189
190
```
190
-
191
- <!-- Link reference definitions -->
192
- articles/app-service/configure-authentication-oauth-tokens.md
193
- [ 01 ] : /azure/azure-resource-manager/management/extension-resource-types
194
- [ 02 ] : /azure/azure-arc/servers/overview
195
- [ 03 ] : /powershell/module/az.accounts/get-azaccesstoken
0 commit comments