docs: Documentation updates - #75
Open
Yamini Dhiman (Yamini1-Microsoft) wants to merge 6 commits into
Open
Conversation
- README.md: Add quick deploy badges (GitHub Codespaces, Dev Containers) - DeploymentGuide.md & DeploymentGuide-new.md: * Generalize model parameters to placeholders * Add 6 actual azd up interactive prompts (Section 4.4) * Add workspace ID requirement to Copilot Studio steps * Update flow name to 'When a New Email Arrives (V3)' * Remove Graph setup from tenant configuration * Add 3 troubleshooting sections: Foundry protocol error, Graph loading delay, Teams agent response - TechnicalArchitecture.md: Complete rewrite with professional formatting * 3-layer architecture (Work IQ/Fabric IQ/Foundry IQ) * Component references and request flow diagram - New: refresh_sample_data.ipynb in src/fabric/datagen/ * Automate static data regeneration with validation * 5 sections: imports, config, generation, validation, file copying - New: infra/scripts/README.md with script usage documentation - Minor fixes to quota_check_params.sh and Run-PythonScript.ps1
- Reformatted error message into code block for clarity - Fixed typos: 'Symptoms:**v**' and 'puplish' - Reorganized into 6 sequential, actionable steps - Made Activity Protocol mode fix more prominent - Added helpful details like wait times and verification steps - Improved overall flow and readability for users troubleshooting protocol errors
Yamini Dhiman (Yamini1-Microsoft)
had a problem deploying
to
production
July 23, 2026 12:09 — with
GitHub Actions
Failure
Copilot started reviewing on behalf of
Yamini Dhiman (Yamini1-Microsoft)
July 23, 2026 12:10
View session
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates documentation and helper scripts to reflect the current Microsoft IQ Solution Accelerator architecture, deployment entry points, and default model selection.
Changes:
- Added quick-launch badges in the README for Codespaces and Dev Containers.
- Rewrote/expanded the technical architecture documentation and significantly restructured the deployment guide.
- Updated default quota-check model to
gpt-5-miniand adjusted PowerShell script parameter examples to reference the unified install/remove scripts.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Adds Codespaces and Dev Containers badges to speed up onboarding/deployment. |
| infra/scripts/utils/Run-PythonScript.ps1 | Updates ScriptPath parameter examples to point at unified install/remove scripts. |
| infra/scripts/quota_check_params.sh | Updates the default quota-check chat model to gpt-5-mini. |
| docs/TechnicalArchitecture.md | Replaces the prior short description with a component-based architecture overview and request flow. |
| docs/DeploymentGuide.md | Large rewrite/restructure of the end-to-end deployment guide content and layout, plus new troubleshooting/cleanup guidance. |
- Comment 3: Change azd down cleanup command from 'azd down --force --purge' to 'azd down' * Make --purge optional with comment to preserve local env config by default * More conservative approach allows users to keep local configuration for recovery - Comment 4: Update Run-PythonScript.ps1 documentation * Update .EXAMPLE blocks to reference new unified scripts (install/remove_microsoft_iq_solution.py) * Update HelpMessage parameter to match current script paths * Maintain consistency with updated parameter documentation
Yamini Dhiman (Yamini1-Microsoft)
had a problem deploying
to
production
July 23, 2026 12:36 — with
GitHub Actions
Failure
Yamini Dhiman (Yamini1-Microsoft)
had a problem deploying
to
production
July 23, 2026 12:36 — with
GitHub Actions
Failure
Contributor
Author
@microsoft-github-policy-service agree company="Microsoft" |
Yamini Dhiman (Yamini1-Microsoft)
had a problem deploying
to
production
July 27, 2026 08:53 — with
GitHub Actions
Failure
Yamini Dhiman (Yamini1-Microsoft)
had a problem deploying
to
production
July 27, 2026 10:22 — with
GitHub Actions
Failure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates documentation and scripts to improve clarity and align with recent solution changes. The main updates include a major rewrite and expansion of the technical architecture documentation, quick access deployment badges in the
README.md, and updates to default model versions and script usage examples.Documentation improvements:
docs/TechnicalArchitecture.md: Completely rewritten and expanded to provide a clear, component-based technical overview, request flow diagram, and direct links to component-specific documentation. The new structure clarifies the roles of Work IQ, Fabric IQ, and Foundry IQ, and explains how they interact within the solution.README.md: Added "Open in GitHub Codespaces" and "Open in Dev Containers" badges for quick deployment, making it easier for users to get started with the solution.Script and configuration updates:
infra/scripts/quota_check_params.sh: Updated the default model fromgpt-4o-minitogpt-5-minito reflect the latest supported AI model.infra/scripts/utils/Run-PythonScript.ps1: Updated usage examples to reference the newinstall_microsoft_iq_solution.pyandremove_microsoft_iq_solution.pyscripts, replacing the older fabric-specific scripts.## PurposeDoes this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information