Advanced RAG and Agentic Workflow Use Cases Azure AI Foundry

MelDev 0 Reputation points
2026-07-21T14:54:35.2066667+00:00

I have a project where I want to build an Advanced RAG and Agentic Workflow for proposal response , an AI solution that ingests incoming document, retrieves relevant information from our internal documents, and drafts grounded responses for our proposals team to review. My approach is to utilize Azure AI Foundry Hub as the central platform and create multiple projects under the Hub to accommodate different use cases.

For a reliable enterprise solution, which Azure services should I use?

Foundry Agent Service
Foundry Agent Service

A fully managed platform in Microsoft Foundry for hosting, scaling, and securing AI agents built with any supported framework or model


3 answers

Sort by: Most helpful
  1. MelDev 0 Reputation points
    2026-07-23T16:41:26.9833333+00:00

    Thank you for the detailed response, the service list is very helpful, and I agree with most of it (AI Search for hybrid retrieval, Document Intelligence, Managed Identities, etc.).

    However, I'd like to challenge the core architectural recommendation. You've endorsed the hub-based (Hub + Projects) model, but according to Microsoft's current documentation, hub-based projects are now the classic/legacy path:

    1. Microsoft's guidance (https://learn.microsoft.com/azure/ai-foundry/what-is-azure-ai-foundry) now recommends Foundry projects (hosted directly on a Foundry resource, no hub) as the default for generative AI apps and agents.

    Could you please clarify in which scenarios we need to use Hub-based and when to use Foundry projects hosted directly on a Foundry resource?

    1. New agent and model capabilities (Foundry Agent Service features, newer SDKs, model catalog additions) are shipping on the Foundry resource type, not on hub-based projects. Building a new enterprise platform on the resource type that no longer receives new agent features seems hard to justify for a solution whose core is agents.

    Given that, could you clarify:

    • Is there a specific technical reason you'd still choose a Hub for this use case in 2026?
    • Are there capabilities in my scenario (advanced RAG, Agent Service, Document Intelligence, Private Link) that you believe require a hub-based project?
    • If not, would you agree the recommendation should be updated to a Foundry resource with multiple Foundry projects?

    I want to make sure we're not building a new platform on an architecture that's already in maintenance mode , migration later (recreating agents, connections, and vector stores) would be costly. Appreciate your thoughts.

    Was this answer helpful?


  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. Jose Benjamin Solis Nolasco 10,651 Reputation points Volunteer Moderator
    2026-07-21T16:30:02.5233333+00:00

    Welcome to Microsoft Q&A

    Hello @MelDev , I hope you are doing well.

    For an enterprise-grade Advanced RAG and agentic workflow in Azure AI Foundry, your proposed architecture (one Hub with multiple Projects for different use cases) is a good approach. It provides logical separation while allowing centralized governance and shared resources.

    For this scenario, a typical architecture includes in others organizations:

    • Azure AI Foundry Hub & Projects to organize AI resources, models, connections, and environments for different business scenarios.
    • Azure AI Search as the retrieval layer with vector search and hybrid search to index your internal proposal documents and knowledge base.

    Azure Blob Storage (or SharePoint/OneDrive via ingestion pipelines) as the primary document repository.

    Azure AI Document Intelligence to extract structured content from PDFs, Word documents, and scanned documents before indexing.

    Azure OpenAI models (for example, GPT models) for grounded response generation using retrieved context.

    Azure AI Foundry Agents (or agent orchestration) to coordinate tasks such as document retrieval, proposal drafting, validation, and citation generation.

    Azure Logic Apps, Azure Functions, or Azure Durable Functions to orchestrate business workflows, approvals, and integrations with downstream systems.

    Microsoft Entra ID together with Managed Identities for secure authentication between Azure services.

    Azure Key Vault to securely store secrets, API keys, and connection strings.

    Azure Monitor and Application Insights to monitor agent executions, latency, failures, and usage.

    • Azure AI Content Safety (where appropriate) to help filter harmful inputs and outputs before presenting responses to users.

    References

    Azure AI Foundry documentation: https://learn.microsoft.com/azure/ai-foundry/

    Azure AI Search (RAG): https://learn.microsoft.com/azure/search/retrieval-augmented-generation-overview

    Azure AI Foundry Agents: https://learn.microsoft.com/azure/ai-foundry/agents/

    Azure AI Document Intelligence: https://learn.microsoft.com/azure/ai-services/document-intelligence/

    Azure OpenAI on Azure AI Foundry: https://learn.microsoft.com/azure/ai-foundry/model-inference/

    If my answer helped you, please consider marking it as accepted. This can help other community members facing a similar scenario

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.