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 70b9ef2 commit 9ab05bfCopy full SHA for 9ab05bf
articles/ai-services/computer-vision/how-to/identity-access-token.md
@@ -60,7 +60,7 @@ curl -X POST 'https://<isv-endpoint>/sts/v1.0/issueLimitedAccessToken?expiredTim
60
-H 'Ocp-Apim-Subscription-Key: <isv-face-key>' \
61
-H 'Content-Type: application/json' \
62
-d '{
63
- "resourceId": "/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.CognitiveServices/accounts/<face-resource-name>",
+ "targetAzureResourceId": "/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.CognitiveServices/accounts/<face-resource-name>",
64
"featureFlags": ["Face.Identification", "Face.Verification"]
65
}'
66
```
0 commit comments