Designing and Implementing a Microsoft Azure AI Solution

Software engineers concerned with building, managing and deploying AI solutions that leverage Azure AI Services, Azure AI Search, and Azure OpenAI. They are familiar with C# or Python and have knowledge on using REST-based APIs to build computer vision, language analysis, knowledge mining, intelligent search, and generative AI solutions on Azure.

Description

 

Students will learn to:

 

  • Prepare to develop AI solutions on Azure
  • Create and consume Azure AI Services
  • Secure Azure AI Services
  • Monitor Azure AI Services
  • Deploy Azure AI services in containers
  • Analyze images
  • Classify images
  • Detect, analyze, and recognize faces
  • Read Text in Images and Documents with the Azure AI Vision Service
  • Analyze video
  • Analyze text with Azure AI Language
  • Create question answering solutions with Azure AI Language
  • Build a conversational language understanding model
  • Create a custom text classification solution
  • Custom named entity recognition
  • Translate text with Azure AI Translator service
  • Create speech-enabled apps with Azure AI services
  • Translate speech with the Azure AI Speech service
  • Create an Azure AI Search solution
  • Create a custom skill for Azure AI Search
  • Create a knowledge store with Azure AI Search
  • Plan an Azure AI Document Intelligence solution
  • Use prebuilt Form Recognizer models
  • Extract data from forms with Azure Document Intelligence
  • Get started with Azure OpenAI Service
  • Build natural language solutions with Azure OpenAI Service
  • Apply prompt engineering with Azure OpenAI Service
  • Generate code with Azure OpenAI Service
  • Generate images with Azure OpenAI Service
  • Implement Retrieval Augmented Generation (RAG) with Azure OpenAI Service
  • Fundamentals of Responsible Generative AI

 

Course Outline

 

Module 1 : Prepare to develop AI solutions on Azure

  • Define artificial intelligence
  • Understand AI-related terms
  • Understand considerations for AI Engineers
  • Understand considerations for responsible AI
  • Understand capabilities of Azure Machine Learning
  • Understand capabilities of Azure AI Services
  • Understand capabilities of Azure OpenAI Service
  • Understand capabilities of Azure AI Search

 

Module 2 : Create and consume Azure AI services

  • Create Azure AI services resources in an Azure subscription.
  • Identify endpoints, keys, and locations required to consume an Azure AI services resource.
  • Use a REST API and an SDK to consume Azure AI services.

 

Module 3 : Secure Azure AI services

  • Consider authentication for Azure AI services
  • Manage network security for Azure AI services

 

Module 4 : Monitor Azure AI services

  • Monitor Azure AI services costs.
  • Create alerts and view metrics for Azure AI services.
  • Manage Azure AI services diagnostic logging.

 

Module 5 : Deploy Azure AI services in containers

  • Create containers for reuse
  • Deploy to a container and secure a container
  • Consume Azure AI services from a container

 

Module 6 : Analyze images

  • Provision an Azure AI Vision resource
  • Analyze an image
  • Generate a smart-cropped thumbnail

 

Module 7 : Classify images

  • Provision Azure resources for Azure AI Custom Vision
  • Understand image classification
  • Train an image classifier

 

Module 8 : Detect, analyze, and recognize faces

  • Identify options for face detection, analysis, and identification
  • Understand considerations for face analysis
  • Detect faces with the Azure AI Vision service
  • Understand capabilities of the Face service
  • Compare and match detected faces
  • Implement facial recognition

 

Module 9 : Read Text in images and documents with the Azure AI Vision Service

  • Read text from images using OCR
  • Use the Azure AI Vision service Image Analysis with SDKs and the REST API
  • Develop an application that can read printed and handwritten text

 

Module 10 : Analyze video

  • Describe Azure Video Indexer capabilities
  • Extract custom insights
  • Use Azure Video Indexer widgets and APIs

 

Module 11 : Analyze text with Azure AI Language

  • Detect language from text
  • Analyze text sentiment
  • Extract key phrases, entities, and linked entities

 

Module 12 : Create question answering solutions with Azure AI Language

  • Understand question answering and how it compares to language understanding.
  • Create, test, publish and consume a knowledge base
  • Implement multi-turn conversation and active learning
  • Create a question answering bot to interact with using natural language

 

Module 13 : Build a conversational language understanding model

  • Provision Azure resources for Azure AI Language resource
  • Define intents, utterances, and entities
  • Use patterns to differentiate similar utterances
  • Use pre-built entity components
  • Train, test, publish, and review an Azure AI Language model

 

Module 14 : Create a custom text classification solution

  • Understand types of classification projects
  • Build a custom text classification project
  • Tag data, train, and deploy a model
  • Submit classification tasks from your own app

 

Module 15 : Custom named entity recognition

  • Understand tagging entities in extraction projects
  • Understand how to build entity recognition projects

 

