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 927b449 commit 2fbdc1fCopy full SHA for 2fbdc1f
articles/ai-services/computer-vision/how-to/identity-access-token.md
@@ -159,7 +159,7 @@ static void Main(string[] args)
159
// create Face client object
160
var faceClient = new FaceClient(new LimitedAccessTokenWithApiKeyClientCredential(apiKey: "<client-face-key>", limitedAccessToken: "<token>"));
161
162
- faceClient.Endpoint = "https://willtest-eastus2.cognitiveservices.azure.com";
+ faceClient.Endpoint = "https://my-eastus2.cognitiveservices.azure.com";
163
164
// use Face client in an API call
165
using (var stream = File.OpenRead("photo.jpg"))
0 commit comments