azure-ai

Build, configure, and manage Azure AI services via CLI and Python SDK.

3|1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/HouseGarofalo/claude-code-base --skill azure-ai-housegarofalo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-ai
Source: https://github.com/HouseGarofalo/claude-code-base/tree/main/.claude/skills/azure-ai
Command: npx skills add https://github.com/HouseGarofalo/claude-code-base --skill azure-ai-housegarofalo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill streamlines the development and management of AI solutions on Azure, simplifying complex tasks related to Azure OpenAI, AI Search, Document Intelligence, and more.

Core Features & Use Cases

  • Azure OpenAI Deployment: Deploy and manage models like GPT-4 for various NLP tasks.
  • AI Search Integration: Create and query vector indexes for RAG patterns and semantic search.
  • Document Intelligence: Extract structured data from documents and forms.
  • Machine Learning Operations: Set up and run training jobs on Azure ML.
  • Content Safety & Responsible AI: Implement safeguards for AI-generated content.

Quick Start

Use the azure-ai skill to deploy a GPT-4 model in Azure OpenAI and then generate an embedding for the text "What is Azure AI?".

Frequently Asked Questions about azure-ai

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

FAQPage Schema
How do I deploy GPT-4 models on Azure OpenAI?

Deploy GPT-4 models on Azure OpenAI by provisioning resources via CLI or Python SDK. The skill manages model deployment for NLP tasks and configures endpoints for inference.

How do I implement RAG patterns with Azure AI Search?

Implement RAG patterns with Azure AI Search by creating vector indexes and querying them for semantic search. The skill configures index creation and integrates embeddings for retrieval.

Can I extract structured data from documents using Azure Document Intelligence?

Extract structured data from documents using Azure Document Intelligence to process forms and text. The skill configures extraction pipelines to return organized data from unstructured inputs.

What is the best way to run training jobs on Azure Machine Learning?

Run training jobs on Azure Machine Learning by setting up and executing jobs through CLI or Python SDK. The skill manages resource provisioning and job execution for ML operations.

Does Azure AI support multi-agent orchestration and content safety?

Azure AI supports multi-agent orchestration for coordinating workloads and content safety safeguards for generated text. The skill implements responsible AI filters and manages agent interactions.