Skip to content

Commit fd239ab

Browse files
Merge pull request #7678 from MicrosoftDocs/main
Auto Publish – main to live - 2025-10-15 17:14 UTC
2 parents d3122aa + 2073e57 commit fd239ab

File tree

8 files changed

+16
-3
lines changed

8 files changed

+16
-3
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ manager: nitinme
1717
Azure OpenAI includes a content filtering system that works alongside core models, including image generation models. This system runs both the prompt and completion through a set of classification models designed to detect and prevent the output of harmful content. The content filtering system detects and takes action on specific categories of potentially harmful content in both input prompts and output completions. Variations in API configurations and application design might affect completions and thus filtering behavior.
1818

1919
> [!IMPORTANT]
20-
> The content filtering system doesn't apply to prompts and completions processed by the audio models such as Whisper in Azure OpenAI in Azure AI Foundry Models. For more information, see [Audio models in Azure OpenAI](models.md?tabs=standard-audio#standard-deployment-regional-models-by-endpoint).
20+
> The content filtering system applies to all [Models sold directly by Azure](/azure/ai-foundry/foundry-models/concepts/models-sold-directly-by-azure?tabs=global-standard-aoai%2Cstandard-chat-completions%2Cglobal-standard&pivots=azure-openai), except for prompts and completions processed by the audio models such as Whisper. For more information, see [Audio models in Azure OpenAI](models.md?tabs=standard-audio#standard-deployment-regional-models-by-endpoint).
21+
2122

2223
In addition to the content filtering system, Azure OpenAI performs monitoring to detect content and behaviors that suggest use of the service in a manner that might violate applicable product terms. For more information about understanding and mitigating risks associated with your application, see the [Transparency Note for Azure OpenAI](/azure/ai-foundry/responsible-ai/openai/transparency-note?tabs=text). For more information about how data is processed for content filtering and abuse monitoring, see [Data, privacy, and security for Azure OpenAI](/azure/ai-foundry/responsible-ai/openai/data-privacy#preventing-abuse-and-harmful-content-generation).
2324

articles/ai-services/custom-vision-service/getting-started-build-a-classifier.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ keywords: image recognition, image recognition app, custom vision
1414

1515
# Quickstart: Build an image classification model with the Custom Vision portal
1616

17+
[!INCLUDE [custom-vision-retirement](includes/custom-vision-retirement.md)]
18+
1719
This quickstart explains how to use the Custom Vision web portal to create an image classification model. Once you build a model, you can test it with new images and eventually integrate it into your own image recognition app.
1820

1921
## Prerequisites

articles/ai-services/custom-vision-service/getting-started-improving-your-classifier.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.author: pafarley
1414

1515
# How to improve your Custom Vision model
1616

17+
[!INCLUDE [custom-vision-retirement](includes/custom-vision-retirement.md)]
18+
1719
In this guide, you learn how to improve the quality of your Custom Vision model. The quality of your [classifier](./getting-started-build-a-classifier.md) or [object detector](./get-started-build-detector.md) depends on the amount, quality, and variety of labeled data you provide and how balanced the overall dataset is. A good model has a balanced training dataset that is representative of what is submitted to it. The process of building such a model is iterative; it's common to take a few rounds of training to reach expected results.
1820

1921
The following is a general pattern to help you train a more accurate model:

articles/ai-services/custom-vision-service/includes/custom-vision-retirement.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ ms.author: pafarley
1414
> Microsoft is announcing the planned retirement of the Azure Custom Vision service. Microsoft will provide full support for all existing Azure Custom Vision customers until 9/25/2028. During this support window, customers are encouraged to begin planning and executing their transition to alternative solutions.
1515
> Depending on your use case, we recommend the following paths for transition:
1616
> - For creating custom models for both image classification and object detection, **Azure Machine Learning AutoML** offers the ability to train both custom model types using classic machine learning techniques
17-
> - [Learn more about Azure Machine Learning AutoML]() and explore how it can offer support for custom model training.
17+
> - [Learn more about Azure Machine Learning AutoML](/azure/machine-learning/concept-automated-ml?view=azureml-api-2) and explore how it can offer support for custom model training.
1818
>
1919
> Microsoft is also investing in Generative AI-based solutions that increase accuracy in custom scenarios using prompt engineering and other techniques.
2020
> - To use generative models, you can use one of models available in the Azure AI Foundry model catalog and create your own solution for customized vision.
2121
> - For a managed generative solution for image classification, Azure AI Content Understanding (currently in public preview) offers the ability to create custom classification workflows. It also supports processing unstructured data of any type (image, documents, audio, video) and extract structured insights based on pre-defined or user-defined formats.
22-
> - [Learn more about Azure AI Foundry Models]() and [Azure AI Content Understanding (public preview)]() and explore how they can offer alternative paths for your custom needs.
22+
> - [Learn more about Azure AI Foundry Models](/azure/ai-foundry/concepts/foundry-models-overview) and [Azure AI Content Understanding (public preview)](/azure/ai-services/content-understanding/overview) and explore how they can offer alternative paths for your custom needs.
2323
>
2424
> For more detailed guidance on migration, see the [Azure Custom Vision Migration Guide](https://aka.ms/custom-vision-migration).

articles/ai-services/custom-vision-service/limits-and-quotas.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ms.author: pafarley
1313

1414
# Limits and quotas
1515

16+
[!INCLUDE [custom-vision-retirement](includes/custom-vision-retirement.md)]
17+
1618
There are two tiers of subscription to the Custom Vision service. You can sign up for an F0 (free) or S0 (standard) subscription through the Azure portal. This page outlines the limitations of each tier. See the [Custom Vision pricing page](https://azure.microsoft.com/pricing/details/cognitive-services/custom-vision-service/) for more details on pricing and transactions.
1719

1820
|Factor|**F0 (free)**|**S0 (standard)**|

articles/ai-services/custom-vision-service/test-your-model.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ms.custom: sfi-image-nochange
1515

1616
# Test and retrain a Custom Vision model
1717

18+
[!INCLUDE [custom-vision-retirement](includes/custom-vision-retirement.md)]
19+
1820
After you train your Custom Vision model, you can quickly test it using a locally stored image or a URL pointing to a remote image. Test the most recently trained iteration of your model, and then decide whether further training is needed.
1921

2022
## Test your model

articles/ai-services/custom-vision-service/use-prediction-api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.custom: devx-track-csharp
1414

1515
# Call the Prediction API
1616

17+
[!INCLUDE [custom-vision-retirement](includes/custom-vision-retirement.md)]
18+
1719
After you train your model, you can test it programmatically by submitting images to the Prediction API endpoint. In this guide, you'll learn how to call the Prediction API to score an image. You'll learn the different ways you can configure the behavior of this API to meet your needs.
1820

1921
> [!NOTE]

articles/ai-services/custom-vision-service/whats-new.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.author: pafarley
1212

1313
# What's new in Custom Vision
1414

15+
[!INCLUDE [custom-vision-retirement](includes/custom-vision-retirement.md)]
16+
1517
Learn what's new in the service. These items may be release notes, videos, blog posts, and other types of information. Bookmark this page to keep up to date with the service.
1618

1719
## May 2022

0 commit comments

Comments
 (0)