Skip to content
@Cloud2BR-MSFTLearningHub

Cloud2BR Microsoft Cloud Sandbox - Learning Hub

Experimentation and playful learning, inviting users to try out Microsoft technology without fear of breaking things.
Cloud2BR Microsoft Cloud Sandbox Learning Hub logo

Cloud2BR Microsoft Cloud Sandbox - Learning Hub

Prototype in a sandbox. Build, experiment, and share practical Microsoft Cloud learning.

Hub Format Community


Mission: Provide a safe place to test ideas, create educational materials, build proof-of-concepts, and share personal learning across Microsoft Cloud technologies.

Learning resources

Category Description
Demos and technical talks Practical examples, scenarios, and learning materials across Microsoft Cloud technologies
Sandbox experiments and PoCs Safe projects for prototyping, testing ideas, and developing hands-on experience
Study guides and certifications Structured resources for Microsoft certification preparation
Solutions and use cases Reference implementations and examples that support applied learning
Scripts and sample code Reusable technical assets for demonstrations and experimentation

Endorsements and certifications

Endorsed for Microsoft TechWorkshops
Microsoft certification study guides

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 and Custom Agents]
  end

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

  classDef productivity fill:#0B6E99,stroke:#66D9EF,color:#FFFFFF
  classDef business fill:#397A3F,stroke:#9EE493,color:#FFFFFF
  classDef extensibility fill:#8A5A00,stroke:#F5C451,color:#FFFFFF
  classDef custom fill:#8B2E63,stroke:#F3A6CD,color:#FFFFFF
  class CopilotChat,M365Copilot productivity
  class MicrosoftAgents business
  class CopilotStudio,AzureAIFoundry extensibility
  class ThirdPartyCustomAgents custom
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 and Updates]
    Stable --> Hotfix[Hotfix Patch]
    Stable --> FeatureUpdate[Feature Update Minor]
    Stable --> BreakingChange[Breaking Change Major]
  end

  Major --> Minor
  Minor --> Patch
  Stable --> Versioning

  classDef build fill:#0B6E99,stroke:#66D9EF,color:#FFFFFF
  classDef preview fill:#8A5A00,stroke:#F5C451,color:#FFFFFF
  classDef release fill:#397A3F,stroke:#9EE493,color:#FFFFFF
  classDef maintenance fill:#8B2E63,stroke:#F3A6CD,color:#FFFFFF
  classDef versioning fill:#5B4B8A,stroke:#C4B5FD,color:#FFFFFF
  class DevBuild build
  class Alpha,Beta,RC preview
  class Stable release
  class Hotfix,FeatureUpdate,BreakingChange maintenance
  class Major,Minor,Patch versioning
Loading
Lifecycle details
  • Semantic Versioning (vX.X.X)
    • Major (X): Introduces breaking changes. Example: v2.0.0 is incompatible with v1.x.x.
    • Minor (X.X): Adds backward-compatible features. Example: v1.3.0.
    • Patch (X.X.X): Provides bug fixes or small improvements. Example: v1.3.2.
  • Release Types
    • Development Builds: Internal and unstable builds, often produced nightly.
    • Alpha: Early testing with incomplete or unstable features, mainly for developers and a small internal QA group.
    • Beta: Feature-complete builds for limited external feedback, usability testing, and bug discovery.
    • Release Candidate (RC): A candidate for the final product; only critical fixes should be made.
    • General Availability (GA): Official public release that is stable, supported, and production-ready.
  • Maintenance and Updates
    • Hotfix (Patch): Urgent bug or security fix that increments the patch version.
    • Feature Update (Minor): Adds functionality without breaking compatibility.
    • Breaking Change (Major): Requires a major version increment.

Related organizations

Organization Purpose
Cloud2BR Consulting and enablement hub
Cloud2BR TEC Hub Technology Education Center
Cloud2BR MSFT Learning Hub Microsoft Cloud Sandbox and open learning resources

Get involved

  • Explore the organization repositories for demos, study guides, tools, and reference material.
  • Experiment with the sandbox projects and adapt them to approved learning environments.
  • Contribute through issues, pull requests, technical talks, and knowledge sharing.

Important

Materials, including scripts and sample code, are provided AS-IS and WITH ALL FAULTS. Pricing estimates are for demonstration purposes only and do not reflect final pricing. Cloud2BR assumes no liability for use of this information. For official guidance, support, or detailed information, refer to Microsoft's documentation or contact Microsoft Sales and Support.

Note

Content is intended for learning, demonstrations, and practical experimentation. Review and validate materials before production use.

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. 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

  4. GenAIOpsMaturityLevels GenAIOpsMaturityLevels Public

    This demonstrates how to manage LLMs using Microsoft Azure GenAIOps. For official guidance, support, or more detailed information, please refer to Microsoft's official documentation or contact Micr…

    Python 3 1

  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 1

  6. Security-Campaign Security-Campaign Public

    Security Campaign. These demos are intended as a guide. For official guidance, support, or more detailed information, please refer to Microsoft's official documentation or contact Microsoft directly.

    JavaScript

Repositories

Showing 10 of 56 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…