The first step in understanding Azure AI Foundry is to get familiar with the basics. In this challenge, you will learn about the core concepts of Azure AI Foundry and how it can be used to build powerful AI infused applications. You will deploy a GPT-3.5 model and use the Azure AI Foundry Studio to interact with the model.
- Navigate to Azure AI Foundry Studio and login with your Azure credentials
- Deploy a Standard GPT3.5 Turbo model (version 0613 or greater) in a region that can host GTP-3.5, GPT-4o and DALL-E models
-
Using the Azure AI Foundry Studio, write a user query (a prompt) to return a United States Postal Service formatted address from the following email
Subject: Elevate Your Brand with Our Comprehensive Marketing Solutions! From: BrightEdge Marketing To: John Doe Dear John, At BrightEdge Marketing, we believe in the power of innovative marketing strategies to elevate brands and drive business success. Our team of experts is dedicated to helping you achieve your marketing goals through a comprehensive suite of services tailored to your unique needs. Please send letters to 123 Marketing Lane, Suite 400 in area 90210 located in Innovation City California. Thank you for considering BrightEdge Marketing. Best regards, Sarah Thompson Marketing Director BrightEdge Marketing -
Click
Clear Chatand using the same email from the previous challenge, craft a prompt to rewrite the email and replace any PII with the string[REDACTED: category]where category is the PII category found in the email. -
Click
Clear Chatand enter the following prompt into the Azure AI Foundry Studio and observe the results❗Before updating the prompt, clear the current chat history so the AI doesn't consider it's previous answers when responding to the new prompt.
A coin is heads up. Maybelle flips the coin over. Shalonda flips the coin over. Is the coin still heads up?The answer, of course, should be
Yes, the coin is heads upbut the AI is likely to answerNobecause it does not always follow state changes correctly. Rewrite the prompt convincing the AI to keep track of state changes to successfully answer the question with aYes.
- Verify that you deployed a Standard GPT-3.5 model using Azure AI Foundry Studio
- Verify that you can access the Azure AI Foundry Studio and create a new chat
- Verify that you can craft a prompt to return a United States Postal Service formatted address from the provided email
- Verify that you can craft a prompt to rewrite the email and replace any PII with the string
[REDACTED: category] - Verify that you can craft a prompt to compel the AI to keep track of state changes
QuickStart: Get started using GPT-35-Turbo with Azure AI Foundry Service
