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 4 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 1 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 1 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 2 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 5 2

  6. AzureMachineLearning-Overview AzureMachineLearning-Overview Public

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

    Jupyter Notebook 2

Repositories

Showing 10 of 45 repositories

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…