Skip to content

Commit e0005cb

Browse files
Merge pull request #6939 from kbrowne8/patch-19
Add note for Azure Custom Vision retirement and migration details
2 parents 2bec070 + 933c2fe commit e0005cb

File tree

6 files changed

+175
-0
lines changed

6 files changed

+175
-0
lines changed
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
---
2+
title: Migrate from Azure AI Vision - Image Analysis
3+
description: Guidance for migrating from Azure Computer Vision - Image Analysis API to alternative solutions before its retirement in September 2028.
4+
author: PatrickFarley
5+
ms.author: pafarley
6+
ms.date: 09/24/2025
7+
ms.topic: article
8+
ms.service: azure-ai-vision
9+
ms.custom: ai-migration, vision
10+
---
11+
12+
# Migrate from Azure AI Vision - Image Analysis
13+
14+
The Azure AI Vision - Image Analysis API will be retired on September 25, 2028, after which calls made to the service will fail. Microsoft will provide full support for all existing Image Analysis customers until 9/25/2028, but to ensure business continuity and minimize disruption, we encourage customers to begin planning their migration to alternative solutions that best meet their scenario requirements. This document provides comprehensive guidance for evaluating, selecting, and transitioning to new services.
15+
16+
## Migration preparation checklist
17+
18+
1. Assess current usage and dependencies on Image Analysis API.
19+
2. Identify business scenarios and technical requirements for your image analysis scenarios.
20+
3. Evaluate alternative solutions based on capabilities, integration, cost, and support.
21+
4. Plan model migration steps.
22+
5. Test new solution(s) in a staging environment.
23+
6. Update production workflows and retrain stakeholders.
24+
25+
## Alternative options based on scenario needs
26+
There are several alternative platforms and services that can be considered depending on your specific use case, technical requirements, and integration needs. The following options are recommended for each set of features under Image Analysis.
27+
28+
### For OCR and Read capabilities, try Document Intelligence
29+
30+
The Document Intelligence service provides support for OCR text in images.
31+
32+
* **Features**: Azure AI Document Intelligence is a cloud-based Azure AI service that you can use to build intelligent document processing solutions.
33+
* **Learn more** about Document Intelligence:
34+
* [What is Azure AI Document Intelligence?](../document-intelligence/overview.md)
35+
* [Document Intelligence Read model](../document-intelligence/prebuilt/read.md)
36+
37+
### For Face scenarios, try the Face API
38+
39+
The Face service offers Face detection capabilities, as well as a more comprehensive portfolio of face-related features.
40+
* **Features**: Full support for all Face scenarios under the Image Analysis API.
41+
* **Learn more** about the Face API:
42+
* [What is the Azure AI Face Service?](./overview-identity.md)
43+
* [Face detection, attributes, and input data](./concept-face-detection.md)
44+
45+
### Image embeddings scenarios
46+
47+
#### Cohere Embed v3 in Azure AI Foundry
48+
* **Best for**: Customers who need image + text embeddings supported on Azure.
49+
* **Features**: A multilingual multimodal embedding model supported in the Azure AI Foundry portal. It is capable of transforming different modalities such as images, texts, and interleaved images and texts into a single vector representation.
50+
* **Learn more** about Cohere Embed v4:
51+
* [Embed-v-4-0](https://ai.azure.com/resource/models/embed-v-4-0/version/5/registry/azureml-cohere)
52+
53+
#### SigLIP (Sigmoid Loss for Language Image Pre training)
54+
* **Best for**: Customers who need strong zero shot classification and image text retrieval abilities.
55+
* **Features**: A CLIP‐style vision‐language model from Google that replaces the standard contrastive (softmax) loss with a pairwise sigmoid loss. It trains on large scale image text pairs.
56+
* **Learn more** about SigLIP:
57+
* [Sigmoid Loss for Language Image Pre-Training](https://arxiv.org/abs/2303.15343?utm_source=chatgpt.com)
58+
* [SigLP on Hugging Face](https://huggingface.co/docs/transformers/main/model_doc/siglip)
59+
60+
### Other AI Vision scenarios
61+
62+
There are multiple additional alternative services that can support the remaining scenarios supported in the Image Analysis API.
63+
64+
#### GPT model series in the Azure AI Foundry
65+
66+
* **Best for**: Customers who are flexible in their approach to creating a solution for customized vision capabilities.
67+
* **Features**: Flexibility to build custom solutions based on different Generative AI models.
68+
* **Learn more** about Generative AI models in the Azure AI Foundry:
69+
* [Explore Azure AI Foundry Models](../../ai-foundry/concepts/foundry-models-overview.md)
70+
* [Azure OpenAI in Azure AI Foundry models](../../ai-foundry/foundry-models/concepts/models-sold-directly-by-azure.md)
71+
72+
#### Azure AI Content Understanding (preview)
73+
* **Best for**: Customers wanting a managed generative solution for image analysis scenarios.
74+
* **Features**: Content Understanding supports processing unstructured image data, as well as documents, audio, and video. It enables you to extract structured insights based on pre-defined or user-defined formats.
75+
* **Learn more** about Content Understanding:
76+
* [What is Azure AI Content Understanding?](../content-understanding/overview.md)
77+
* [Azure AI Content Understanding image solutions (preview)](../content-understanding/image/overview.md)
78+
* [Content Understanding classifier](../content-understanding/concepts/classifier.md)
79+
80+
## Next steps and required actions
81+
* Make a plan to transition away from Azure Computer Vision – Image Analysis by September 25, 2026.
82+
* Azure Computer Vision – Image Analysis will be retired on 25 September 2028, please transition to alternative options by that date.

articles/ai-services/computer-vision/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ items:
7272
href: ../../ai-foundry/responsible-ai/computer-vision/limited-access.md
7373
- name: How-to guides
7474
items:
75+
- name: Migrate from Image Analysis
76+
href: migration-options.md
7577
- name: Version 4.0
7678
items:
7779
- name: Call the Analyze API
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "Custom Vision Services Retirement"
3+
titleSuffix: Azure AI services
4+
author: PatrickFarley
5+
manager: nitinme
6+
ms.service: azure-ai-custom-vision
7+
ms.topic: include
8+
ms.date: 09/24/2025
9+
ms.author: pafarley
10+
---
11+
12+
13+
> [!IMPORTANT]
14+
> 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.
15+
> Depending on your use case, we recommend the following paths for transition:
16+
> - 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.
18+
>
19+
> Microsoft is also investing in Generative AI-based solutions that increase accuracy in custom scenarios using prompt engineering and other techniques.
20+
> - 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.
21+
> - 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.
23+
>
24+
> For more detailed guidance on migration, see the [Azure Custom Vision Migration Guide](https://aka.ms/custom-vision-migration).
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: Migrate from Custom Vision Service
3+
description: Guidance for migrating from Azure Custom Vision Service to alternative solutions before its retirement in September 2028.
4+
author: PatrickFarley
5+
ms.author: pafarley
6+
ms.date: 09/24/2025
7+
ms.topic: how-to
8+
ms.service: azure-ai-custom-vision
9+
ms.custom: ai-migration, vision
10+
---
11+
12+
# Migrate from Custom Vision Service
13+
14+
The Custom Vision Service will be retired on September 25, 2028, after which calls made to the service will fail. Microsoft will provide full support for all existing Azure Custom Vision customers until 9/25/2028, but to ensure business continuity and minimize disruption, customers are encouraged to begin planning their migration to alternative solutions that best meet their scenario requirements. This document provides comprehensive guidance for evaluating, selecting, and transitioning to new services.
15+
16+
## Migration preparation checklist
17+
18+
1. Assess current usage and dependencies on Custom Vision Service.
19+
2. Identify business scenarios and technical requirements for image classification and object detection.
20+
3. Evaluate alternative solutions based on capabilities, integration, cost, and support.
21+
4. Plan data export and model migration steps.
22+
5. Test new solution(s) in a staging environment.
23+
6. Update production workflows and retrain stakeholders.
24+
25+
## Alternative options based on scenario needs
26+
There are several alternative platforms and services you can consider depending on your specific use case, technical requirements, and integration needs. We recommended the following options for common scenarios:
27+
28+
### Traditional machine learning options
29+
30+
To create both custom image classification and object detection models using traditional machine learning techniques, consider Azure Machine Learning with AutoML.
31+
32+
* **Best for**: Customers seeking to apply classic machine learning techniques
33+
* **Features**: Offers a code-first experience, as well as a no-code studio web experience similar to Custom Vision. It offers the ability to easily train custom image classification and object detection models on your image data.
34+
* **Learn more** about Azure Machine Learning AutoML:
35+
* [What is automated machine learning?](../../machine-learning/concept-automated-ml.md)
36+
* [Set up no-code Automated ML training for tabular data with the studio UI](../../machine-learning/how-to-use-automated-ml-for-ml-models.md)
37+
* [Set up AutoML to train computer vision models](../../machine-learning/how-to-auto-train-image-models.md)
38+
39+
### Generative AI-based solutions
40+
Microsoft is also investing in Generative AI-based solutions that increase accuracy in custom scenarios using prompt engineering and other techniques.
41+
42+
#### Generative AI solutions in Azure AI Foundry
43+
44+
* **Best for**: Customers who are flexible in their approach to creating a solution for customized vision capabilities.
45+
* **Features**: Flexibility to build custom solutions based on different Generative AI models.
46+
* **Learn more** about Generative AI models in the Azure AI Foundry:
47+
* [Explore Azure AI Foundry Models](../../ai-foundry/concepts/foundry-models-overview.md)
48+
* [Azure OpenAI in Azure AI Foundry models](/azure/ai-foundry/foundry-models/concepts/models-sold-directly-by-azure?tabs=global-standard-aoai%2Cstandard-chat-completions%2Cglobal-standard&pivots=azure-openai#azure-openai-in-azure-ai-foundry-models)
49+
50+
#### Azure AI Content Understanding (preview)
51+
* **Best for**: Customers who want a managed generative solution for image classification
52+
* **Features**: Content Understanding offers the ability to create custom classification workflows. It also supports processing unstructured data of any type (image, documents, audio, video) and extracting structured insights based on pre-defined or user-defined formats.
53+
* **Learn more** about Content Understanding:
54+
* [What is Azure AI Content Understanding?](../content-understanding/overview.md)
55+
* [Azure AI Content Understanding image solutions (preview)](../content-understanding/image/overview.md)
56+
* [Content Understanding classifier](../content-understanding/concepts/classifier.md)
57+
58+
## Data migration guidance
59+
Before you migrate services, export your labeled datasets and model metadata from Custom Vision Service. Review the data formats required by your chosen alternative and convert as needed.
60+
61+
## Next steps and required actions
62+
* Make a plan to transition away from Azure Custom Vision by September 25, 2026.
63+
* Azure Custom Vision will be retired on 25 September 2028, please transition to alternative options by that date.

articles/ai-services/custom-vision-service/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ ms.custom: FY25Q1-Linter
1616

1717
# What is Custom Vision?
1818

19+
[!INCLUDE [Retirement notice](./includes/custom-vision-retirement.md)]
20+
1921
Azure AI Custom Vision is an image recognition service that lets you build, deploy, and improve your own **image identifier** models. An image identifier applies labels to images according to their visual characteristics. Each label represents a classification or object. Custom Vision allows you to specify your own labels and train custom models to detect them.
2022

2123
You can use Custom Vision through a client library SDK, REST API, or through the [Custom Vision web portal](https://customvision.ai/). Follow a quickstart to get started.

articles/ai-services/custom-vision-service/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ items:
4040
href: ../../ai-foundry/responsible-ai/custom-vision/custom-vision-cvs-data-privacy-security.md
4141
- name: How-to guides
4242
items:
43+
- name: Migrate from Custom Vision
44+
href: migration-options.md
4345
- name: Test your model
4446
href: test-your-model.md
4547
- name: Improve your model

0 commit comments

Comments
 (0)