Skip to content

Commit eb906c9

Browse files
committed
conmod freshness
1 parent 6c2a6f3 commit eb906c9

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

articles/cognitive-services/Content-Moderator/ecommerce-retail-catalog-moderation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: content-moderator
1111
ms.topic: tutorial
12-
ms.date: 01/27/2020
12+
ms.date: 05/27/2020
1313
ms.author: pafarley
1414

1515
#As a developer at an e-commerce company, I want to use machine learning to both categorize product images and tag objectionable images for further review by my team.
@@ -30,7 +30,7 @@ This tutorial shows you how to:
3030
3131
The complete sample code is available in the [Samples eCommerce Catalog Moderation](https://github.com/MicrosoftContentModerator/samples-eCommerceCatalogModeration) repository on GitHub.
3232

33-
If you dont have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
33+
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
3434

3535
## Prerequisites
3636

articles/cognitive-services/Content-Moderator/facebook-post-moderation.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: content-moderator
1111
ms.topic: tutorial
12-
ms.date: 01/27/2020
12+
ms.date: 05/27/2020
1313
ms.author: pafarley
1414
#Customer intent: As the moderator of a Facebook page, I want to use Azure's machine learning technology to automate and streamline the process of post moderation.
1515
---
@@ -67,14 +67,14 @@ Sign in to the [Azure portal](https://portal.azure.com/) and follow these steps:
6767

6868
| App Setting name | value |
6969
| -------------------- |-------------|
70-
| cm:TeamId | Your Content Moderator TeamId |
71-
| cm:SubscriptionKey | Your Content Moderator subscription key - See [Credentials](review-tool-user-guide/credentials.md) |
72-
| cm:Region | Your Content Moderator region name, without the spaces. You can find this in the **Location** field of the **Overview** tab of your Azure resource.|
73-
| cm:ImageWorkflow | Name of the workflow to run on Images |
74-
| cm:TextWorkflow | Name of the workflow to run on Text |
75-
| cm:CallbackEndpoint | Url for the CMListener Function App that you will create later in this guide |
76-
| fb:VerificationToken | A secret token that you create, used to subscribe to the Facebook feed events |
77-
| fb:PageAccessToken | The Facebook graph api access token does not expire and allows the function Hide/Delete posts on your behalf. You will get this token at a later step. |
70+
| `cm:TeamId` | Your Content Moderator TeamId |
71+
| `cm:SubscriptionKey` | Your Content Moderator subscription key - See [Credentials](review-tool-user-guide/credentials.md) |
72+
| `cm:Region` | Your Content Moderator region name, without the spaces. You can find this name in the **Location** field of the **Overview** tab of your Azure resource.|
73+
| `cm:ImageWorkflow` | Name of the workflow to run on Images |
74+
| `cm:TextWorkflow` | Name of the workflow to run on Text |
75+
| `cm:CallbackEndpoint` | Url for the CMListener Function App that you will create later in this guide |
76+
| `fb:VerificationToken` | A secret token that you create, used to subscribe to the Facebook feed events |
77+
| `fb:PageAccessToken` | The Facebook graph api access token does not expire and allows the function Hide/Delete posts on your behalf. You will get this token at a later step. |
7878

7979
Click the **Save** button at the top of the page.
8080

articles/cognitive-services/Content-Moderator/includes/quickstarts/content-moderator-client-library-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: content-moderator
1010
ms.topic: quickstart
11-
ms.date: 01/27/2020
11+
ms.date: 05/27/2020
1212
ms.author: pafarley
1313
---
1414

0 commit comments

Comments
 (0)