Skip to content

Commit 93f4623

Browse files
authored
Merge pull request #93085 from PatrickFarley/bug-fixes
[cog serv] Bug fixes
2 parents 243407f + 594f1f8 commit 93f4623

File tree

15 files changed

+15
-19
lines changed

15 files changed

+15
-19
lines changed

articles/cognitive-services/Content-Moderator/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,4 @@ landingContent:
172172
url: https://cognitive.uservoice.com/knowledgebase/topics/132073-content-moderator
173173
- text: Stack Overflow
174174
url: https://stackoverflow.com/questions/tagged/microsoft-cognitive
175-
175+

articles/cognitive-services/Content-Moderator/java-sdk-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use the Content Moderator client library for Java to:
1919

2020
* Moderate images for adult or racy content, text, or human faces.
2121

22-
[Reference documentation](https://docs.microsoft.com/java/api/overview/azure/cognitiveservices/client/contentmoderator?view=azure-java-stable) | [Artifact (Maven)](https://mvnrepository.com/artifact/com.microsoft.azure.cognitiveservices/azure-cognitiveservices-contentmoderator) | [Samples](https://azure.microsoft.com/resources/samples/?service=cognitive-services&term=content+moderator&sort=0)
22+
[Reference documentation](https://docs.microsoft.com/java/api/overview/azure/cognitiveservices/client/contentmoderator?view=azure-java-stable) | [Artifact (Maven)](https://mvnrepository.com/artifact/com.microsoft.azure.cognitiveservices/azure-cognitiveservices-contentmoderator) | [Samples](https://docs.microsoft.com/samples/browse/?products=azure&term=content-moderator)
2323

2424
## Prerequisites
2525

articles/cognitive-services/Content-Moderator/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
- name: REST API samples in C#
121121
href: samples-rest.md
122122
- name: Other Azure samples
123-
href: https://azure.microsoft.com/resources/samples/?service=cognitive-services&term=content+moderator
123+
href: https://docs.microsoft.com/samples/browse/?products=azure&term=content-moderator
124124
- name: Azure webinar series
125125
href: https://info.microsoft.com/cognitive-services-content-moderator-ondemand.html
126126
- name: Pricing and limits

articles/cognitive-services/Content-Moderator/try-text-api.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ For **Content-Type**, select the type of content you want to screen. For this ex
5858

5959
In the **Request body** box, enter some text. The following example shows an intentional typo in the text.
6060

61-
> [!NOTE]
62-
> The invalid social security number in the following sample text is intentional. The purpose is to convey the sample input and output format.
63-
6461
```
6562
Is this a grabage or crap email [email protected], phone: 6657789887, IP: 255.255.255.255, 1 Microsoft Way, Redmond, WA 98052.
6663
These are all UK phone numbers, the last two being Microsoft UK support numbers: +44 870 608 4000 or 0344 800 2400 or 0800 820 3300.

articles/cognitive-services/Custom-Vision-Service/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
- name: Resources
9898
items:
9999
- name: Samples
100-
href: https://azure.microsoft.com/resources/samples/?service=cognitive-services&term=vision
100+
href: https://docs.microsoft.com/samples/browse/?products=azure&term=vision
101101
- name: Limits and quotas
102102
href: limits-and-quotas.md
103103
- name: UserVoice

articles/cognitive-services/Face/QuickStarts/csharp-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Use the Face client library for .NET to:
2424
* [Identify a face](#identify-a-face)
2525
* [Take a snapshot for data migration](#take-a-snapshot-for-data-migration)
2626

27-
[Reference documentation](https://docs.microsoft.com/dotnet/api/overview/azure/cognitiveservices/client/faceapi?view=azure-dotnet) | [Library source code](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/cognitiveservices/Vision.Face) | [Package (NuGet)](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Vision.Face/2.5.0-preview.1) | [Samples](https://azure.microsoft.com/resources/samples/?service=cognitive-services&term=Face&sort=0)
27+
[Reference documentation](https://docs.microsoft.com/dotnet/api/overview/azure/cognitiveservices/client/faceapi?view=azure-dotnet) | [Library source code](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/cognitiveservices/Vision.Face) | [Package (NuGet)](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Vision.Face/2.5.0-preview.1) | [Samples](https://docs.microsoft.com/samples/browse/?products=azure&term=face)
2828

2929
## Prerequisites
3030

articles/cognitive-services/Face/QuickStarts/python-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Use the Face client library for Python to:
2424
* Verify faces
2525
* Take a snapshot for data migration
2626

27-
[Reference documentation](https://docs.microsoft.com/python/api/azure-cognitiveservices-vision-face/?view=azure-python) | [Library source code](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/cognitiveservices/azure-cognitiveservices-vision-face) | [Package (PiPy)](https://pypi.org/project/azure-cognitiveservices-vision-face/) | [Samples](https://azure.microsoft.com/resources/samples/?service=cognitive-services&term=Face&sort=0)
27+
[Reference documentation](https://docs.microsoft.com/python/api/azure-cognitiveservices-vision-face/?view=azure-python) | [Library source code](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/cognitiveservices/azure-cognitiveservices-vision-face) | [Package (PiPy)](https://pypi.org/project/azure-cognitiveservices-vision-face/) | [Samples](https://docs.microsoft.com/samples/browse/?products=azure&term=face)
2828

2929
## Prerequisites
3030

articles/cognitive-services/Face/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ landingContent:
120120
- text: UserVoice
121121
url: https://cognitive.uservoice.com/forums/430315-face-api
122122
- text: Stack Overflow
123-
url: https://stackoverflow.com/questions/tagged/microsoft-cognitive
123+
url: https://stackoverflow.com/questions/tagged/microsoft-cognitive

articles/cognitive-services/Face/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
- name: Samples
103103
items:
104104
- name: Face API samples
105-
href: https://azure.microsoft.com/resources/samples/?service=cognitive-services&term=Face
105+
href: https://docs.microsoft.com/samples/browse/?products=azure&term=face
106106
- name: Pricing and limits
107107
href: https://azure.microsoft.com/pricing/details/cognitive-services/face-api
108108
- name: UserVoice

articles/cognitive-services/form-recognizer/includes/create-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ When you're granted access to use Form Recognizer, you'll receive a Welcome emai
2020
> [!IMPORTANT]
2121
> Normally when you create a Cognitive Service resource in the Azure portal, you have the option to create a multi-service subscription key (used across multiple cognitive services) or a single-service subscription key (used only with a specific cognitive service). However, because Form Recognizer is a preview release, it is not included in the multi-service subscription, and you cannot create the single-service subscription unless you use the link provided in the Welcome email.
2222
23-
When your Form Recognizer resource finishes deploying, find and select it from the **All resources** list in the portal. Then select the **Keys** tab to view your subscription keys. Either key will give your app access to the resource. Copy the value of **KEY 1**.
23+
When your Form Recognizer resource finishes deploying, find and select it from the **All resources** list in the portal. Then select the **Quick start** tab to view your subscription data. Save the values of **Key1** and **Endpoint** to a temporary location. You'll use them in the following steps.

0 commit comments

Comments
 (0)