Module 16 : Translate text with Azure AI Translator service

  • Provision a Translator resource
  • Understand language detection, translation, and transliteration
  • Specify translation options
  • Define custom translations

 

Module 17 : Create speech-enabled apps with Azure AI services

  • Provision an Azure resource for the Azure AI Speech service
  • Use the Azure AI Speech to text API to implement speech recognition
  • Use the Text to speech API to implement speech synthesis
  • Configure audio format and voices
  • Use Speech Synthesis Markup Language (SSML)

 

Module 18 : Translate speech with the Azure AI Speech service

  • Provision Azure resources for speech translation.
  • Generate text translation from speech.
  • Synthesize spoken translations.

 

Module 19 : Create an Azure AI Search solution

  • Create an Azure AI Search solution
  • Develop a search application

 

Module 20 : Create a custom skill for Azure AI Search

  • Implement a custom skill for Azure AI Search
  • Integrate a custom skill into an Azure AI Search skillset

 

Module 21 : Create a knowledge store with Azure AI Search

  • Create a knowledge store from an Azure AI Search pipeline
  • View data in projections in a knowledge store

 

Module 22 : Plan an Azure AI Document Intelligence solution

  • Describe the components of an Azure AI Document Intelligence solution.
  • Create and connect to Azure AI Document Intelligence resources in Azure.
  • Choose whether to use a prebuilt, custom, or composed model.

 

Module 23 : Use prebuilt Form Recognizer models

  • Identify business problems that you can solve by using prebuilt models in Forms Analyzer.
  • Analyze forms by using the General Document, Read, and Layout models.
  • Analyze forms by using financial, ID, and tax prebuilt models

 

Module 24 : Extract data from forms with Azure Document Intelligence

  • Identify how Azure Document Intelligence's layout service, prebuilt models, and custom service can automate processes
  • Use Azure Document Intelligence's Optical Character Recognition (OCR) capabilities with SDKs, REST API, and Azure Document Intelligence Studio
  • Develop and test custom models

 

Module 25 : Get started with Azure OpenAI Service

  • Create an Azure OpenAI Service resource and understand types of Azure OpenAI base models.
  • Use the Azure OpenAI Studio, console, or REST API to deploy a base model and test it in the Studio's playgrounds.
  • Generate completions to prompts and begin to manage model parameters.

 

Module 26 : Build natural language solutions with Azure OpenAI Service

  • Integrate Azure OpenAI into your application
  • Differentiate between different endpoints available to your application
  • Generate completions to prompts using the REST API and language specific SDKs

 

Module 27 : Apply prompt engineering with Azure OpenAI Service

  • Understand the concept of prompt engineering and its role in optimizing Azure OpenAI models' performance.
  • Know how to design and optimize prompts to better utilize AI models.
  • Include clear instructions, request output composition, and use contextual content to improve the quality of the model's responses.

 

Module 28 : Generate code with Azure OpenAI Service

  • Use natural language prompts to write code
  • Build unit tests and understand complex code with AI models
  • Generate comments and documentation for existing code

 

Module 29 : Generate images with Azure OpenAI Service

  • Describe the capabilities of DALL-E in the Azure openAI service
  • Use the DALL-E playground in Azure OpenAI Studio
  • Use the Azure OpenAI REST interface to integrate DALL-E image generation into your apps

 

Module 30 : Implement Retrieval Augmented Generation (RAG) with Azure OpenAI Service

  • Describe the capabilities of Azure OpenAI on your data
  • Configure Azure OpenAI to use your own data
  • Use Azure OpenAI API to generate responses based on your own data

 

Module 31 : Fundamentals of Responsible Generative AI

  • Describe an overall process for responsible generative AI solution development
  • Identify and prioritize potential harms relevant to a generative AI solution
  • Measure the presence of harms in a generative AI solution
  • Mitigate harms in a generative AI solution
  • Prepare to deploy and operate a generative AI solution responsibly

 

 

 

Prerequisites

 

Before attending this course, students must have:

  • Knowledge of Microsoft Azure and ability to navigate the Azure portal
  • Knowledge of either C# or Python
  • Familiarity with JSON and REST programming semantics

 

To gain C# or Python skills, complete the free Take 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.

 

 

Similar courses

This course is designed for citizen developers and technical users, providing the skills required to gain insights into data held within the Dataverse, create custom reports, custom visualizations and implement the Artificial Intelligence features in Microsoft Dynamics 365 and the Power Platform.

More Information

This course provides students with detailed hands-on experience of Microsoft Dynamics 365 Sales with the new Copilot AI companion .

More Information

This course provides students with detailed hands-on experience of Microsoft Dynamics 365 Customer Service with the new Copilot AI companion .

More Information

This course provides end users with an introduction to Microsoft Dynamics 365 and the latest AI tools.

More Information

This course provides students with an introduction to Model-driven Apps by building a foundational understanding of the key features in the Power Apps Maker Portal.

