Skip to content
@Cloud2BR-MSFTLearningHub

Cloud2BR OSS Microsoft Cloud Sandbox - Learning Hub

Experimentation and playful learning, inviting users to try out Microsoft technology without fear of breaking things.

Cloud2BR Open Source
Microsoft Cloud Sandbox - Learning Hub

Prototype in Sandbox → Build and experiment

This is where we can test ideas, create educational materials, and build PoC projects

USA / Costa Rica

GitHub Cloud2BR OSS - Learning Hub

Last updated: 2026-04-08


Important

This is about different topics and areas within Microsoft Cloud Technologies. The Microsoft Cloud ecosystem includes a range of products and solutions designed to work together to provide comprehensive cloud services. It was created to have a hub with demos, technical talks, solutions, use cases, etc., about Microsoft Cloud and to share personal experience and learning with the community. The information provided and any document (such as scripts, sample codes, etc.) is provided AS-IS and WITH ALL FAULTS. Pricing estimates are for demonstration purposes only and do not reflect final pricing. Microsoft assumes no liability for your use of this information and makes no guarantees or warranties, expressed or implied, regarding its accuracy or completeness, including any pricing details. Please note that these demos are intended as a guide and are based on personal experiences. For official guidance, support, or more detailed information, please refer to Microsoft's official documentation or contact Microsoft directly: Microsoft Sales and Support

Endorsed for: (Click to expand)
Certifications: (Click to expand)

Copilot services and tools:

flowchart LR
  subgraph Personal_Productivity[Personal Productivity]
    CopilotChat[Copilot Chat] --> M365Copilot[M365 Copilot]
  end

  subgraph Business_Productivity[Business Productivity]
    MicrosoftAgents[Microsoft Agents]
  end

  subgraph Extensibility[Extensibility]
    CopilotStudio[Copilot Studio] --> AzureAIFoundry[Azure AI Foundry]
  end

  subgraph Customizability[Customizability]
    ThirdPartyCustomAgents[3rd Party & Custom Agents]
  end

  M365Copilot --> MicrosoftAgents
  MicrosoftAgents --> CopilotStudio
  AzureAIFoundry --> ThirdPartyCustomAgents
Loading

Deployment lifecycle of software:

flowchart LR
  subgraph Versioning[Semantic Versioning]
    Major[Major Version: X] --> Minor[Minor Version: X.X]
    Minor --> Patch[Patch Version: X.X.X]
  end

  subgraph Release_Types[Release Types]
    DevBuild[Development Build] --> Alpha[Alpha Release]
    Alpha --> Beta[Beta Release]
    Beta --> RC[Release Candidate]
    RC --> Stable[Stable Release]
  end

  subgraph Maintenance[Maintenance & Updates]
    Stable --> Hotfix[Hotfix Patch]
    Stable --> FeatureUpdate[Feature Update Minor]
    Stable --> BreakingChange[Breaking Change Major]
  end

  Major --> Minor
  Minor --> Patch
  Stable --> Versioning
Loading
Details: (Click to expand)
  • Semantic Versioning (vX.X.X)
    • Major (X): Introduces breaking changes. Example: v2.0.0 → incompatible with v1.x.x.
    • Minor (X.X): Adds new features but remains backward-compatible. E.g: v1.3.0.
    • Patch (X.X.X): Bug fixes or small improvements, no new features. E.g: v1.3.2.
  • Release Types
    • Development Builds: Internal, unstable, often nightly builds.
    • Alpha: Early testing, incomplete features.
      • Internal testing phase.
      • Features are incomplete or unstable.
      • Used mainly by developers and sometimes a small internal QA team.
    • Beta: Feature-complete, external testers provide feedback.
      • Product is more stable and feature-complete.
      • Released to a limited group of external users (beta testers).
      • Goal: gather feedback, identify bugs, and test usability in real-world scenarios.
      • Often comes with disclaimers: “may contain bugs,” “not final,” etc.
    • Release Candidate (RC): Candidate for final release, only critical fixes allowed.
      • A version that could be the final product if no major issues are found.
      • Focus is on fixing critical bugs only.
    • General Availability (GA): Official production-ready release.
      • Official public release.
      • Considered stable, supported, and ready for production use.
  • Maintenance & Updates
    • Hotfix (Patch): Urgent bug/security fix, increments patch number.
    • Feature Update (Minor): Adds new functionality without breaking compatibility.
    • Breaking Change (Major): Requires incrementing the major version due to incompatibility.
Total views

Refresh Date: 2026-04-08

