azure-ai

Integrate Azure AI services for search, speech, and document intelligence.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/jgezelscorp/Apex --skill azure-ai-jgezelscorp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-ai
Source: https://github.com/jgezelscorp/Apex/tree/main/.github/skills/azure-ai
Command: npx skills add https://github.com/jgezelscorp/Apex --skill azure-ai-jgezelscorp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires azure-ai-search, azure-ai-speech, azure-ai-openai, azure-ai-document-intelligence, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive suite of Azure AI services, enabling users to perform advanced tasks such as search, speech-to-text, and text-to-speech, streamlining workflows and enhancing productivity.

Core Features & Use Cases

  • AI Search: Full-text, vector, and hybrid search capabilities.
  • Speech: Speech-to-text and text-to-speech functionalities.
  • OpenAI: Access to GPT models, embeddings, and DALL-E.
  • Document Intelligence: Form extraction and OCR.
  • Use Case: Automate the indexing and searching of documents, transcribe audio, and generate speech from text.

Quick Start

Use the azure-ai skill to search for documents containing the term 'budget' in the Azure AI Search service.

Frequently Asked Questions about azure-ai

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

FAQPage Schema
How do I implement hybrid search using Azure AI Search?

You can implement hybrid search by configuring your Azure AI Search service to combine full-text and vector search queries. This approach merges keyword-based filtering with vector similarity matching to return more relevant search results.

Can I transcribe audio to text and generate speech with Azure AI services?

Yes, you can transcribe audio to text and generate speech from text using Azure AI speech services. The skill integrates speech-to-text for audio transcription and text-to-speech for generating spoken audio output.

Do I need an Azure subscription to use Azure AI document intelligence and OCR?

Yes, an active Azure subscription and a provisioned Azure AI Search service are required to use Azure AI document intelligence and OCR. These services handle form extraction and optical character recognition within your Azure environment.

What is the best way to extract text from documents using Azure AI?

The best way to extract text from documents is using Azure AI Document Intelligence, which provides form extraction and OCR capabilities. This service automates data extraction from forms and images for indexing and search workflows.

Does Azure AI work with OpenAI models like GPT and DALL-E?

Yes, Azure AI integrates OpenAI services to provide access to GPT models, embeddings, and DALL-E. You can use these models for text generation, creating embeddings for vector search, and generating images within your Azure workflow.

Why choose Azure AI for vector search over other search solutions?

Azure AI Search offers integrated vector search alongside full-text and hybrid search capabilities. This allows you to perform semantic similarity matching and keyword filtering within a single query for comprehensive document retrieval.