AI-900 · Question #372
You plan to develop an AI application that will read the license plates of motor vehicles by using Azure AI Foundry. What should you use to develop the application?
The correct answer is D. Azure AI Studio. Azure AI Studio (now Azure AI Foundry) is used to develop an AI application for reading license plates using its tools and models. The platform allows developers to build, customize, and deploy AI agents and applications, including those that process images to extract information
Question
Options
- AMicrosoft Visual Studio Code
- BGitHub Actions
- CCopilot for Microsoft 365
- DAzure AI Studio
How the community answered
(44 responses)- A2% (1)
- B2% (1)
- C7% (3)
- D89% (39)
Explanation
Azure AI Studio (now Azure AI Foundry) is used to develop an AI application for reading license plates using its tools and models. The platform allows developers to build, customize, and deploy AI agents and applications, including those that process images to extract information like license Key components of the process Platform: Azure AI Foundry (formerly Azure AI Studio) is the central platform for building and managing AI applications. Tools: You can use its integrated development environment (IDE), SDKs, and APIs to develop and customize models. Models: The platform provides access to a wide range of AI models, including computer vision models capable of optical character recognition (OCR), which can be used to read text from Create an Azure AI Foundry project in Azure. Use the model catalog to find and deploy a suitable computer vision or OCR model. Integrate the model into your application using the SDK or API. For a license plate application, you would feed images to the model, and the model would output the recognized text from the license plate. https://azure.microsoft.com/en-us/products/ai-foundry
Topics
Community Discussion
No community discussion yet for this question.