microsoft partner logo color
8420  Reviews star_rate star_rate star_rate star_rate star_half

Develop AI solutions in Azure

AI-102: Develop AI solutions in Azure is intended for software developers wanting to build AI infused applications that leverage Azure AI Foundry and other Azure AI services. Topics in this course...

Read More
$2,380 USD GSA  $1,764.48
Duration 5 days
Course Code AI-102T00
Available Formats Classroom, Virtual

Overview

AI-102: Develop AI solutions in Azure is intended for software developers wanting to build AI infused applications that leverage Azure AI Foundry and other Azure AI services. Topics in this course include developing generative AI apps, building AI agents, and solutions that implement computer vision and information extraction. The course will use C# or Python as the programming language.

Audience Profile

This course was designed for software engineers concerned with building, managing and deploying AI solutions that leverage Azure AI Foundry and other Azure AI services. They are familiar with C# or Python and have knowledge on using REST-based APIs and SDKs to build generative AI, computer vision, language analysis, and information extraction solutions on Azure.

Skills Gained

After completing this course, students will be able to:

  • Describe considerations for AI-enabled application development
  • Create, configure, deploy, and secure Azure Cognitive Services
  • Develop applications that analyze text
  • Develop speech-enabled applications
  • Create applications with natural language understanding capabilities
  • Create QnA applications
  • Create conversational solutions with bots
  • Use computer vision services to analyze images and videos
  • Create custom computer vision models
  • Develop applications that detect, analyze, and recognize faces
  • Develop applications that read and process text in images and documents
  • Create intelligent search solutions for knowledge mining

Prerequisites

Before attending this course, students must have:

  • Knowledge of Microsoft Azure and ability to navigate the Azure portal
  • Knowledge of either C# orPython
  • Familiarity with JSON and REST programming semantics
To gain C# or Python skills, complete the freeTake your first steps with C# or Take your first steps with Python learning path before attending the course.
If you are new to artificial intelligence, and want an overview of AI capabilities on Azure, consider completing the Azure AI Fundamentals certification before taking this one.

Course Details

