An Azure service that enables users to identify content that is potentially offensive, risky, or otherwise undesirable. Previously known as Azure Content Moderator.
Hi there,
Based on your description, I'd check the following:
- Verify that the blocklist is associated with the same Azure AI Foundry project/deployment you're testing.
- Confirm that the blocklist is configured to inspect the correct content (prompt, response, or both, depending on your scenario).
- Since you're using Exact match, ensure your test output contains the exact blocked term. Even minor differences (such as punctuation, spacing, or word variations) may not match.
- If you recently updated the blocklist, wait a few minutes and test again to allow the configuration to propagate.
If the exact blocked term is still returned after these checks, it would be helpful to know whether you're testing through Azure AI Foundry Playground or via the REST API/SDK, as that can help determine whether the issue is configuration-related or a service issue.
I hope this may help a lot