More Information

In this course you will learn how to deploy AI Models in common business scenarios using the Microsoft Power Platform AI Builder.

More Information

This course provides students with an introduction to creating virtual agents and chat bots by building a foundational understanding of the key features in Microsoft Copilot Studio.

More Information

This course provides students with an introduction to the AI capabilities of Dynamics 365 Customer Insights by building an in-depth understanding of the key AI Insights features of Dynamics 365.

More Information

This course provides students with a detailed hands-on experience of setting up, configuring, customizing, extending and maintaining Microsoft Power Pages Portals through the Power Pages Maker Portal, the Portal Management App, and the Power Platform Admin Center.

More Information

This course is designed to showcase tools designed to help gain insight into data held within Dynamics 365 Apps, as well as increase efficiencies and productivity with the implementation of the Artificial Intelligence features in Microsoft Dynamics 365 and Copilot.

More Information

This course is designed to provide an insight into the benefits gained through the implementation of Artificial Intelligence features in the Microsoft Power Platform.

More Information

This course will provide you with the skills needed to support and manage business applications and solutions in Dynamics 365, the Dataverse, Power Pages and the Power Platform.

More Information

This course is designed to introduce candidates to the features and topics of Microsoft Dynamics 365 Human Resources.

More Information

A course to help organizations move from Outbound to the new AI features and Copilot in Real Time Customer Insights (formally Dynamics 365 Marketing).

More Information

Join us for a FREE Copilot for End Users in Microsoft Dynamics 365 Finance webinar.

More Information

Students wishing to Create and manage canvas apps with Power Apps

More Information

The audience for this course includes software developers and data scientists who need to use large language models for generative AI. Some programming experience is recommended, but the course will be valuable to anyone seeking to understand how the Azure OpenAI service can be used to implement generative AI solutions.

More Information

The course presents the fundamentals of AI in Microsoft Azure.

More Information

This course is for IT professionals looking to learn how to build AI solutions in Azure AI Services.

More Information

AI Professionals Database Professionals

More Information

The primary audience for this course is data professionals with experience in data modeling, extraction, and analytics. DP-600 is designed for professionals who want to use Microsoft Fabric to create and deploy enterprise-scale data analytics solutions.

More Information

The primary audience for this course is data professionals who are familiar with data modeling, extraction, and analytics. It is designed for professionals who are interested in gaining knowledge about Lakehouse architecture, the Microsoft Fabric platform, and how to enable end-to-end analytics using these technologies.

More Information

Machine Learning Professionals Machine Learning Engineers

More Information

Join us for a FREE Copilot for End Users in Microsoft Dynamics 365 Business Central webinar.

More Information

Essential training before starting an AI project based on the Microsoft AI and Copilot framework.

More Information

This course examines how administrators can manage and extend Microsoft 365 Copilot to meet their business needs.

More Information

Learn how to create custom copilots with Copilot Studio.

More Information

You will learn how to implement AI Models using the Microsoft AI Hub (previously AI Builder) in the Microsoft Power Platform.

More Information

You will learn how to create and manage model-driven apps with Power Apps and the Dataverse.

More Information

This course has been created for business leaders with knowledge and resources to adopt AI in their organizations.

More Information

In this course, students will learn how to create tables and columns, work with Microsoft Dataverse, and configure the user experience inside a model-driven application.

More Information

This course is designed for IT or sales professionals who want to learn how to leverage Dynamics 365 Sales and Microsoft Copilot for Sales for their organizations.

More Information

In this course, students will learn how to work with key features of Customer Insights – Data and Customer Insights – Journeys.

More Information

In this course you will complete the Dynamics 365 customer experience analyst challenge project and validate your skills.

More Information

Learn how to build generative AI applications like custom copilots that use language models and prompt flow to provide value to your users.

More Information

In this course, you'll explore options for adopting, using, and creating copilots.

More Information

This course examines the key Microsoft 365 security and compliance features that administrators must prepare in order to successfully implement Microsoft 365 Copilot.

More Information

This one-day course is composed of two parts - Getting started with Microsoft 365 Copilot and Empower your workforce with Microsoft 365 Copilot Use Cases.

More Information

Discover ways to craft effective and contextual prompts for Microsoft 365 Copilot that create, simplify, transform, and compile content across Microsoft 365 applications.

More Information

Learn the knowledge and skills to drive enablement of Microsoft 365 Copilot across your organization.

More Information

Learn how to create Copilot Studio actions that extend the knowledge and capabilities of Microsoft 365 Copilot.

More Information

This training course is designed to help you understand the extensibility options available for Build connectors and plugins for Microsoft 365 Copilot.

More Information

Discover how Microsoft Copilot (available without a Microsoft 365 license) and Microsoft 365 Copilot elevate your productivity.

More Information

This course explores extending Copilot's capabilities with Microsoft Graph connectors and custom engine copilots.

More Information