Skip to content

Commit 80cd999

Browse files
committed
remove pii docs
1 parent 0903513 commit 80cd999

File tree

6 files changed

+5
-33
lines changed

6 files changed

+5
-33
lines changed

articles/ai-foundry/openai/concepts/content-filter-personal-information.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

articles/ai-foundry/openai/concepts/content-filter.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ The following table summarizes the risk categories supported by Azure OpenAI's c
4747
| [Groundedness](/azure/ai-services/openai/concepts/content-filter-groundedness)<sup>2</sup> | Groundedness detection flags whether the text responses of large language models (LLMs) are grounded in the source materials provided by the users. Ungrounded material refers to instances where the LLMs produce information that is non-factual or inaccurate from what was present in the source materials. Requires [document embedding and formatting](./content-filter-document-embedding.md). |
4848
| [Protected Material for Text](/azure/ai-services/openai/concepts/content-filter-protected-material)<sup>1</sup> | Protected material text describes known text content (for example, song lyrics, articles, recipes, and selected web content) that can be outputted by large language models.|
4949
| [Protected Material for Code](/azure/ai-services/openai/concepts/content-filter-protected-material) | Protected material code describes source code that matches a set of source code from public repositories, which can be outputted by large language models without proper citation of source repositories.|
50-
| [Personally identifiable information (PII)](/azure/ai-services/openai/concepts/content-filter-personal-information) | Personally identifiable information (PII) refers to any information that can be used to identify a particular individual. PII detection involves analyzing text content in LLM completions and filtering any PII that was returned. |
5150

5251

5352
<sup>1</sup> If you're an owner of text material and want to submit text content for protection, [file a request](https://aka.ms/protectedmaterialsform).

articles/ai-foundry/openai/how-to/content-filters.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ You can configure the following filter categories in addition to the default har
4848
| Protected material - code |GA| On | Completion | Filters protected code or gets the example citation and license information in annotations for code snippets that match any public code sources, powered by GitHub Copilot. For more information about consuming annotations, see the [Protected material concepts guide](/azure/ai-services/openai/concepts/content-filter-protected-material) |
4949
| Protected material - text | GA| On | Completion | Identifies and blocks known text content from being displayed in the model output (for example, song lyrics, recipes, and selected web content). |
5050
| Groundedness | Preview |Off | Completion |Detects whether the text responses of large language models (LLMs) are grounded in the source materials provided by the users. Ungroundedness refers to instances where the LLMs produce information that is non-factual or inaccurate from what was present in the source materials. Requires: [Document embedding and formatting](/azure/ai-services/openai/concepts/content-filter?tabs=warning%2Cuser-prompt%2Cpython-new#embedding-documents-in-your-prompt).|
51-
| Personally identifiable information (PII) | Preview | Off | Completion | Filters information that can be used to identify a particular individual, such as a name, address, phone number, email address, social security number, driver's license number, passport number, or similar information. |
5251

5352

5453
[!INCLUDE [create-content-filter](../../../ai-foundry/includes/create-content-filter.md)]

articles/ai-foundry/openai/whats-new.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ This article provides a summary of the latest releases and major documentation u
2020

2121
## June 2025
2222

23-
### PII detection content filter
24-
25-
Personally identifiable information (PII) detection is now available as a built-in content filter. This feature allows you to identify and block sensitive information in LLM outputs, enhancing data privacy. For more information, see the [PII detection](./concepts/content-filter-personal-information.md) documentation.
2623

2724
### codex-mini & o3-pro models released
2825

articles/ai-foundry/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,6 @@ items:
251251
href: ./openai/concepts/content-filter-groundedness.md
252252
- name: Protected material detection
253253
href: ./openai/concepts/content-filter-protected-material.md
254-
- name: Personally identifiable information (PII) detection
255-
href: ./openai/concepts/content-filter-personal-information.md
256254
- name: Content filter configurability
257255
href: ./openai/concepts/content-filter-configurability.md
258256
- name: Content filter annotations

articles/ai-services/.openpublishing.redirection.ai-services.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2709,6 +2709,11 @@
27092709
"source_path_from_root": "/articles/ai-services/openai/whisper-quickstart.md",
27102710
"redirect_url": "/azure/ai-foundry/openai/whisper-quickstart",
27112711
"redirect_document_id": true
2712+
},
2713+
{
2714+
"source_path_from_root": "/articles/ai-services/openai/concepts/content-filter-personal-information.md",
2715+
"redirect_url": "/azure/ai-foundry/openai/concepts/content-filter",
2716+
"redirect_document_id": false
27122717
}
27132718
]
27142719
}

0 commit comments

Comments
 (0)