1. An AI engineer wants to deploy an open-source Llama 3 model from the Azure AI Foundry model catalog to a managed online endpoint. After selecting the model, which deployment target within Azure AI Foundry supports real-time inference with a managed, scalable REST endpoint?
- A. Azure Batch Endpoints
- B. Managed Online Endpoints✓ Correct
- C. Azure Container Apps
- D. Azure Functions Consumption Plan
Explanation
Managed Online Endpoints in Azure Machine Learning / Azure AI Foundry provide a fully managed, autoscalable REST endpoint for real-time inference. Models from the Foundry model catalog can be deployed directly to a managed online endpoint. Azure Batch Endpoints are designed for high-throughput offline batch scoring, not real-time inference. Azure Container Apps can host containerized workloads but is not a native deployment target in the Foundry model catalog workflow and requires manual containerization. Azure Functions on a Consumption Plan is serverless compute not integrated with the Foundry model catalog deployment flow, and it has cold-start and execution-duration constraints that are unsuitable for large model inference.