Pinned Loading

  1. DemosScenarios-TechTalks DemosScenarios-TechTalks Public

    This repository showcases demonstrations and scenarios using Microsoft Cloud technologies. Please note that these demos are intended as a guide and are based on my personal experiences.

    Jupyter Notebook 5 6

  2. AzureTerraformTemplates-v0.0.0 AzureTerraformTemplates-v0.0.0 Public

    Sample Terraform templates for deploying and managing Azure resources. These templates are meant to serve as examples and should be adjusted as needed to fit specific use cases or requirements.

    HCL 2 3

  3. MS-Fabric-Essentials-Workshop MS-Fabric-Essentials-Workshop Public

    Fabric Basic Workshop, these guides will elaborate on the standard architecture or features commonly used across industries.

    Jupyter Notebook 2 2

  4. RAG-ChatBot-Implementation RAG-ChatBot-Implementation Public

    This repository contains example of a RAG chat bot with a basic architecture (designed for scenarios without network isolation), and a standard Zero-Trust Architecture deployment. It is intended fo…

    Bicep 3 2

  5. Fabric-EnterpriseFramework Fabric-EnterpriseFramework Public

    This repository contains demos and guides for building a well-architected framework for a Microsoft Fabric enterprise-level data platform. These demos are intended as a guide. For official guidance…

    Jupyter Notebook 6 2

  6. AzureMachineLearning-Overview AzureMachineLearning-Overview Public

    This repository provides an overview of Azure Machine Learning components for demonstration purposes only.

    Jupyter Notebook 1 2

Repositories

Showing 10 of 44 repositories
  • .github Public

    .github is a special repository. The profile/README.md will appear on the organization's profile.

    Cloud2BR-MSFTLearningHub/.github’s past year of commit activity
    1 0 0 0 Updated Apr 8, 2026
  • BlobFileUpload-SummaryTool Public

    This demonstrates how to create an automated file processing and summary generation tool using Microsoft Azure. It uses Azure AI Services, Blob Storage, Azure Functions, and Python to upload files, search for key values, and generate summaries in formats like xlsx, csv, and text.

    Cloud2BR-MSFTLearningHub/BlobFileUpload-SummaryTool’s past year of commit activity
    HCL 0 MIT 0 0 0 Updated Apr 7, 2026
  • AzureArcRecommendations-AI-Agent Public

    This repository provides an example of how to create a AI Agent using a basic architecture (without network isolation). It is designed for quick demos and should be customized as needed to meet specific use cases or requirements.

    Cloud2BR-MSFTLearningHub/AzureArcRecommendations-AI-Agent’s past year of commit activity
    HCL 0 MIT 0 0 0 Updated Apr 7, 2026
  • org-repo-template Public template

    Organizational repo template with automated pipelines (update date, update counter, notebook/markdown review, formatting checks, etc). Includes a general README structure with preferred header and counter badge. Ensures consistency, automation, and best practices across all org projects.

    Cloud2BR-MSFTLearningHub/org-repo-template’s past year of commit activity
    0 AGPL-3.0 0 0 0 Updated Apr 7, 2026
  • DemosScenarios-TechTalks Public

    This repository showcases demonstrations and scenarios using Microsoft Cloud technologies. Please note that these demos are intended as a guide and are based on my personal experiences.

    Cloud2BR-MSFTLearningHub/DemosScenarios-TechTalks’s past year of commit activity
    Jupyter Notebook 5 Apache-2.0 6 0 0 Updated Apr 7, 2026
  • Agentic-DevOps-AI-Shopping Public

    Demos and guides for building a Multimodal AI shopping assistant. For official guidance, support, or more detailed information, please refer to Microsoft's official documentation or contact Microsoft directly.

    Cloud2BR-MSFTLearningHub/Agentic-DevOps-AI-Shopping’s past year of commit activity
    Python 1 MIT 3 0 0 Updated Apr 6, 2026
  • Azure-Capacity-Overview Public

    Azure Capacity Overview. For official guidance, support, or more detailed information, please refer to Microsoft's official documentation or contact Microsoft directly.

    Cloud2BR-MSFTLearningHub/Azure-Capacity-Overview’s past year of commit activity
    JavaScript 0 MIT 0 0 0 Updated Apr 6, 2026
  • SecureNoStore-IMG2PDF Public

    Demo web app that lets users upload photos and instantly convert them into realistic PDF documents, and scanned-style

    Cloud2BR-MSFTLearningHub/SecureNoStore-IMG2PDF’s past year of commit activity
    JavaScript 0 Apache-2.0 0 0 0 Updated Apr 6, 2026
  • GitHub-Overview Public

    GitHub Overview. For official guidance, support, or more detailed information, please refer to Microsoft's official documentation or contact Microsoft directly.

    Cloud2BR-MSFTLearningHub/GitHub-Overview’s past year of commit activity
    0 MIT 1 0 0 Updated Apr 6, 2026
  • RAG-ChatBot-Implementation Public

    This repository contains example of a RAG chat bot with a basic architecture (designed for scenarios without network isolation), and a standard Zero-Trust Architecture deployment. It is intended for quick demos and should be adjusted as needed to fit specific use cases or requirements.

    Cloud2BR-MSFTLearningHub/RAG-ChatBot-Implementation’s past year of commit activity
    Bicep 3 MIT 2 0 0 Updated Apr 6, 2026

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…