Skip to content

Commit 0b3a0d7

Browse files
authored
Fix image source for blocklists diagram
Updated image source for blocklists diagram to reflect correct file path.
1 parent 1b2a38f commit 0b3a0d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

learn-pr/wwl-azure/secure-azure-openai-content-safety-controls/includes/3-configure-content-filters-custom-block-lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Beyond category-based severity filtering, custom blocklists provide exact-match
2121

2222
You create blocklists as shared resources within your Azure OpenAI account, then associate them with one or more deployments. Each blocklist supports up to 10,000 terms with exact matching or wildcard patterns. For example, adding "competitor" blocks "CompetitorBrand," "competitor-product," and any variation containing that prefix. Blocklists operate independently from content filters—even if a prompt receives safe severity scores across all categories, blocked terms trigger immediate rejection with a 400 error response. This layered approach ensures both broad content safety and precise policy enforcement coexist.
2323

24-
:::image type="content" source="../media/create-blocklists-shared-resources.png" alt-text="Diagram showing how blocklists operate independently from content filters.":::
24+
:::image type="content" source="../media/create-block-lists-shared-resources.png" alt-text="Diagram showing how blocklists operate independently from content filters.":::
2525

2626
Building on this concept, blocklists excel at preventing leakage of confidential information. Suppose your organization uses internal code names for unreleased products or maintains lists of regulated terminology that requires special handling. Adding these terms to a blocklist ensures they never appear in Azure OpenAI responses, regardless of what prompts users submit or how models attempt to generate them. Compliance officers typically maintain these lists, updating them as new confidential projects launch or regulatory requirements change. The Azure portal supports bulk CSV import for initial blocklist population and REST API updates for programmatic lifecycle management.
2727

0 commit comments

Comments
 (0)