Skip to content

Commit e2ad0ab

Browse files
authored
Enhance README with Copilot and deployment diagrams
Added diagrams for Copilot services and deployment lifecycle.
1 parent 8560a0b commit e2ad0ab

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

profile/README.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ about Microsoft Cloud and to share personal experience and learning with the com
4040

4141
</details>
4242

43+
Copilot services and tools:
44+
4345
```mermaid
4446
flowchart LR
4547
subgraph Personal_Productivity[Personal Productivity]
@@ -63,6 +65,54 @@ flowchart LR
6365
AzureAIFoundry --> ThirdPartyCustomAgents
6466
```
6567

68+
Deployment lifecycle of software:
69+
70+
```mermaid
71+
flowchart LR
72+
subgraph Development_Phases[Development Phases]
73+
Alpha[Alpha Version] --> Beta[Beta Version]
74+
Beta --> RC[Release Candidate]
75+
RC --> GA[General Availability]
76+
end
77+
78+
subgraph Feedback_Loop[Feedback & Testing]
79+
InternalTesting[Internal Testing] --> Alpha
80+
BetaTesters[External Beta Testers] --> Beta
81+
BugReports[Bug Reports & Metrics] --> Beta
82+
UserFeedback[User Feedback] --> RC
83+
end
84+
85+
subgraph Deployment[Deployment & Release]
86+
GA --> Production[Production Environment]
87+
Production --> Maintenance[Maintenance & Updates]
88+
end
89+
90+
Alpha --> Beta
91+
Beta --> RC
92+
RC --> GA
93+
```
94+
95+
<details>
96+
<summary><b> Details: </b> (Click to expand)</summary>
97+
98+
- Alpha:
99+
- Internal testing phase.
100+
- Features are incomplete or unstable.
101+
- Used mainly by developers and sometimes a small internal QA team.
102+
- Beta:
103+
- Product is more stable and feature-complete.
104+
- Released to a limited group of external users (beta testers).
105+
- Goal: gather feedback, identify bugs, and test usability in real-world scenarios.
106+
- Often comes with disclaimers: “may contain bugs,” “not final,” etc.
107+
- Release Candidate (RC):
108+
- A version that could be the final product if no major issues are found.
109+
- Focus is on fixing critical bugs only.
110+
- General Availability (GA):
111+
- Official public release.
112+
- Considered stable, supported, and ready for production use.
113+
114+
</details>
115+
66116
<!-- START BADGE -->
67117
<div align="center">
68118
<img src="https://img.shields.io/badge/Total%20views-1354-limegreen" alt="Total views">

0 commit comments

Comments
 (0)