Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Trainer demonstrations

Table of contents

  1. Learning Path 1: Introduction to AI and AI on Azure
  2. Learning Path 02: Develop computer vision solutions with Azure AI Vision
  3. Learning Path 03: Develop natural language processing solutions
  4. Learning Path 04:Develop Generative AI Solutions with Azure OpenAI Service
  5. Learning Path 05: Creating a Knowledge Mining Solution
  6. Learning Path 06: Develop solutions with Azure AI Document Intelligence




Learning Path 1: Introduction to AI and AI on Azure

  • Create an Azure AI services multi-service resource using Azure CLI.

      resourceGroup="AzureAI-RG"
      resourceLocation="westus2"
      resourceAIServices="AIServicesDemo"
    
      az group create --name $resourceGroup --location location $resourceLocation
    
      az cognitiveservices account create --name $resourceAIServices --resource-group $resourceGroup --kind AIServices --sku S0 --location $resourceLocation --yes
    
      az cognitiveservices account keys list --name $resourceAIServices --resource-group $resourceGroup
    




Learning Path 02: Develop computer vision solutions with Azure AI Vision




Learning Path 03: Develop natural language processing solutions




Learning Path 04:Develop Generative AI Solutions with Azure OpenAI Service




Learning Path 05: Creating a Knowledge Mining Solution




Learning Path 06: Develop solutions with Azure AI Document Intelligence