Sharing the learning along the way we been gathering to enable Azure OpenAI at enterprise scale in a secure manner. GPT-RAG core is a Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
This pull request includes several updates to the docs/GUIDE.md and docs/MANUAL_CUSTOM_ROLE.md files to improve clarity and consistency. The most important changes include rephrasing for better readability, standardizing note formatting, and refining instructions for network setup and deployment.
Improvements to readability and clarity:
Rephrased setup guide instructions to improve readability. (docs/GUIDE.md, docs/GUIDE.mdL274-R274)
Refined the recommendation for network topology to align with Zero Trust architecture. (docs/GUIDE.md, docs/GUIDE.mdL480-R482)
Standardization of note formatting:
Updated note formatting to use [!NOTE], [!TIP], and [!IMPORTANT] consistently. (docs/GUIDE.md, [1][2][3][4][5][6][7]
Refinement of instructions:
Clarified the process for creating private endpoints and DNS zones. (docs/GUIDE.md, docs/GUIDE.mdL508-R510)
Improved instructions for customizing resource names and environment variables. (docs/GUIDE.md, docs/GUIDE.mdL424-R426)
Added specific guidance for using the same environment name, subscription, and region during deployment. (docs/GUIDE.md, [1][2]
Removal of placeholder content:
Removed the placeholder section for manually setting up the network. (docs/GUIDE.md, docs/GUIDE.mdL909-L912)
This pull request includes several updates to the
docs/GUIDE.md
anddocs/MANUAL_CUSTOM_ROLE.md
files to improve clarity and consistency. The most important changes include rephrasing for better readability, standardizing note formatting, and refining instructions for network setup and deployment.Improvements to readability and clarity:
docs/GUIDE.md
, docs/GUIDE.mdL274-R274)docs/GUIDE.md
, docs/GUIDE.mdL480-R482)Standardization of note formatting:
[!NOTE]
,[!TIP]
, and[!IMPORTANT]
consistently. (docs/GUIDE.md
, [1] [2] [3] [4] [5] [6] [7]Refinement of instructions:
docs/GUIDE.md
, docs/GUIDE.mdL508-R510)docs/GUIDE.md
, docs/GUIDE.mdL424-R426)docs/GUIDE.md
, [1] [2]Removal of placeholder content:
docs/GUIDE.md
, docs/GUIDE.mdL909-L912)