Outline

  • Plan and prepare to develop AI solutions on Azure
    • What is AI?
    • Azure AI services
    • Azure AI Foundry
    • Developer tools and SDKs
    • Responsible AI
    • Exercise - Prepare for an AI development project
    • Module assessment
  • Choose and deploy models from the model catalog in Azure AI Foundry portal
    • Explore the model catalog
    • Deploy a model to an endpoint
    • Optimize model performance
    • Exercise - Explore, deploy, and chat with language models
    • Module assessment
  • Develop an AI app with the Azure AI Foundry SDK
    • What is the Azure AI Foundry SDK?
    • Work with project connections
    • Create a chat client
    • Exercise - Create a generative AI chat app
    • Module assessment
  • Get started with prompt flow to develop language model apps in the Azure AI Foundry
    • Understand the development lifecycle of a large language model (LLM) app
    • Understand core components and explore flow types
    • Explore connections and runtimes
    • Explore variants and monitoring options
    • Exercise - Get started with prompt flow
    • Module assessment
  • Develop a RAG-based solution with your own data using Azure AI Foundry
    • Understand how to ground your language model
    • Make your data searchable
    • Create a RAG-based client application
    • Implement RAG in a prompt flow
    • Exercise - Create a generative AI app that uses your own data
    • Module assessment
  • Fine-tune a language model with Azure AI Foundry
    • Understand when to fine-tune a language model
    • Prepare your data to fine-tune a chat completion model
    • Explore fine-tuning language models in Azure AI Studio
    • Exercise - Fine-tune a language model
    • Module assessment
  • Implement a responsible generative AI solution in Azure AI Foundry
    • Plan a responsible generative AI solution
    • Map potential harms
    • Measure potential harms
    • Mitigate potential harms
    • Manage a responsible generative AI solution
    • Exercise - Apply content filters to prevent the output of harmful content
    • Module assessment
  • Evaluate generative AI performance in Azure AI Foundry portal
    • Assess the model performance
    • Manually evaluate the performance of a model
    • Automated evaluations
    • Exercise - Evaluate generative AI model performance
    • Module assessment
  • Get started with AI agent development on Azure
    • What are AI agents?
    • Options for agent development
    • Azure AI Foundry Agent Service
    • Exercise - Explore AI Agent development
    • Module assessment
  • Develop an AI agent with Azure AI Foundry Agent Service
    • What is an AI agent
    • How to use Azure AI Foundry Agent Service
    • Develop agents with the Azure AI Foundry Agent Service
    • Exercise - Build an AI agent
    • Module assessment
  • Integrate custom tools into your agent
    • Why use custom tools
    • Options for implementing custom tools
    • How to integrate custom tools
    • Exercise - Build an agent with custom tools
    • Module assessment
  • Develop an AI agent with Semantic Kernel
    • Understand Semantic Kernel AI agents
    • Create an Azure AI agent with Semantic Kernel
    • Add plugins to Azure AI agent
    • Exercise - Develop an Azure AI agent with the Semantic Kernel SDK
    • Knowledge check
  • Orchestrate a multi-agent solution using Semantic Kernel
    • Understand the Semantic Kernel Agent Framework
    • Create an agent group chat
    • Design an agent selection strategy
    • Define a chat termination strategy
    • Exercise - Develop a multi-agent solution
    • Knowledge check
  • Analyze text with Azure AI Language
    • Provision an Azure AI Language resource
    • Detect language
    • Extract key phrases
    • Analyze sentiment
    • Extract entities
    • Extract linked entities
    • Exercise - Analyze text
    • Module assessment
  • Create question answering solutions with Azure AI Language
    • Understand question answering
    • Compare question answering to Azure AI Language understanding
    • Create a knowledge base
    • Implement multi-turn conversation
    • Test and publish a knowledge base
    • Use a knowledge base
    • Improve question answering performance
    • Exercise - Create a question answering solution
    • Module assessment
  • Build a conversational language understanding model
    • Understand prebuilt capabilities of the Azure AI Language service
    • Understand resources for building a conversational language understanding model
    • Define intents, utterances, and entities
    • Use patterns to differentiate similar utterances
    • Use pre-built entity components
    • Train, test, publish, and review a conversational language understanding model
    • Exercise - Build an Azure AI services conversational language understanding model
    • Module assessment
  • Create a custom text classification solution
    • Understand types of classification projects
    • Understand how to build text classification projects
    • Exercise - Classify text
    • Module assessment
  • Custom named entity recognition
    • Understand custom named entity recognition
    • Label your data
    • Train and evaluate your model
    • Exercise - Extract custom entities
    • Module assessment
  • Translate text with Azure AI Translator service
    • Provision an Azure AI Translator resource
    • Understand language detection, translation, and transliteration
    • Specify translation options
    • Define custom translations
    • Exercise - Translate text with the Azure AI Translator service
    • Module assessment
  • Create speech-enabled apps with Azure AI services
    • Provision an Azure resource for speech
    • Use the Azure AI Speech to Text API
    • Use the text to speech API
    • Configure audio format and voices
    • Use Speech Synthesis Markup Language
    • Exercise - Create a speech-enabled app
    • Module assessment
  • Translate speech with the Azure AI Speech service
    • Provision an Azure resource for speech translation
    • Translate speech to text
    • Synthesize translations
    • Exercise - Translate speech
    • Module assessment
  • Develop an audio-enabled generative AI application
    • Deploy a multimodal model
    • Develop an audio-based chat app
    • Exercise - Develop an audio-enabled chat app
    • Module assessment
  • Analyze images
    • Provision an Azure AI Vision resource
    • Analyze an image
    • Exercise - Analyze images
    • Module assessment
  • Read text in images
    • Explore Azure AI options for reading text
    • Read text with Azure AI Vision Image Analysis
    • Exercise - Read text in images
    • Module assessment
  • Detect, analyze, and recognize faces
    • Plan a face detection, analysis, or recognition solution
    • Detect and analyze faces
    • Verify and identify faces
    • Responsible AI considerations for face-based solutions
    • Exercise - Detect and analyze faces
    • Module assessment
  • Classify images
    • Azure AI Custom Vision
    • Train an image classification model
    • Create an image classification client application
    • Exercise - Classify images
    • Module assessment
  • Detect objects in images
    • Use Azure AI Custom Vision for object detection
    • Train an object detector
    • Develop an object detection client application
    • Exercise - Detect objects in images
    • Module assessment
  • Analyze video
    • Understand Azure Video Indexer capabilities
    • Extract custom insights
    • Use Video Analyzer widgets and APIs
    • Exercise - Analyze video
    • Module assessment
  • Develop a vision-enabled generative AI application
    • Deploy a multimodal model
    • Develop a vision-based chat app
    • Exercise - Develop a vision-enabled chat app
    • Module assessment
  • Generate images with AI
    • What are image-generation models?
    • Explore image-generation models in Azure AI Foundry portal
    • Create a client application that uses an image generation model
    • Exercise - Generate images with AI
    • Module assessment
  • Create a multimodal analysis solution with Azure AI Content Understanding
    • What is Azure AI Content Understanding?
    • Create a Content Understanding analyzer
    • Use the Content Understanding REST API
    • Exercise - Extract information from multimodal content
    • Module assessment
  • Create an Azure AI Content Understanding client application
    • Prepare to use the AI Content Understanding REST API
    • Create a Content Understanding analyzer
    • Analyze content
    • Exercise - Develop a Content Understanding client application
    • Module assessment
  • Use prebuilt Document intelligence models
    • Understand prebuilt models
    • Use the General Document, Read, and Layout models
    • Use financial, ID, and tax models
    • Exercise - Analyze a document using Azure AI Document Intelligence
    • Module assessment
  • Extract data from forms with Azure Document intelligence
    • What is Azure Document Intelligence?
    • Get started with Azure Document Intelligence
    • Train custom models
    • Use Azure Document Intelligence models
    • Use the Azure Document Intelligence Studio
    • Exercise - Extract data from custom forms
    • Module assessment
  • Create a knowledge mining solution with Azure AI Search
    • What is Azure AI Search?
    • Extract data with an indexer
    • Enrich extracted data with AI skills
    • Search an index
    • Persist extracted information in a knowledge store
    • Exercise - Create a knowledge mining solution
    • Module assessment
