docs: add OpenChoreo on Azure reference architecture#755
Draft
Mirage20 wants to merge 1 commit into
Draft
Conversation
- Add per-plane component/dependency inventory mapped to Azure managed services (control, data, workflow, observability), with draw.io diagrams co-located as editable source (.drawio) plus rendered .svg - Keep it hidden until reviewed: page marked `unlisted` and the sidebar category commented out, so it is reachable only by direct URL for now Signed-off-by: Miraj Abeysekara <miraj@wso2.com>
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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
Adds a per-cloud reference architecture for running OpenChoreo on Microsoft Azure. It gives platform engineers a component-by-component view of each plane, what it depends on, and how those dependencies map to Azure managed services, complementing the cloud-neutral Deployment Topology and Multi-Cluster Connectivity guides.
Approach
platform-engineer-guide/reference-architectures/azure(azure/index.mdx): scope, a recommended Azure stack, and per-plane sections (component/dependency tables, environment requirements, Azure mapping notes) for the control, data, workflow, and observability planes, plus cross-plane connectivity and a golden path..drawio) and rendered.svg(icons embedded via--embed-svg-images); embedded with the site'sExpandableImageconvention so they version with the docs.unlisted: trueand the sidebar category is commented out insidebars.ts, so it is reachable only by direct URL until the content review is complete. Publishing is a two-line change (uncomment the category + removeunlisted), documented inline.format:checkis clean.Related Issues
N/A
Checklist
backport/<release-branch>label if this should be backported (e.g.,backport/release-v1.0)Remarks
Draft while the author fine-tunes the content. There is no PR preview deploy on this repo, so the page's direct URL (
/docs/next/platform-engineer-guide/reference-architectures/azure/) only goes live after merge, behind theunlistedflag; reviewers can review the diff or run the site locally in the meantime.