How to Build a RAG Chatbot on Azure UK South Using Your Own Company Documents Without a Data Science Team
Retrieval-augmented generation lets a chatbot answer questions using your own company documents rather than general internet knowledge. Azure now makes this buildable in a day, with all data staying in the UK South region. This guide walks through the three Azure services you need — Azure AI Search for retrieval, Azure OpenAI Service for the language model, and Azure AI Foundry as the orchestration layer — from a Basic-tier pilot costing around £120 per month to a production deployment handling thousands of daily queries. No Python scripting is required for the initial build: Foundry's guided 'On Your Data' experience handles indexing, chunking and prompt configuration through a browser interface. The article covers architecture options, realistic cost breakdowns for 50-person and 200-person organisations, failure modes worth planning for, and a 12-point checklist to run before going live.