Skip to content

Latest commit

 

History

History

07-ai-foundry

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Demo - Introduction to Azure AI Foundry

Prerequisites

Scenario

Preparation

  1. Open the AI Foundry website: https://ai.azure.com in a full screen browser

Demo

  1. Provide a brief overview of what Azure AI Foundry is, comparing it to an airport for generative AI applications.
  2. Look for recent projects or initiate the setup of a hub if this is your first visit.
  3. Understand hubs and projects:
  • Explain that a hub functions as an airport terminal for resource sharing, while a project is akin to a plane with its own specific purpose.
  1. Click the “New Project” button and change the default project name to "JSGenAI." Select an existing hub or create a new one if necessary.
  2. After creating the project, various services required for building the application will begin to launch.
  3. Click on the project to view details about the hub, resource group, and subscriptions associated with it.
  4. Choose a model:
  • Navigate to the "Getting Started" section and then to the model catalog to browse the available models.
  1. Apply filters based on model providers, collections, deployment options, and inference tasks to narrow down the list of models.
  2. Explore the Azure OpenAI Collections and choose a GPT-4o model, reviewing its description, version numbers, and features such as "JSON mode."
  3. Click to deploy the GPT-4o model, taking note of details like version number, deployment type, and resource location.
  4. After deployment, retrieve the API endpoint and key for further integration.
  5. Test in the playground:
  • Open the playground feature to interact with the model in a chat context, defining the system message and starting a conversation.
  1. Utilize the multimodal capabilities of the model by uploading an image, allowing the model to interpret and explain it. Ask the model to describe the image.
  2. Access and review code samples, including JSON and cURL examples, for future development purposes.
  3. Briefly mention other available tools in Azure AI Foundry, such as prompt flow, evaluation, and fine-tuning, which will be covered in later lessons.