Cloud2BR YouTube¶
Atlanta, USA
Last updated: 2026-09-03
Cloud2BR YouTube is the explanation layer for the existing learning ecosystem. The channel promise is: learn the concept, explore the technology, build the solution. It is one Cloud2BR channel, not separate channels for TEC, Microsoft, AI, or languages.
Content ecosystem¶
| Layer | Role | Primary home |
|---|---|---|
| Cloud2BR | Shared learning brand and publishing identity. | YouTube and this OSS Hub |
| TEC Hub | Structured education: foundations, practice, and skill growth. | Cloud2BR TEC Hub |
| Microsoft Learning Hub | Demos, blueprints, sandboxes, solutions, and implementation examples. | Cloud2BR Microsoft Learning Hub |
| YouTube | Explains the idea, shows the implementation, and directs the next step. | Cloud2BR channel |
| GitHub | Provides the reproducible lab, code, documentation, and related resources. | Source repositories |
The learning ladder is concept → technology → lab → MVP → architecture. TEC teaches the progression from foundations to practice. The Microsoft Learning Hub supplies the technical implementation, experiments, and production examples.
Five launch pillars¶
Launch these five visible playlists first. They create a coherent channel without making the catalog look empty.
| Priority | Series | Purpose | Primary source material |
|---|---|---|---|
| 1 | Cloud2BR Explained | Searchable fundamentals: cloud, generative AI, LLMs, RAG, embeddings, agents, MCP, DevOps, and architecture. | TEC foundations and Microsoft Learning Hub explainers |
| 2 | RAG Academy | A complete fundamentals-to-production RAG curriculum. | RAG 101, RAG 102, RAG 103, RAG ChatBot Implementation |
| 3 | MCP on Azure | A flagship technical series for Model Context Protocol, tools, agents, security, and Azure deployment. | Azure MCP Blueprint |
| 4 | Microsoft Fabric | Fundamentals through enterprise architecture, governance, AI, and delivery. | Fabric Enterprise Framework, Fabric Essentials Workshop, Fabric AI Retail Demo |
| 5 | Cloud2BR MVPs | End-to-end demonstrations that show what the learning produces. | RAG, MCP, Fabric Retail, AI Shopping, Document Intelligence, and DevSecOps repositories |
Planned curriculum¶
Cloud2BR Academy¶
Use TEC Hub as the structured Academy pathway: Foundations → Practice → Apply → Grow.
| Academy | Progression | Source repositories |
|---|---|---|
| Machine Learning | ML 101 foundations, ML 102 model building and deployment, ML 103 lifecycle and production operations. | ML 101, ML 102, ML 103 |
| RAG | LLM limits, embeddings, vector search, chunking, E2E chatbot implementation, evaluation, security, and scale. | RAG 101, RAG 102, RAG 103, RAG ChatBot Implementation |
| AI Operations | MLOps, GenAIOps, evaluation, deployment, monitoring, governance, security, and maturity. | GenAIOps and MLOps Academy, GenAIOps Maturity Levels, Azure MLOps Overview |
| Document Intelligence | OCR, text and table extraction, forms, invoices, visual cues, and automation. | Document ETL Academy, PDF Layout Processing, Invoice Processing, Visual Cue Processing |
Microsoft Cloud Deep Dives¶
| Series | Focus | Source repositories |
|---|---|---|
| MCP on Azure | MCP clients and servers, tools, authentication, Azure Functions, Container Apps, Foundry, Copilot Studio, AI Search, Cosmos DB, agents, A2A, and industry patterns. | Azure MCP Blueprint |
| AI Agents and Agentic AI | Agents, tool calling, memory, orchestration, routing, evaluation, security, MCP, Fabric, and Copilot Studio. | AI Agent Infrastructure Blueprint, Agentic DevOps AI Shopping, Fabric MCP Agent2Agent |
| Microsoft Fabric | OneLake, lakehouse, medallion architecture, data engineering, Git integration, CI/CD, monitoring, observability, cost, and enterprise architecture. | Fabric Enterprise Framework, Fabric Essentials Workshop, Fabric AI Retail Demo, Fabric SKU Estimation Tool |
| Security | Zero Trust, Entra, RBAC, Intune, Purview, Sentinel, Defender, Security Copilot, and security automation. | Security Campaign, Security Copilot Overview, Entra Overview, Sentinel Setup Overview, Defender Setup Overview |
| Data and Architecture | Azure databases, performance and cost optimization, Synapse, Purview, capacity, resilience, landing zones, and architecture diagrams. | Azure Databases Purview Advisor, Azure Capacity Overview, Azure Architecture Flow Designer |
Cloud2BR Labs and MVPs¶
Labs answer “How does this work?” and test one capability in a reproducible environment. MVPs answer “What can I build?” and combine the related technology into a demonstrated outcome.
| MVP | Outcome | Source repositories |
|---|---|---|
| RAG Assistant | Build a document-grounded conversational assistant. | RAG 101, RAG 102, RAG 103, RAG ChatBot Implementation |
| MCP Enterprise Assistant | Build a secure, Azure-hosted MCP-enabled assistant. | Azure MCP Blueprint |
| AI Shopping Assistant | Demonstrate multimodal and multi-agent shopping workflows. | Agentic DevOps AI Shopping |
| Fabric AI Retail | Deliver an AI-enabled retail analytics experience. | Fabric AI Retail Demo |
| Intelligent Invoice Processing | Extract, validate, and route invoice information. | Invoice Processing with Document Intelligence |
| Secure Software Delivery | Demonstrate Terraform, Key Vault, OIDC, GitHub Actions, and artifact signing. | Azure Artifact Signing DevOps |
| Enterprise Fabric Platform | Implement enterprise Fabric engineering and governance patterns. | Fabric Enterprise Framework |
| AI Agent Infrastructure | Implement a reusable agent platform foundation. | AI Agent Infrastructure Blueprint |
First 30 videos¶
The first ten videos establish discoverability, videos 11-18 establish RAG authority, videos 19-25 demonstrate Microsoft cloud depth, and the final five show working outcomes.
| # | Video | Series |
|---|---|---|
| 1 | Welcome to Cloud2BR: Learn, Experiment, and Build | Channel |
| 2 | What Is Cloud Computing? | Explained |
| 3 | What Is Generative AI? | Explained |
| 4 | What Is an LLM? | Explained |
| 5 | What Is RAG? | Explained |
| 6 | What Are Embeddings? | Explained |
| 7 | What Is Vector Search? | Explained |
| 8 | What Is an AI Agent? | Explained |
| 9 | What Is MCP? | Explained |
| 10 | What Is Agentic AI? | Explained |
| 11 | RAG 101: Why LLMs Need Retrieval | RAG Academy |
| 12 | RAG 101: Embeddings and Vector Databases | RAG Academy |
| 13 | RAG 101: Chunking and Retrieval | RAG Academy |
| 14 | RAG 102: Build an End-to-End RAG Chatbot | RAG Academy |
| 15 | RAG 102: Document Ingestion and Indexing | RAG Academy |
| 16 | RAG 102: Retrieval and Prompt Orchestration | RAG Academy |
| 17 | RAG 103: Production RAG Architecture | RAG Academy |
| 18 | RAG 103: Security, Monitoring, and Cost | RAG Academy |
| 19 | MCP: Deep Dive | MCP on Azure |
| 20 | MCP Client vs. MCP Server | MCP on Azure |
| 21 | Build an MCP Server on Azure | MCP on Azure |
| 22 | MCP and Azure AI Foundry | MCP on Azure |
| 23 | MCP and Copilot Studio | MCP on Azure |
| 24 | MCP and AI Agents | MCP on Azure |
| 25 | MCP Security and Authentication | MCP on Azure |
| 26 | What Is Microsoft Fabric? | Microsoft Fabric |
| 27 | What Are OneLake and a Lakehouse? | Microsoft Fabric |
| 28 | Fabric Enterprise Architecture | Microsoft Fabric |
| 29 | Build a Fabric AI Retail Solution | Cloud2BR MVPs |
| 30 | Build an MCP-Powered AI Solution | Cloud2BR MVPs |
English and Spanish¶
Use one Cloud2BR channel with separate, language-consistent playlists:
- Cloud2BR - English
- Cloud2BR - Espanol
Publish equivalent curriculum where practical, such as What Is RAG? and Que es RAG?. Do not mix English and Spanish episodes inside a single learning playlist.
Episode formula¶
| Format | Sequence |
|---|---|
| Explained | Problem → what it is → why it matters → how it works → Microsoft implementation → related Cloud2BR resource |
| Lab | What is being built → architecture → prerequisites → implementation → testing → troubleshooting → GitHub |
| MVP | Business problem → requirements → architecture → technology choices → build → security → cost → demo → GitHub → next step |
Every episode should identify its audience and learning outcome, link to a previous concept and useful next episode, and show validation, limitations, security, and cost considerations.
Production kit¶
Use the YouTube upload production kit for the required metadata, scripts, accessibility checks, publishing steps, and the complete TEC and Microsoft Learning Hub source-to-series backlog.
GitHub companion standard¶
Every repository promoted by a video should include a small YouTube section in its README with:
- Watch the video
- Learning level
- Lab
- MVP or next step
- Related Cloud2BR resources
The Microsoft Learning Hub organization catalog should become the resource directory behind the channel: video description → Cloud2BR topic page → source repository → lab → MVP → related episodes.
Publishing checklist¶
- Define the series, language, audience level, and learning outcome.
- Keep demonstrations reproducible with prerequisites, cleanup steps, and a linked repository.
- Add chapters, captions, concise descriptions, related-video links, and source links.
- Show testing results plus applicable security, cost, and operational trade-offs.
- Connect each episode to one previous concept and one practical next step.