azure-custom-vision

Provide expert guidance for developing Azure AI Custom Vision applications.

686|107|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/MicrosoftDocs/Agent-Skills --skill azure-custom-vision
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-custom-vision
Source: https://github.com/MicrosoftDocs/Agent-Skills/tree/main/skills/azure-custom-vision
Command: npx skills add https://github.com/MicrosoftDocs/Agent-Skills --skill azure-custom-vision

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance for developing, debugging, and optimizing applications using Azure AI Custom Vision, ensuring best practices and efficient use of the service.

Core Features & Use Cases

  • Expert Guidance: Offers best practices, decision-making support, and information on limits, quotas, and security.
  • Integration & Deployment: Covers coding patterns, SDK usage, and model deployment strategies for various platforms.
  • Use Case: When building an image classification app with Custom Vision, use this Skill to understand the best domain to choose and how to export the model for mobile deployment.

Quick Start

Use the azure-custom-vision skill to find information on applying Custom Vision data strategies to improve models.

Frequently Asked Questions about azure-custom-vision

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export an Azure Custom Vision model for mobile deployment?

Azure Custom Vision supports exporting trained models for mobile deployment by choosing a compact domain, training the image classifier, and downloading the model in formats such as TensorFlow, CoreML, or ONNX using the SDK or portal.

What are the limits and quotas for Azure Custom Vision projects?

Azure Custom Vision enforces specific limits on training images, iterations, and prediction transactions depending on your resource tier. Review the Azure documentation to understand these quotas and ensure your computer vision application scales within supported boundaries.

How do I choose the right domain for my Azure Custom Vision image classification app?

Selecting the right Azure Custom Vision domain depends on your scenario. Compact domains are necessary for offline or mobile model deployment, while standard domains offer higher accuracy for cloud-based image classification and object detection tasks.

Does Azure Custom Vision work with Python and C# SDKs for coding integrations?

Azure Custom Vision provides SDKs for Python, C#, and other languages to integrate image classification and object detection into applications. These coding patterns streamline training, prediction, and model management workflows within your software engineering projects.

What security configurations are needed for Azure Custom Vision applications?

Securing Azure Custom Vision applications involves configuring network access, managing API keys, and setting role-based access control. Following these security best practices ensures your computer vision models and prediction endpoints remain protected.

Why is my Azure Custom Vision model not improving after adding more training images?

If your Azure Custom Vision model is not improving, apply better data strategies by ensuring balanced and diverse training images, verifying the appropriate domain selection, and reviewing evaluation metrics to refine your computer vision classification task.