|
View Full Schedule

Schedule

3 options available

  • Aug 11, 2025 - Aug 15, 2025 (5 days)
    Live Virtual | 9:00AM 5:00PM EDT
    Language English
    Select from 1 options below
    Live Virtual |9:00AM 5:00PM EDT
    Live Virtual | 9:00AM 5:00PM EDT
    Enroll
    Enroll Add to quote
    SAVE 20% on this course -
    Promo Code: LEARN20
  • Oct 13, 2025 - Oct 17, 2025 (5 days)
    Live Virtual | 9:00AM 5:00PM EDT
    Language English
    Select from 1 options below
    Live Virtual |9:00AM 5:00PM EDT
    Live Virtual | 9:00AM 5:00PM EDT
    Enroll
    Enroll Add to quote
  • Dec 8, 2025 - Dec 12, 2025 (5 days)
    Live Virtual | 9:00AM 5:00PM EST
    Language English
    Select from 1 options below
    Live Virtual |9:00AM 5:00PM EST
    Live Virtual | 9:00AM 5:00PM EST
    Enroll
    Enroll Add to quote

FAQ

How do I get a Microsoft exam voucher?

Pearson Vue Exam vouchers can be requested and ordered with your course purchase or can be ordered separately by clicking here.

  • Vouchers are non-refundable and non-returnable. Vouchers expire 12 months from the date they are issued unless otherwise specified in the terms and conditions.
  • Voucher expiration dates cannot be extended. The exam must be taken by the expiration date printed on the voucher.

Do Microsoft courses come with post lab access?

Most Microsoft official courses will include post-lab access ranging from 30 to 180 calendar days after instructor led course delivery. A lab training key in class will be provided that can be leveraged to continue connecting to a remote lab environment for the individual course attendee.

Does the course schedule include a Lunchbreak?

Lunch is normally an hour-long after 3-3.5 hours of the class day.

What languages are used to deliver training?

Microsoft courses are conducted in English unless otherwise specified.

Reviews

Very good company. I've done technical trainings at their facility in downtown Montreal in the past and I'Ve always appreciated them.

This is my second course with ExitCertified. This course exceeded my expectations. The teacher was great and the class was fun.

the interface was super easy to use and the instructions to get ready for the course was also very simple and easy to understand.

The class was very vast paced however the teacher was very good at checking in on us while giving us time to complete the labs.

I liked the pace of the course. I like that I have more than instance to use the lab.