Skip to content

Commit d6468ed

Browse files
authored
Create migration-options.md
Initial commit for Custom Vision migration guide, need to add links
1 parent e23e5b0 commit d6468ed

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Migration Guidance for Transitioning from Custom Vision Service
2+
3+
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.
4+
5+
## Migration Preparation Checklist
6+
7+
1. Assess current usage and dependencies on Custom Vision Service.
8+
2. Identify business scenarios and technical requirements for image classification and object detection.
9+
3. Evaluate alternative solutions based on capabilities, integration, cost, and support.
10+
4. Plan data export and model migration steps.
11+
5. Test new solution(s) in a staging environment.
12+
6. Update production workflows and retrain stakeholders.
13+
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:
16+
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:
19+
20+
#### Azure Machine Learning AutoML
21+
* **Best for**: Customers seeking to apply classic machine learning techniques
22+
* **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.
23+
* **Learn more** about Azure Machine Learning AutoML:
24+
* [What is automated machine learning?]()
25+
* [Set up no-code Automated ML training for tabular data with the studio UI]()
26+
* [Set up AutoML to train computer vision models]()
27+
28+
### Generative AI-based solutions
29+
Microsoft is also investing in Generative AI-based solutions that increase accuracy in custom scenarios using prompt engineering and other techniques.
30+
31+
#### Generative AI solutions in the Azure AI Foundry
32+
33+
* **Best for**: Customers who are flexible in their approach to creating a solution for customized vision capabilities.
34+
* **Features**: Flexibility to build custom solutions based on different Generative AI models.
35+
* **Learn more** about Generative AI models in the Azure AI Foundry:
36+
* [Explore Azure AI Foundry Models]()
37+
* [Azure OpenAI in Azure AI Foundry models]()
38+
39+
#### Azure AI Content Understanding (preview)
40+
* **Best for**: Customers wanting a managed generative solution for image classification
41+
* **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.
42+
* **Learn more** about Content Understanding:
43+
* [What is Azure AI Content Understanding?]()
44+
* [Azure AI Content Understanding image solutions (preview)]()
45+
* [Content Understanding classifier]()
46+
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.
49+
50+
## Next steps & required actions
51+
* Make a plan to transition away from Azure Custom Vision by September 25, 2026
52+
* Azure Custom Vision will be retired on 25 September 2028, please transition to alternative options by that date.

0 commit comments

Comments
 (0)