I am getting confused about Azure Agents. Is it in Azure OpenAI Service or in Azure AI services #4
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I will add to the discussion that I'm concerned MSFT is using "agent" in an unhelpful way. For example, the "agents" I see in M365 Copilot are essentially ChatGPT assistants, heavily feature-restricted, correct? Whereas agentic AI agents have additional permissions to act autonomously and call tools from MCP or OpenAI's implementation of same. Then we have "chat participant," at least in the VS Code Copilot extension API. These can be agentic or non agentic. So yeah, as OP said: What is an 'agent' in Azure AI Foundry? :) With love and respect, |
Beta Was this translation helpful? Give feedback.
-
Thanks for sharing your question @Hyunduck-Hwang - some thoughts below that could help you understand the different elements of your agent architecture At the top level you have your Azure AI Foundry Hub and Project Model: https://learn.microsoft.com/en-us/azure/ai-foundry/concepts/ai-resources, Hub: for a team to govern security, connectivity, and computing resources across playgrounds and projects. Once a hub is created, developers can create projects from it and access shared company resources without needing an IT administrator's repeated help. Project workspaces that are created using a hub inherit the same security settings and shared resource access. Teams can create project workspaces as needed to organize their work, isolate data, and/or restrict access. Inside of Azure AI Foundry you have lots of connected services that help you create your Gen AI apps - things such as Azure AI Services instances (Our AI services include things like prebuilt Speech API, Vision, Translator, Document intelligence), in our product hierarchy today Azure Open AI Service is considered an Azure AI Service, read more here: https://learn.microsoft.com/en-us/azure/ai-foundry/azure-openai-in-azure-ai-foundry When you create a hub in Azure AI Foundry through the Foundry portal, the default setup requires connecting to an Azure AI Services instance. This is because the hub is designed to manage access to all models and services, including those in the model catalog. However, there are a few important nuances:
Summary Hope some of these resources help! |
Beta Was this translation helpful? Give feedback.
Thanks for sharing your question @Hyunduck-Hwang - some thoughts below that could help you understand the different elements of your agent architecture
At the top level you have your Azure AI Foundry Hub and Project Model: https://learn.microsoft.com/en-us/azure/ai-foundry/concepts/ai-resources, Hub: for a team to govern security, connectivity, and computing resources across playgrounds and projects. Once a hub is created, developers can create projects from it and access shared company resources without needing an IT administrator's repeated help. Project workspaces that are created using a hub inherit the same security settings and shared resource access. Teams can create project worksp…