Skip to content

Commit 8b3917e

Browse files
committed
writer edits
1 parent 79df765 commit 8b3917e

File tree

3 files changed

+51
-29
lines changed

3 files changed

+51
-29
lines changed
Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,50 @@
1-
# Migration Guidance for Transitioning from Computer Vision - Image Analysis
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: pafarley
5+
ms.author: pafarley
6+
ms.date: 09/24/2025
7+
ms.topic: article
8+
ms.service: cognitive-services
9+
ms.subservice: computer-vision
10+
ms.custom: ai-migration, vision
11+
---
212

3-
The Azure Computer 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, 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.
13+
# Migrate from Azure AI Vision - Image Analysis
14+
15+
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.
16+
17+
## Migration preparation checklist
418

5-
## Migration Preparation Checklist
619
1. Assess current usage and dependencies on Image Analysis API.
720
2. Identify business scenarios and technical requirements for your image analysis scenarios.
821
3. Evaluate alternative solutions based on capabilities, integration, cost, and support.
922
4. Plan model migration steps.
1023
5. Test new solution(s) in a staging environment.
1124
6. Update production workflows and retrain stakeholders.
1225

13-
## Alternative Options Based on Scenario Needs
26+
## Alternative options based on scenario needs
1427
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.
1528

16-
### For OCR and Read capabilities try Document Intelligence
29+
### For OCR and Read capabilities, try Document Intelligence
1730

1831
The Document Intelligence service provides support for OCR text in images.
1932
* **Features**: Azure AI Document Intelligence is a cloud-based Azure AI service that you can use to build intelligent document processing solutions.
2033
* **Learn more** about Document Intelligence:
2134
* [What is Azure AI Document Intelligence?]()
2235
* [Document Intelligence Read model]()
2336

24-
### For Face scenarios: try the Face API
37+
### For Face scenarios, try the Face API
2538

2639
The Face service offers Face detection capabilities, as well as a more comprehensive portfolio of face-related features.
2740
* **Features**: Full support for all Face scenarios under the Image Analysis API.
2841
* **Learn more** about the Face API:
2942
* [What is the Azure AI Face Service?]()
3043
* [Face detection, attributes, and input data]()
3144

32-
### For image embeddings scenarios:
45+
### Image embeddings scenarios:
3346

34-
#### Cohere Embed v3 in the Azure AI Foundry
47+
#### Cohere Embed v3 in Azure AI Foundry
3548
* **Best for**: Customers who need image + text embeddings supported on Azure.
3649
* **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.
3750
* **Learn more** about Cohere Embed v4:
@@ -44,11 +57,11 @@ The Face service offers Face detection capabilities, as well as a more comprehen
4457
* [Sigmoid Loss for Language Image Pre-Training]()
4558
* [SigLP on Hugging Face]()
4659

47-
### For other Computer Vision scenarios:
60+
### Other AI Vision scenarios
4861

4962
There are multiple additional alternative services that can support the remaining scenarios supported in the Image Analysis API.
5063

51-
#### GPT Model Series in the Azure AI Foundry
64+
#### GPT model series in the Azure AI Foundry
5265

5366
* **Best for**: Customers who are flexible in their approach to creating a solution for customized vision capabilities.
5467
* **Features**: Flexibility to build custom solutions based on different Generative AI models.
@@ -64,7 +77,6 @@ There are multiple additional alternative services that can support the remainin
6477
* [Azure AI Content Understanding image solutions (preview)]()
6578
* [Content Understanding classifier]()
6679

67-
## Next steps & required actions
68-
* Make a plan to transition away from Azure Computer Vision – Image Analysis by September 25, 2026
69-
* Azure Computer Vision – Image Analysis will be retired on 25 September 2028, please transition to alternative options by that date
70-
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/custom-vision-service/includes/custom-vision-retirement.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ titleSuffix: Azure AI services
44
author: PatrickFarley
55
manager: nitinme
66
ms.service: azure-ai-custom-vision
7-
ms.custom: build-2023
87
ms.topic: include
9-
ms.date: 09/04/2025
8+
ms.date: 09/24/2025
109
ms.author: pafarley
1110
---
1211

@@ -22,4 +21,4 @@ ms.author: pafarley
2221
> - 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.
2322
> - [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.
2423
>
25-
> For more detailed guidance on migration, see the (Azure Custom Vision Migration Guide)[https://aka.ms/custom-vision-migration].
24+
> For more detailed guidance on migration, see the [Azure Custom Vision Migration Guide](https://aka.ms/custom-vision-migration).
Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
# Migration Guidance for Transitioning from Custom Vision Service
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: pafarley
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
213

314
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.
415

@@ -11,13 +22,13 @@ The Custom Vision Service will be retired on September 25, 2028, after which cal
1122
5. Test new solution(s) in a staging environment.
1223
6. Update production workflows and retrain stakeholders.
1324

14-
## Alternative Options Based on Scenario Needs
15-
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 common scenarios:
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:
1627

17-
### Traditional Machine Learning options
18-
To create both custom image classification and object detection models using traditional machine learning techniques, take a look at the following option:
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.
1931

20-
#### Azure Machine Learning AutoML
2132
* **Best for**: Customers seeking to apply classic machine learning techniques
2233
* **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.
2334
* **Learn more** about Azure Machine Learning AutoML:
@@ -28,7 +39,7 @@ To create both custom image classification and object detection models using tra
2839
### Generative AI-based solutions
2940
Microsoft is also investing in Generative AI-based solutions that increase accuracy in custom scenarios using prompt engineering and other techniques.
3041

31-
#### Generative AI solutions in the Azure AI Foundry
42+
#### Generative AI solutions in Azure AI Foundry
3243

3344
* **Best for**: Customers who are flexible in their approach to creating a solution for customized vision capabilities.
3445
* **Features**: Flexibility to build custom solutions based on different Generative AI models.
@@ -37,16 +48,16 @@ Microsoft is also investing in Generative AI-based solutions that increase accur
3748
* [Azure OpenAI in Azure AI Foundry models]()
3849

3950
#### Azure AI Content Understanding (preview)
40-
* **Best for**: Customers wanting a managed generative solution for image classification
51+
* **Best for**: Customers who want a managed generative solution for image classification
4152
* **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.
4253
* **Learn more** about Content Understanding:
4354
* [What is Azure AI Content Understanding?]()
4455
* [Azure AI Content Understanding image solutions (preview)]()
4556
* [Content Understanding classifier]()
4657

47-
## Data Migration Guidance
48-
Before migrating, export your labeled datasets and model metadata from Custom Vision Service. Review the data formats required by your chosen alternative and convert as needed.
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.
4960

50-
## Next steps & required actions
51-
* Make a plan to transition away from Azure Custom Vision by September 25, 2026
61+
## Next steps and required actions
62+
* Make a plan to transition away from Azure Custom Vision by September 25, 2026.
5263
* Azure Custom Vision will be retired on 25 September 2028, please transition to alternative options by that date.

0 commit comments

Comments
 (0)