From fc7242de3195d6b16621cce282a322f46e6a99a3 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Wed, 1 Jul 2026 19:49:59 +0000
Subject: [PATCH 1/4] feat: add GitHub Copilot to AI decision flow diagram and
decision guide
---
4_Which_Copilot_toChoose.md | 21 +++++++++++++++++++-
docs/ai-chat-decision-flow.drawio | 33 ++++++++++++++++++++++++++++++-
2 files changed, 52 insertions(+), 2 deletions(-)
diff --git a/4_Which_Copilot_toChoose.md b/4_Which_Copilot_toChoose.md
index 12275fc..9cd229e 100644
--- a/4_Which_Copilot_toChoose.md
+++ b/4_Which_Copilot_toChoose.md
@@ -66,10 +66,28 @@ Last updated: 2026-04-06
> - evaluations
> - deep integration
>- If you simply want: → `Microsoft Copilot (consumer)`
-> - a `web-grounded personal assistant` (not for sensitive work data)
+> - a `web-grounded personal assistant` (not for sensitive work data)
+>- If you need **AI assistance for coding/development**: → choose `GitHub Copilot`
+> - AI-powered code completions, chat, and PR reviews in your IDE
+> - Works in VS Code, JetBrains, Vim, and more
+> - Supports 30+ programming languages
+> - Requires a [GitHub Copilot subscription](https://github.com/features/copilot)
+> [!TIP]
+>
**Need AI assistance for your code?** → Use **[GitHub Copilot](https://github.com/features/copilot)**!
+>
+> GitHub Copilot is your AI-powered coding assistant — available directly in your IDE. It provides intelligent code completions, an in-editor chat, pull request summaries, and automated code reviews. If your goal is to **write, understand, or review code faster**, GitHub Copilot is the right choice.
+>
+> | Feature | Details |
+> |---------|---------|
+> | **Where it works** | VS Code, JetBrains, Vim/Neovim, Visual Studio, Azure Data Studio, Xcode |
+> | **What it does** | Code completions, inline chat, `/explain`, `/fix`, `/test`, PR summaries |
+> | **Languages** | 30+ including Python, JavaScript, TypeScript, Go, Java, C#, C++ |
+> | **Plans** | [Individual, Business, Enterprise](https://github.com/features/copilot#pricing) — free tier available |
+> | **Docs** | [GitHub Copilot Documentation](https://docs.github.com/copilot) |
+
> [!NOTE]
> `When users don't want/need to create their own interface or customized view`, they can `leverage the AI integrated into our products and services, depending on their needs.` For example, if they require visualizations capabilities with AI assistance, they can use the AI already built into `Fabric/Power Bi to generate reports, ask questions, etc.` Click here to read more about it [AI Strategy decision tree](https://learn.microsoft.com/azure/cloud-adoption-framework/scenarios/ai/strategy)
@@ -85,6 +103,7 @@ Click here to [access the diagram](./docs/ai-chat-decision-flow.drawio)
| Develop a **RAG** app or **multi-agent** solution with fine control over models, evals, safety, and infra | **Azure AI Foundry (Azure AI Studio)** | Unified SDK/APIs, integrates Azure OpenAI & Cognitive Services, deep ops control | Best for pro-code; aligns with PaaS patterns in CAF. |
| Extend M365 Copilot with **task-specific agents** using declarative tools | **Agents for M365 Copilot** (via Copilot Studio & SDKs) | Purpose-built extensions that run inside M365 Copilot orchestrator | See tool comparison & planning guide. |
| Personal, **non-sensitive** queries with image creation | **Microsoft Copilot (consumer)** | Free web-grounded assistant | Don’t use for confidential work content. |
+| Need **AI assistance for coding** — completions, chat, PR reviews, test generation — in your IDE |
**[GitHub Copilot](https://github.com/features/copilot)** | AI pair programmer embedded in your editor; works across 30+ languages | Requires GitHub.com subscription; Individual, Business & Enterprise plans; free tier available. |
diff --git a/docs/ai-chat-decision-flow.drawio b/docs/ai-chat-decision-flow.drawio
index 44b81f4..b0a86b2 100644
--- a/docs/ai-chat-decision-flow.drawio
+++ b/docs/ai-chat-decision-flow.drawio
@@ -1,6 +1,6 @@
-
+
@@ -158,6 +158,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
From 8464d78d6afc1964240024f5b9a58da40c723c91 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Wed, 1 Jul 2026 19:50:51 +0000
Subject: [PATCH 2/4] docs: clarify GitHub Copilot slash commands context and
free tier details
---
4_Which_Copilot_toChoose.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/4_Which_Copilot_toChoose.md b/4_Which_Copilot_toChoose.md
index 9cd229e..8ed2633 100644
--- a/4_Which_Copilot_toChoose.md
+++ b/4_Which_Copilot_toChoose.md
@@ -83,9 +83,9 @@ Last updated: 2026-04-06
> | Feature | Details |
> |---------|---------|
> | **Where it works** | VS Code, JetBrains, Vim/Neovim, Visual Studio, Azure Data Studio, Xcode |
-> | **What it does** | Code completions, inline chat, `/explain`, `/fix`, `/test`, PR summaries |
+> | **What it does** | Code completions, inline chat; slash commands: `/explain` (understand code), `/fix` (fix issues), `/test` (generate tests), PR summaries |
> | **Languages** | 30+ including Python, JavaScript, TypeScript, Go, Java, C#, C++ |
-> | **Plans** | [Individual, Business, Enterprise](https://github.com/features/copilot#pricing) — free tier available |
+> | **Plans** | [Individual, Business, Enterprise](https://github.com/features/copilot#pricing) — **free tier** (2,000 completions + 50 chats/month) available to all GitHub users |
> | **Docs** | [GitHub Copilot Documentation](https://docs.github.com/copilot) |
> [!NOTE]
@@ -103,7 +103,7 @@ Click here to [access the diagram](./docs/ai-chat-decision-flow.drawio)
| Develop a **RAG** app or **multi-agent** solution with fine control over models, evals, safety, and infra | **Azure AI Foundry (Azure AI Studio)** | Unified SDK/APIs, integrates Azure OpenAI & Cognitive Services, deep ops control | Best for pro-code; aligns with PaaS patterns in CAF. |
| Extend M365 Copilot with **task-specific agents** using declarative tools | **Agents for M365 Copilot** (via Copilot Studio & SDKs) | Purpose-built extensions that run inside M365 Copilot orchestrator | See tool comparison & planning guide. |
| Personal, **non-sensitive** queries with image creation | **Microsoft Copilot (consumer)** | Free web-grounded assistant | Don’t use for confidential work content. |
-| Need **AI assistance for coding** — completions, chat, PR reviews, test generation — in your IDE |
**[GitHub Copilot](https://github.com/features/copilot)** | AI pair programmer embedded in your editor; works across 30+ languages | Requires GitHub.com subscription; Individual, Business & Enterprise plans; free tier available. |
+| Need **AI assistance for coding** — completions, chat, PR reviews, test generation — in your IDE |
**[GitHub Copilot](https://github.com/features/copilot)** | AI pair programmer embedded in your editor; works across 30+ languages | **Free tier** available (2,000 completions + 50 chat messages/month); paid Individual, Business & Enterprise plans also available. |
From a58664f709bb07a8ceddc499404a2d21651a1074 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
Date: Wed, 1 Jul 2026 20:15:11 +0000
Subject: [PATCH 3/4] Update last modified date in Markdown files
---
4_Which_Copilot_toChoose.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/4_Which_Copilot_toChoose.md b/4_Which_Copilot_toChoose.md
index 8ed2633..7501b9c 100644
--- a/4_Which_Copilot_toChoose.md
+++ b/4_Which_Copilot_toChoose.md
@@ -7,7 +7,7 @@ Costa Rica
[](https://github.com/)
[Cloud2BR OSS - Learning Hub](https://github.com/Cloud2BR-MSFTLearningHub)
-Last updated: 2026-04-06
+Last updated: 2026-07-01
----------
From 25a8625843802f99ffcd896b9234620535c6a90c Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
Date: Wed, 1 Jul 2026 20:15:17 +0000
Subject: [PATCH 4/4] Update visitor count
---
0_RAG_Overview.md | 4 ++--
1_PrivateArchitecture.md | 4 ++--
2_ZeroTrustOverview.md | 4 ++--
3_PricingDemos/0_Doc-Intellig.md | 4 ++--
3_PricingDemos/1_AI-Search.md | 4 ++--
3_PricingDemos/2_AOAI-AIFoundry.md | 4 ++--
3_PricingDemos/README.md | 4 ++--
4_Which_Copilot_toChoose.md | 4 ++--
5_AI_Initial_Questions.md | 4 ++--
README.md | 4 ++--
how-modify.md | 4 ++--
how-redeploy-app.md | 4 ++--
terraform-infrastructure/README.md | 4 ++--
troubleshooting.md | 4 ++--
14 files changed, 28 insertions(+), 28 deletions(-)
diff --git a/0_RAG_Overview.md b/0_RAG_Overview.md
index 9467078..328572f 100644
--- a/0_RAG_Overview.md
+++ b/0_RAG_Overview.md
@@ -146,7 +146,7 @@ graph LR
-

-
Refresh Date: 2026-04-06
+

+
Refresh Date: 2026-07-01
diff --git a/1_PrivateArchitecture.md b/1_PrivateArchitecture.md
index 56d8c5b..b1a5603 100644
--- a/1_PrivateArchitecture.md
+++ b/1_PrivateArchitecture.md
@@ -289,7 +289,7 @@ graph TD
-

-
Refresh Date: 2026-04-06
+

+
Refresh Date: 2026-07-01
diff --git a/2_ZeroTrustOverview.md b/2_ZeroTrustOverview.md
index 61e1970..1ff9709 100644
--- a/2_ZeroTrustOverview.md
+++ b/2_ZeroTrustOverview.md
@@ -81,7 +81,7 @@ From [Zero Trust Architecture Deployment](https://github.com/Azure/GPT-RAG?tab=r
-

-
Refresh Date: 2026-04-06
+

+
Refresh Date: 2026-07-01
diff --git a/3_PricingDemos/0_Doc-Intellig.md b/3_PricingDemos/0_Doc-Intellig.md
index acc452d..cf0bdce 100644
--- a/3_PricingDemos/0_Doc-Intellig.md
+++ b/3_PricingDemos/0_Doc-Intellig.md
@@ -57,7 +57,7 @@ Last updated: 2026-04-06
-

-
Refresh Date: 2026-04-06
+

+
Refresh Date: 2026-07-01
diff --git a/3_PricingDemos/1_AI-Search.md b/3_PricingDemos/1_AI-Search.md
index a8b8f9f..1b08970 100644
--- a/3_PricingDemos/1_AI-Search.md
+++ b/3_PricingDemos/1_AI-Search.md
@@ -66,7 +66,7 @@ Last updated: 2026-04-06
-

-
Refresh Date: 2026-04-06
+

+
Refresh Date: 2026-07-01
diff --git a/3_PricingDemos/2_AOAI-AIFoundry.md b/3_PricingDemos/2_AOAI-AIFoundry.md
index cba8ad6..253d025 100644
--- a/3_PricingDemos/2_AOAI-AIFoundry.md
+++ b/3_PricingDemos/2_AOAI-AIFoundry.md
@@ -171,7 +171,7 @@ This means with 50 PTUs, you can process 75,000 tokens per minute.
-

-
Refresh Date: 2026-04-06
+

+
Refresh Date: 2026-07-01
diff --git a/3_PricingDemos/README.md b/3_PricingDemos/README.md
index 8a3fc7d..5dd8600 100644
--- a/3_PricingDemos/README.md
+++ b/3_PricingDemos/README.md
@@ -138,7 +138,7 @@ graph TD
-

-
Refresh Date: 2026-04-06
+

+
Refresh Date: 2026-07-01
diff --git a/4_Which_Copilot_toChoose.md b/4_Which_Copilot_toChoose.md
index 8ed2633..0552bfb 100644
--- a/4_Which_Copilot_toChoose.md
+++ b/4_Which_Copilot_toChoose.md
@@ -177,7 +177,7 @@ From [Cloud computing - Service Models: SAAS, PAAS, IAAS - Which Is Better For B
-

-
Refresh Date: 2026-04-06
+

+
Refresh Date: 2026-07-01
diff --git a/5_AI_Initial_Questions.md b/5_AI_Initial_Questions.md
index f7cfb54..b2aa8b6 100644
--- a/5_AI_Initial_Questions.md
+++ b/5_AI_Initial_Questions.md
@@ -29,7 +29,7 @@ Last updated: 2026-04-06
-

-
Refresh Date: 2026-04-06
+

+
Refresh Date: 2026-07-01
diff --git a/README.md b/README.md
index fae670f..25683e0 100644
--- a/README.md
+++ b/README.md
@@ -624,7 +624,7 @@ gpt-rag-resource-group: resource not found: 0 resource groups with prefix or suf
-

-
Refresh Date: 2026-04-06
+

+
Refresh Date: 2026-07-01
diff --git a/how-modify.md b/how-modify.md
index 55f9a31..6725474 100644
--- a/how-modify.md
+++ b/how-modify.md
@@ -16,7 +16,7 @@ Last updated: 2026-04-06
-

-
Refresh Date: 2026-04-06
+

+
Refresh Date: 2026-07-01
diff --git a/how-redeploy-app.md b/how-redeploy-app.md
index 02e808c..0d4b01a 100644
--- a/how-redeploy-app.md
+++ b/how-redeploy-app.md
@@ -21,7 +21,7 @@ Last updated: 2026-04-06
-

-
Refresh Date: 2026-04-06
+

+
Refresh Date: 2026-07-01
diff --git a/terraform-infrastructure/README.md b/terraform-infrastructure/README.md
index 36a9e3a..f13c40d 100644
--- a/terraform-infrastructure/README.md
+++ b/terraform-infrastructure/README.md
@@ -115,7 +115,7 @@ graph TD;
-

-
Refresh Date: 2026-04-06
+

+
Refresh Date: 2026-07-01
diff --git a/troubleshooting.md b/troubleshooting.md
index e0efc78..b45bfeb 100644
--- a/troubleshooting.md
+++ b/troubleshooting.md
@@ -40,7 +40,7 @@ increase request following: https://aka.ms/AddQuotaSubscription.
-

-
Refresh Date: 2026-04-06
+

+
Refresh Date: 2026-07-01