Skip to content

Commit 10a4eb2

Browse files
author
gitName
committed
review comment
1 parent c200e1f commit 10a4eb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/api-management/llm-content-safety-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Use the policy in scenarios such as the following:
3232
## Prerequisites
3333

3434
* An [Azure AI Content Safety](/azure/ai-services/content-safety/) resource.
35-
* An API Management [backend](backends.md) configured to route content safety API calls and authenticate to the Azure AI Content Safety service, in the form `https://<content-safety-service-name>.cognitiveservices.azure.com`. Managed identity is recommended for authentication.
35+
* An API Management [backend](backends.md) configured to route content safety API calls and authenticate to the Azure AI Content Safety service, in the form `https://<content-safety-service-name>.cognitiveservices.azure.com`. Managed identity with Cognitive Services User role is recommended for authentication.
3636

3737

3838
## Policy statement
@@ -71,7 +71,7 @@ Use the policy in scenarios such as the following:
7171

7272
| Attribute | Description | Required | Default |
7373
| -------------- | ----------------------------------------------------------------------------------------------------- | -------- | ------- |
74-
| output-type | Specifies how severity levels are returned by Azure AI Content Safety. The attribute must have one of the following values.<br /><br /> `FourSeverityLevels`: Output severities in four levels: 0,2,4,6.<br/>- `EightSeverityLevels`: Output severities in eight levels: 0,1,2,3,4,5,6,7.<br/><br/>Policy expressions are allowed. | No | `FourSeverityLevels` |
74+
| output-type | Specifies how severity levels are returned by Azure AI Content Safety. The attribute must have one of the following values.<br /><br />- `FourSeverityLevels`: Output severities in four levels: 0,2,4,6.<br/>- `EightSeverityLevels`: Output severities in eight levels: 0,1,2,3,4,5,6,7.<br/><br/>Policy expressions are allowed. | No | `FourSeverityLevels` |
7575

7676

7777
### category attributes

0 commit comments

Comments
 (0)