docs: merge from dev to main Sampleworkflow#46
Merged
Merged
Conversation
Added detailed sample workflow for using the application
Added a section on running the application with a sample workflow.
Updated the Sample Workflow documentation to clarify processes and improve readability.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Added note about average response time during processing.
fix: add westus3 in replicaRegionPairs
docs: Added new Sample Questions page and reference file
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds support for the westus3 Azure region by configuring its replica and high-availability failover pairs, and introduces new documentation to guide users through the application workflow.
- Adds
westus3region configuration to replica and HA region pairing mappings - Creates comprehensive sample workflow documentation with step-by-step instructions
- Links the new workflow documentation from the deployment guide
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| infra/main.bicep | Adds westus3: 'eastus' mappings to both replicaRegionPairs and cosmosDbZoneRedundantHaRegionPairs dictionaries |
| docs/images/sampleworkflow1.png | New image file (binary) showing the application workflow interface |
| docs/SampleWorkflow.md | New documentation file providing detailed step-by-step workflow instructions for EKS and GKE migrations |
| docs/DeploymentGuide.md | Adds a new "Running the application" section linking to the sample workflow documentation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Roopan-Microsoft
approved these changes
Nov 10, 2025
|
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Purpose
This pull request updates the deployment documentation to improve the discoverability and clarity of sample process, users can follow in the app.
Does this introduce a breaking change?
Other Information
Added new page and reference link in DeploymentGuide.md.