Add images to samples - #20
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds an “Architecture” section to multiple AKS sample READMEs to display an architecture diagram stored under each sample’s images/ directory.
Changes:
- Added a new
## Architecturesection to each updated sampleREADME.md. - Embedded an architecture diagram reference via
.
Reviewed changes
Copilot reviewed 8 out of 16 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| samples/web-app-storage-account/README.md | Adds an Architecture section with a diagram link. |
| samples/web-app-sql-database/README.md | Adds an Architecture section with a diagram link. |
| samples/web-app-postgresql-flexible-server/README.md | Adds an Architecture section with a diagram link (diagram file currently missing). |
| samples/web-app-mysql-flexible-server/README.md | Adds an Architecture section with a diagram link. |
| samples/web-app-managed-identity/README.md | Adds an Architecture section with a diagram link (diagram file currently missing). |
| samples/web-app-in-cluster-postgresql/README.md | Adds an Architecture section with a diagram link (diagram file currently missing). |
| samples/web-app-cosmosdb-nosql-api/README.md | Adds an Architecture section with a diagram link. |
| samples/web-app-cosmosdb-mongodb-api/README.md | Adds an Architecture section with a diagram link. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+16
to
+20
| ## Architecture | ||
|
|
||
| The following diagram illustrates the architecture of the solution: | ||
|
|
||
|  |
Comment on lines
+14
to
+18
| ## Architecture | ||
|
|
||
| The following diagram illustrates the architecture of the solution: | ||
|
|
||
|  |
Comment on lines
+14
to
+18
| ## Architecture | ||
|
|
||
| The following diagram illustrates the architecture of the solution: | ||
|
|
||
|  |
SMF-840 Create images for AKS Samples
MotivationThis pull request adds architecture design diagrams to AKS samples ChangesAdded an |
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.
Motivation
This pull request adds architecture design diagrams to AKS samples.
Fixes SMF-840
Changes
Added an
architecture.pngfile under theimagessubdirectory under each sample. In addition, a markdown block was added to each sampleREADME.mdfile to show the diagram.