diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ae7e5d4..cc0d9e9 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,11 @@ blank_issues_enabled: false contact_links: - name: Ask a question (Discussions) - url: https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions/discussions + url: https://github.com/Cloud2BR-MSFTLearningHub/org-discussions/discussions about: Use Q&A for questions and troubleshooting. - name: Propose an idea (Discussions) - url: https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions/discussions + url: https://github.com/Cloud2BR-MSFTLearningHub/org-discussions/discussions about: Use Ideas or RFC for proposals and feedback. - name: Report a security issue - url: https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions/security/policy + url: https://github.com/Cloud2BR-MSFTLearningHub/org-discussions/security/policy about: Please do not report security issues publicly. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 246d552..82c3a01 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,6 +2,7 @@ If you intended to start a conversation (question, idea, proposal), please open a Discussion instead: -- https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions/discussions +- https://github.com/Cloud2BR-MSFTLearningHub/org-discussions/discussions -If you truly need to change something in this repository (docs/templates), describe the change and why. \ No newline at end of file +If you truly need to change something in this repository (docs/templates), describe the change and why. +Last updated: 2026-04-08 diff --git a/.github/workflows/use-visitor-counter.yml b/.github/workflows/use-visitor-counter.yml index e7f7ca2..fa72aac 100644 --- a/.github/workflows/use-visitor-counter.yml +++ b/.github/workflows/use-visitor-counter.yml @@ -63,9 +63,11 @@ jobs: env: TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | + git stash --include-untracked git fetch origin git checkout ${{ github.head_ref }} git pull origin ${{ github.head_ref }} || echo "No merge needed" + git stash pop || echo "Nothing stashed" git add -A git commit -m "Update visitor count" || echo "No changes to commit" git remote set-url origin https://x-access-token:${TOKEN}@github.com/${{ github.repository }} @@ -77,9 +79,11 @@ jobs: env: TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | + git stash --include-untracked git fetch origin git checkout ${{ github.ref_name }} || git checkout -b ${{ github.ref_name }} origin/${{ github.ref_name }} git pull origin ${{ github.ref_name }} || echo "No merge needed" + git stash pop || echo "Nothing stashed" git add -A git commit -m "Update visitor count" || echo "No changes to commit" git remote set-url origin https://x-access-token:${TOKEN}@github.com/${{ github.repository }} diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 4ab61ff..e7ad5a6 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -3,9 +3,9 @@ Costa Rica [![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) -[brown9804](https://github.com/brown9804) +[Cloud2BR OSS - Learning Hub](https://github.com/Cloud2BR-MSFTLearningHub) -Last updated: 2026-03-04 +Last updated: 2026-04-08 ---------- @@ -65,7 +65,7 @@ Community leaders will follow these Community Impact Guidelines in determining t
- Total views -

Refresh Date: 2026-03-04

+ Total views +

Refresh Date: 2026-04-08

\ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ebe74b3..cb060de 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,9 +3,9 @@ Costa Rica [![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) -[brown9804](https://github.com/brown9804) +[Cloud2BR OSS - Learning Hub](https://github.com/Cloud2BR-MSFTLearningHub) -Last updated: 2026-03-04 +Last updated: 2026-04-08 ---------- @@ -19,12 +19,12 @@ Most “contributions” here are questions, answers, ideas, proposals, and writ General guidance: -- Use [Q&A](https://github.com/orgs/MicrosoftCloudEssentials-LearningHub/discussions/categories/q-a) for questions that should end with an accepted answer. -- Use [Support / Troubleshooting](https://github.com/orgs/MicrosoftCloudEssentials-LearningHub/discussions/categories/support-troubleshooting) for multi-step debugging or ongoing issues. -- Use [Ideas](https://github.com/orgs/MicrosoftCloudEssentials-LearningHub/discussions/categories/ideas) for product / process improvement suggestions. -- Use [Show and tell](https://github.com/orgs/MicrosoftCloudEssentials-LearningHub/discussions/categories/show-and-tell) to share something you built using the materials here (or related content). -- Use [Events](https://github.com/orgs/MicrosoftCloudEssentials-LearningHub/discussions/categories/events) for meetups, livestreams, and community events. -- Use [Polls](https://github.com/orgs/MicrosoftCloudEssentials-LearningHub/discussions/categories/polls) to vote on topics and priorities. +- Use [Q&A](https://github.com/orgs/Cloud2BR-MSFTLearningHub/discussions/categories/q-a) for questions that should end with an accepted answer. +- Use [Support / Troubleshooting](https://github.com/orgs/Cloud2BR-MSFTLearningHub/discussions/categories/support-troubleshooting) for multi-step debugging or ongoing issues. +- Use [Ideas](https://github.com/orgs/Cloud2BR-MSFTLearningHub/discussions/categories/ideas) for product / process improvement suggestions. +- Use [Show and tell](https://github.com/orgs/Cloud2BR-MSFTLearningHub/discussions/categories/show-and-tell) to share something you built using the materials here (or related content). +- Use [Events](https://github.com/orgs/Cloud2BR-MSFTLearningHub/discussions/categories/events) for meetups, livestreams, and community events. +- Use [Polls](https://github.com/orgs/Cloud2BR-MSFTLearningHub/discussions/categories/polls) to vote on topics and priorities. ## How to write a great discussion diff --git a/README.md b/README.md index 14b02ec..d9e4d02 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ Costa Rica [![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) -[brown9804](https://github.com/brown9804) +[Cloud2BR OSS - Learning Hub](https://github.com/Cloud2BR-MSFTLearningHub) -Last updated: 2026-03-04 +Last updated: 2026-04-08 ---------- @@ -91,7 +91,7 @@ Use these drafts to create and pin a welcome post in each category.
- Total views -

Refresh Date: 2026-03-04

+ Total views +

Refresh Date: 2026-04-08

diff --git a/SECURITY.md b/SECURITY.md index d1c21f9..740518f 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -3,9 +3,9 @@ Costa Rica [![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) -[brown9804](https://github.com/brown9804) +[Cloud2BR OSS - Learning Hub](https://github.com/Cloud2BR-MSFTLearningHub) -Last updated: 2026-03-04 +Last updated: 2026-04-08 ---------- @@ -32,7 +32,7 @@ Please include:
- Total views -

Refresh Date: 2026-03-04

+ Total views +

Refresh Date: 2026-04-08

\ No newline at end of file diff --git a/SUPPORT.md b/SUPPORT.md index 38b6772..0f42550 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -3,15 +3,15 @@ Costa Rica [![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) -[brown9804](https://github.com/brown9804) +[Cloud2BR OSS - Learning Hub](https://github.com/Cloud2BR-MSFTLearningHub) -Last updated: 2026-03-04 +Last updated: 2026-04-08 ---------- ## I need help / have a question -> Open a Discussion in the [Q&A](https://github.com/orgs/MicrosoftCloudEssentials-LearningHub/discussions/categories/q-a) category. +> Open a Discussion in the [Q&A](https://github.com/orgs/Cloud2BR-MSFTLearningHub/discussions/categories/q-a) category. To help others help you: @@ -21,7 +21,7 @@ To help others help you: ## I have an idea / feature request -> Open a Discussion in [Ideas](https://github.com/orgs/MicrosoftCloudEssentials-LearningHub/discussions/categories/ideas). +> Open a Discussion in [Ideas](https://github.com/orgs/Cloud2BR-MSFTLearningHub/discussions/categories/ideas). ## I want to report a security issue @@ -39,7 +39,7 @@ If you need to reach maintainers privately (non-security), please send an email
- Total views -

Refresh Date: 2026-03-04

+ Total views +

Refresh Date: 2026-04-08

\ No newline at end of file diff --git a/docs/categories.md b/docs/categories.md index 95f4679..c41de10 100644 --- a/docs/categories.md +++ b/docs/categories.md @@ -3,9 +3,9 @@ Costa Rica [![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) -[brown9804](https://github.com/brown9804) +[Cloud2BR OSS - Learning Hub](https://github.com/Cloud2BR-MSFTLearningHub) -Last updated: 2026-03-04 +Last updated: 2026-04-08 ---------- @@ -20,7 +20,7 @@ Last updated: 2026-03-04
- Total views -

Refresh Date: 2026-03-04

+ Total views +

Refresh Date: 2026-04-08

diff --git a/docs/discussions/catalog-index-2026-02.md b/docs/discussions/catalog-index-2026-02.md index 29de65f..024cfe1 100644 --- a/docs/discussions/catalog-index-2026-02.md +++ b/docs/discussions/catalog-index-2026-02.md @@ -1,20 +1,20 @@ # Catalog Index - February 2026 -Source discussion: https://github.com/orgs/MicrosoftCloudEssentials-LearningHub/discussions/4 -Last updated: 2026-04-01 +Source discussion: https://github.com/orgs/Cloud2BR-MSFTLearningHub/discussions/4 +Last updated: 2026-04-08 -This is the current, high-level index of what's available in [MicrosoftCloudEssentials-LearningHub](https://github.com/MicrosoftCloudEssentials-LearningHub) as of **February 2026**. +This is the current, high-level index of what's available in [Cloud2BR-MSFTLearningHub](https://github.com/Cloud2BR-MSFTLearningHub) as of **February 2026**. ## Catalog | Category | Repositories | |---|---| -| Demo library / tech talks | - [DemosScenarios-TechTalks](https://github.com/MicrosoftCloudEssentials-LearningHub/DemosScenarios-TechTalks): Demonstrations and scenarios across Microsoft Cloud technologies (intended as a guide). | -| GenAI (Ops, Agents, RAG, blueprints) | - [GenAIOpsMaturityLevels](https://github.com/MicrosoftCloudEssentials-LearningHub/GenAIOpsMaturityLevels): Demonstrates managing LLMs using Azure GenAIOps (maturity levels and operations).
- [RAG-ChatBot-Implementation](https://github.com/MicrosoftCloudEssentials-LearningHub/RAG-ChatBot-Implementation): Example RAG chatbot architecture plus a Zero-Trust deployment option (adapt for your use case).
- [Agentic-DevOps-AI-Shopping](https://github.com/MicrosoftCloudEssentials-LearningHub/Agentic-DevOps-AI-Shopping): Demos and guides for building a multimodal AI shopping assistant.
- [Agentic-AI-Media-Assistant](https://github.com/MicrosoftCloudEssentials-LearningHub/Agentic-AI-Media-Assistant): Demos and guides for building a multimodal AI media assistant.
- [AI-Agent-Infra-Blueprint](https://github.com/MicrosoftCloudEssentials-LearningHub/AI-Agent-Infra-Blueprint): End-to-end infrastructure setup for a generative AI agent using Azure AI Foundry and Azure OpenAI (adapt for your use case).
- [Azure-MCP-blueprint](https://github.com/MicrosoftCloudEssentials-LearningHub/Azure-MCP-blueprint): Blueprint to set up an MCP server in Azure with multiple hosting options.
- [Azure-Text-Embedding-Overview](https://github.com/MicrosoftCloudEssentials-LearningHub/Azure-Text-Embedding-Overview): Guidance for optimizing text embedding performance using Azure-native tools/models. | -| GitHub + Azure app & integration | - [GitHub-Overview](https://github.com/MicrosoftCloudEssentials-LearningHub/GitHub-Overview): GitHub overview content (concepts/features/pricing topics).
- [Azure-App-Dev-Overview](https://github.com/MicrosoftCloudEssentials-LearningHub/Azure-App-Dev-Overview): Overview of Azure App Dev services.
- [AzureFunctionApp-TempUsage](https://github.com/MicrosoftCloudEssentials-LearningHub/AzureFunctionApp-TempUsage): How Azure Function Apps use temp storage; runtime/deployment considerations and optimization strategies.
- [SAP-integration-AzLogicApps](https://github.com/MicrosoftCloudEssentials-LearningHub/SAP-integration-AzLogicApps): Approaches for cookie and CSRF token management in SAP integration scenarios (Logic Apps/APIM).
- [Azure-DigitalTwins-Overview](https://github.com/MicrosoftCloudEssentials-LearningHub/Azure-DigitalTwins-Overview): Overview of Azure Digital Twins. | -| Document processing (PDF + Azure AI + Cosmos DB) | - [PDFs-Invoice-Processing-Fapp-DocIntelligence](https://github.com/MicrosoftCloudEssentials-LearningHub/PDFs-Invoice-Processing-Fapp-DocIntelligence): Extract PDFs and process using Azure Document Intelligence; store results in Cosmos DB.
- [PDFs-Layouts-Processing-Fapp-DocIntelligence](https://github.com/MicrosoftCloudEssentials-LearningHub/PDFs-Layouts-Processing-Fapp-DocIntelligence): Extract tables/checkboxes/text forms using Azure Document Intelligence; store results in Cosmos DB.
- [PDFs-MultiLayout-VisualCue-AzureAI-Document-Processing](https://github.com/MicrosoftCloudEssentials-LearningHub/PDFs-MultiLayout-VisualCue-AzureAI-Document-Processing): Extended extraction (tables/checkboxes/visual cues) using Azure Document Intelligence and Vision.
- [PDFs-Invoice-Processing-Fapp-OpenFramework](https://github.com/MicrosoftCloudEssentials-LearningHub/PDFs-Invoice-Processing-Fapp-OpenFramework): Extract PDFs from Storage, process with Azure resources + Open Framework, store results in Cosmos DB. | -| Cloud foundations / IaC / Terraform | - [AzureTerraformTemplates-v0.0.0](https://github.com/MicrosoftCloudEssentials-LearningHub/AzureTerraformTemplates-v0.0.0): Sample Terraform templates for Azure resources (adjust as needed for your requirements).
- [Demystifying-Cloud-Evolution](https://github.com/MicrosoftCloudEssentials-LearningHub/Demystifying-Cloud-Evolution): Overview of cloud evolution with historical context and Azure architecture insights. | -| Microsoft Fabric | - [Fabric-EnterpriseFramework](https://github.com/MicrosoftCloudEssentials-LearningHub/Fabric-EnterpriseFramework): Demos and guides for building a well-architected Fabric enterprise data platform.
- [Fabric-AI-Retail-Demo](https://github.com/MicrosoftCloudEssentials-LearningHub/Fabric-AI-Retail-Demo): Retail-focused Fabric demo showing how Fabric can be a unified data platform and an AI foundation.
- [Fabric-MCP-Agent2Agent](https://github.com/MicrosoftCloudEssentials-LearningHub/Fabric-MCP-Agent2Agent): Step-by-step reference implementation for setting up data agents and integrating with Copilot Studio.
- [MS-Fabric-Essentials-Workshop](https://github.com/MicrosoftCloudEssentials-LearningHub/MS-Fabric-Essentials-Workshop): Fabric workshop content covering common architecture patterns and features.
- [Fabric-SKU-EstimationTool](https://github.com/MicrosoftCloudEssentials-LearningHub/Fabric-SKU-EstimationTool): Estimation tool (see repo notes for official tooling status/updates).
- [Fabric-Date-Hierarchy-Accelerator](https://github.com/MicrosoftCloudEssentials-LearningHub/Fabric-Date-Hierarchy-Accelerator): Templates/scripts to automate and standardize reusable date hierarchies in Power BI/Fabric models. | -| Data platform & databases (Synapse + Azure DB) | - [Azure-Databases-Purview-Advisor](https://github.com/MicrosoftCloudEssentials-LearningHub/Azure-Databases-Purview-Advisor): Practical examples and guidance for Azure database services (setup, performance tuning, modeling, best practices).
- [azDataBase-Freeing-Unused-Space](https://github.com/MicrosoftCloudEssentials-LearningHub/azDataBase-Freeing-Unused-Space): Optimizing Azure database performance by freeing up unused space.
- [MySQL-autoscale-IOPS](https://github.com/MicrosoftCloudEssentials-LearningHub/MySQL-autoscale-IOPS): Overview of IOPS in MySQL plus example scripts to configure it.
- [azSynapse-Dynamic-RemoveBlanks](https://github.com/MicrosoftCloudEssentials-LearningHub/azSynapse-Dynamic-RemoveBlanks): Synapse overview plus a demo to dynamically remove blank spaces to create a view. | -| Study guides (certifications) | - [AI-102StudyGuide](https://github.com/MicrosoftCloudEssentials-LearningHub/AI-102StudyGuide): Study guide for AI-102 (see official Microsoft documentation for official materials).
- [AI-900StudyGuide](https://github.com/MicrosoftCloudEssentials-LearningHub/AI-900StudyGuide): Study guide for AI-900 (see official Microsoft documentation for official materials).
- [DP-100StudyGuide](https://github.com/MicrosoftCloudEssentials-LearningHub/DP-100StudyGuide): Study guide for DP-100 (see official Microsoft documentation for official materials).
- [DP-900StudyGuide](https://github.com/MicrosoftCloudEssentials-LearningHub/DP-900StudyGuide): Study guide for DP-900 (see official Microsoft documentation for official materials). | -| Catalog / Org tooling | - [.github](https://github.com/MicrosoftCloudEssentials-LearningHub/.github): Organization-wide GitHub configuration/community files.
- [org-catalog](https://github.com/MicrosoftCloudEssentials-LearningHub/org-catalog): Lightweight repo catalog demo designed to be hosted with GitHub Pages. | +| Demo library / tech talks | - [DemosScenarios-TechTalks](https://github.com/Cloud2BR-MSFTLearningHub/DemosScenarios-TechTalks): Demonstrations and scenarios across Microsoft Cloud technologies (intended as a guide). | +| GenAI (Ops, Agents, RAG, blueprints) | - [GenAIOpsMaturityLevels](https://github.com/Cloud2BR-MSFTLearningHub/GenAIOpsMaturityLevels): Demonstrates managing LLMs using Azure GenAIOps (maturity levels and operations).
- [RAG-ChatBot-Implementation](https://github.com/Cloud2BR-MSFTLearningHub/RAG-ChatBot-Implementation): Example RAG chatbot architecture plus a Zero-Trust deployment option (adapt for your use case).
- [Agentic-DevOps-AI-Shopping](https://github.com/Cloud2BR-MSFTLearningHub/Agentic-DevOps-AI-Shopping): Demos and guides for building a multimodal AI shopping assistant.
- [Agentic-AI-Media-Assistant](https://github.com/Cloud2BR-MSFTLearningHub/Agentic-AI-Media-Assistant): Demos and guides for building a multimodal AI media assistant.
- [AI-Agent-Infra-Blueprint](https://github.com/Cloud2BR-MSFTLearningHub/AI-Agent-Infra-Blueprint): End-to-end infrastructure setup for a generative AI agent using Azure AI Foundry and Azure OpenAI (adapt for your use case).
- [Azure-MCP-blueprint](https://github.com/Cloud2BR-MSFTLearningHub/Azure-MCP-blueprint): Blueprint to set up an MCP server in Azure with multiple hosting options.
- [Azure-Text-Embedding-Overview](https://github.com/Cloud2BR-MSFTLearningHub/Azure-Text-Embedding-Overview): Guidance for optimizing text embedding performance using Azure-native tools/models. | +| GitHub + Azure app & integration | - [GitHub-Overview](https://github.com/Cloud2BR-MSFTLearningHub/GitHub-Overview): GitHub overview content (concepts/features/pricing topics).
- [Azure-App-Dev-Overview](https://github.com/Cloud2BR-MSFTLearningHub/Azure-App-Dev-Overview): Overview of Azure App Dev services.
- [AzureFunctionApp-TempUsage](https://github.com/Cloud2BR-MSFTLearningHub/AzureFunctionApp-TempUsage): How Azure Function Apps use temp storage; runtime/deployment considerations and optimization strategies.
- [SAP-integration-AzLogicApps](https://github.com/Cloud2BR-MSFTLearningHub/SAP-integration-AzLogicApps): Approaches for cookie and CSRF token management in SAP integration scenarios (Logic Apps/APIM).
- [Azure-DigitalTwins-Overview](https://github.com/Cloud2BR-MSFTLearningHub/Azure-DigitalTwins-Overview): Overview of Azure Digital Twins. | +| Document processing (PDF + Azure AI + Cosmos DB) | - [PDFs-Invoice-Processing-Fapp-DocIntelligence](https://github.com/Cloud2BR-MSFTLearningHub/PDFs-Invoice-Processing-Fapp-DocIntelligence): Extract PDFs and process using Azure Document Intelligence; store results in Cosmos DB.
- [PDFs-Layouts-Processing-Fapp-DocIntelligence](https://github.com/Cloud2BR-MSFTLearningHub/PDFs-Layouts-Processing-Fapp-DocIntelligence): Extract tables/checkboxes/text forms using Azure Document Intelligence; store results in Cosmos DB.
- [PDFs-MultiLayout-VisualCue-AzureAI-Document-Processing](https://github.com/Cloud2BR-MSFTLearningHub/PDFs-MultiLayout-VisualCue-AzureAI-Document-Processing): Extended extraction (tables/checkboxes/visual cues) using Azure Document Intelligence and Vision.
- [PDFs-Invoice-Processing-Fapp-OpenFramework](https://github.com/Cloud2BR-MSFTLearningHub/PDFs-Invoice-Processing-Fapp-OpenFramework): Extract PDFs from Storage, process with Azure resources + Open Framework, store results in Cosmos DB. | +| Cloud foundations / IaC / Terraform | - [AzureTerraformTemplates-v0.0.0](https://github.com/Cloud2BR-MSFTLearningHub/AzureTerraformTemplates-v0.0.0): Sample Terraform templates for Azure resources (adjust as needed for your requirements).
- [Demystifying-Cloud-Evolution](https://github.com/Cloud2BR-MSFTLearningHub/Demystifying-Cloud-Evolution): Overview of cloud evolution with historical context and Azure architecture insights. | +| Microsoft Fabric | - [Fabric-EnterpriseFramework](https://github.com/Cloud2BR-MSFTLearningHub/Fabric-EnterpriseFramework): Demos and guides for building a well-architected Fabric enterprise data platform.
- [Fabric-AI-Retail-Demo](https://github.com/Cloud2BR-MSFTLearningHub/Fabric-AI-Retail-Demo): Retail-focused Fabric demo showing how Fabric can be a unified data platform and an AI foundation.
- [Fabric-MCP-Agent2Agent](https://github.com/Cloud2BR-MSFTLearningHub/Fabric-MCP-Agent2Agent): Step-by-step reference implementation for setting up data agents and integrating with Copilot Studio.
- [MS-Fabric-Essentials-Workshop](https://github.com/Cloud2BR-MSFTLearningHub/MS-Fabric-Essentials-Workshop): Fabric workshop content covering common architecture patterns and features.
- [Fabric-SKU-EstimationTool](https://github.com/Cloud2BR-MSFTLearningHub/Fabric-SKU-EstimationTool): Estimation tool (see repo notes for official tooling status/updates).
- [Fabric-Date-Hierarchy-Accelerator](https://github.com/Cloud2BR-MSFTLearningHub/Fabric-Date-Hierarchy-Accelerator): Templates/scripts to automate and standardize reusable date hierarchies in Power BI/Fabric models. | +| Data platform & databases (Synapse + Azure DB) | - [Azure-Databases-Purview-Advisor](https://github.com/Cloud2BR-MSFTLearningHub/Azure-Databases-Purview-Advisor): Practical examples and guidance for Azure database services (setup, performance tuning, modeling, best practices).
- [azDataBase-Freeing-Unused-Space](https://github.com/Cloud2BR-MSFTLearningHub/azDataBase-Freeing-Unused-Space): Optimizing Azure database performance by freeing up unused space.
- [MySQL-autoscale-IOPS](https://github.com/Cloud2BR-MSFTLearningHub/MySQL-autoscale-IOPS): Overview of IOPS in MySQL plus example scripts to configure it.
- [azSynapse-Dynamic-RemoveBlanks](https://github.com/Cloud2BR-MSFTLearningHub/azSynapse-Dynamic-RemoveBlanks): Synapse overview plus a demo to dynamically remove blank spaces to create a view. | +| Study guides (certifications) | - [AI-102StudyGuide](https://github.com/Cloud2BR-MSFTLearningHub/AI-102StudyGuide): Study guide for AI-102 (see official Microsoft documentation for official materials).
- [AI-900StudyGuide](https://github.com/Cloud2BR-MSFTLearningHub/AI-900StudyGuide): Study guide for AI-900 (see official Microsoft documentation for official materials).
- [DP-100StudyGuide](https://github.com/Cloud2BR-MSFTLearningHub/DP-100StudyGuide): Study guide for DP-100 (see official Microsoft documentation for official materials).
- [DP-900StudyGuide](https://github.com/Cloud2BR-MSFTLearningHub/DP-900StudyGuide): Study guide for DP-900 (see official Microsoft documentation for official materials). | +| Catalog / Org tooling | - [.github](https://github.com/Cloud2BR-MSFTLearningHub/.github): Organization-wide GitHub configuration/community files.
- [org-catalog](https://github.com/Cloud2BR-MSFTLearningHub/org-catalog): Lightweight repo catalog demo designed to be hosted with GitHub Pages. | diff --git a/docs/discussions/catalog-index-2026-03.md b/docs/discussions/catalog-index-2026-03.md index 81f9f22..ba7a8ae 100644 --- a/docs/discussions/catalog-index-2026-03.md +++ b/docs/discussions/catalog-index-2026-03.md @@ -1,26 +1,26 @@ # Catalog Index - March 2026 -Last updated: 2026-04-01 +Last updated: 2026-04-08 -> This is the current, high-level index of what's available in [MicrosoftCloudEssentials-LearningHub](https://github.com/MicrosoftCloudEssentials-LearningHub) as of **March 2026**. +> This is the current, high-level index of what's available in [Cloud2BR-MSFTLearningHub](https://github.com/Cloud2BR-MSFTLearningHub) as of **March 2026**. -If you are looking for what was available as of February, expand the section below or see [February 2026 discussion](https://github.com/orgs/MicrosoftCloudEssentials-LearningHub/discussions/4) +If you are looking for what was available as of February, expand the section below or see [February 2026 discussion](https://github.com/orgs/Cloud2BR-MSFTLearningHub/discussions/4) ## What's new in March -- [Azure-ArtifactSigning-DevOps](https://github.com/MicrosoftCloudEssentials-LearningHub/Azure-ArtifactSigning-DevOps): Demo of building and digitally signing executables with Azure DevOps and a cloud-hosted certificate. -- [Azure-Capacity-Overview](https://github.com/MicrosoftCloudEssentials-LearningHub/Azure-Capacity-Overview): Azure capacity overview (see official docs for guidance). -- [AzureMachineLearning-Overview](https://github.com/MicrosoftCloudEssentials-LearningHub/AzureMachineLearning-Overview): Overview of Azure Machine Learning components (demo/reference). -- [SecureNoStore-IMG2PDF](https://github.com/MicrosoftCloudEssentials-LearningHub/SecureNoStore-IMG2PDF): Demo web app that converts images into PDF documents. -- [devopster-cli](https://github.com/MicrosoftCloudEssentials-LearningHub/devopster-cli): CLI to manage GitHub, Azure DevOps, and GitLab organizations. -- [org-repo-template](https://github.com/MicrosoftCloudEssentials-LearningHub/org-repo-template): Organization repo template with automated pipelines and checks. -- [org-discussions](https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions): Home for organization discussions and announcements. +- [Azure-ArtifactSigning-DevOps](https://github.com/Cloud2BR-MSFTLearningHub/Azure-ArtifactSigning-DevOps): Demo of building and digitally signing executables with Azure DevOps and a cloud-hosted certificate. +- [Azure-Capacity-Overview](https://github.com/Cloud2BR-MSFTLearningHub/Azure-Capacity-Overview): Azure capacity overview (see official docs for guidance). +- [AzureMachineLearning-Overview](https://github.com/Cloud2BR-MSFTLearningHub/AzureMachineLearning-Overview): Overview of Azure Machine Learning components (demo/reference). +- [SecureNoStore-IMG2PDF](https://github.com/Cloud2BR-MSFTLearningHub/SecureNoStore-IMG2PDF): Demo web app that converts images into PDF documents. +- [devopster-cli](https://github.com/Cloud2BR-MSFTLearningHub/devopster-cli): CLI to manage GitHub, Azure DevOps, and GitLab organizations. +- [org-repo-template](https://github.com/Cloud2BR-MSFTLearningHub/org-repo-template): Organization repo template with automated pipelines and checks. +- [org-discussions](https://github.com/Cloud2BR-MSFTLearningHub/org-discussions): Home for organization discussions and announcements.
February 2026 baseline (full) -> This is the current, high-level index of what's available in [MicrosoftCloudEssentials-LearningHub](https://github.com/MicrosoftCloudEssentials-LearningHub) as of **February 2026**. +> This is the current, high-level index of what's available in [Cloud2BR-MSFTLearningHub](https://github.com/Cloud2BR-MSFTLearningHub) as of **February 2026**. -Original discussion: [February 2026 discussion](https://github.com/orgs/MicrosoftCloudEssentials-LearningHub/discussions/4). +Original discussion: [February 2026 discussion](https://github.com/orgs/Cloud2BR-MSFTLearningHub/discussions/4).
@@ -28,12 +28,12 @@ Original discussion: [February 2026 discussion](https://github.com/orgs/Microsof | Category | Repositories | |---|---| -| Demo library / tech talks | - [DemosScenarios-TechTalks](https://github.com/MicrosoftCloudEssentials-LearningHub/DemosScenarios-TechTalks): Demonstrations and scenarios across Microsoft Cloud technologies (intended as a guide). | -| GenAI (Ops, Agents, RAG, blueprints) | - [GenAIOpsMaturityLevels](https://github.com/MicrosoftCloudEssentials-LearningHub/GenAIOpsMaturityLevels): Demonstrates managing LLMs using Azure GenAIOps (maturity levels and operations).
- [RAG-ChatBot-Implementation](https://github.com/MicrosoftCloudEssentials-LearningHub/RAG-ChatBot-Implementation): Example RAG chatbot architecture plus a Zero-Trust deployment option (adapt for your use case).
- [Agentic-DevOps-AI-Shopping](https://github.com/MicrosoftCloudEssentials-LearningHub/Agentic-DevOps-AI-Shopping): Demos and guides for building a multimodal AI shopping assistant.
- [Agentic-AI-Media-Assistant](https://github.com/MicrosoftCloudEssentials-LearningHub/Agentic-AI-Media-Assistant): Demos and guides for building a multimodal AI media assistant.
- [AI-Agent-Infra-Blueprint](https://github.com/MicrosoftCloudEssentials-LearningHub/AI-Agent-Infra-Blueprint): End-to-end infrastructure setup for a generative AI agent using Azure AI Foundry and Azure OpenAI (adapt for your use case).
- [Azure-MCP-blueprint](https://github.com/MicrosoftCloudEssentials-LearningHub/Azure-MCP-blueprint): Blueprint to set up an MCP server in Azure with multiple hosting options.
- [Azure-Text-Embedding-Overview](https://github.com/MicrosoftCloudEssentials-LearningHub/Azure-Text-Embedding-Overview): Guidance for optimizing text embedding performance using Azure-native tools/models.
- ![NEW](https://img.shields.io/badge/NEW-brightgreen) [AzureMachineLearning-Overview](https://github.com/MicrosoftCloudEssentials-LearningHub/AzureMachineLearning-Overview): Overview of Azure Machine Learning components (demo/reference). | -| GitHub + Azure app & integration | - [GitHub-Overview](https://github.com/MicrosoftCloudEssentials-LearningHub/GitHub-Overview): GitHub overview content (concepts/features/pricing topics).
- [Azure-App-Dev-Overview](https://github.com/MicrosoftCloudEssentials-LearningHub/Azure-App-Dev-Overview): Overview of Azure App Dev services.
- [AzureFunctionApp-TempUsage](https://github.com/MicrosoftCloudEssentials-LearningHub/AzureFunctionApp-TempUsage): How Azure Function Apps use temp storage; runtime/deployment considerations and optimization strategies.
- [SAP-integration-AzLogicApps](https://github.com/MicrosoftCloudEssentials-LearningHub/SAP-integration-AzLogicApps): Approaches for cookie and CSRF token management in SAP integration scenarios (Logic Apps/APIM).
- [Azure-DigitalTwins-Overview](https://github.com/MicrosoftCloudEssentials-LearningHub/Azure-DigitalTwins-Overview): Overview of Azure Digital Twins.
- ![NEW](https://img.shields.io/badge/NEW-brightgreen) [Azure-ArtifactSigning-DevOps](https://github.com/MicrosoftCloudEssentials-LearningHub/Azure-ArtifactSigning-DevOps): Demo of building and digitally signing executables with Azure DevOps and a cloud-hosted certificate. | -| Document processing (PDF + Azure AI + Cosmos DB) | - [PDFs-Invoice-Processing-Fapp-DocIntelligence](https://github.com/MicrosoftCloudEssentials-LearningHub/PDFs-Invoice-Processing-Fapp-DocIntelligence): Extract PDFs and process using Azure Document Intelligence; store results in Cosmos DB.
- [PDFs-Layouts-Processing-Fapp-DocIntelligence](https://github.com/MicrosoftCloudEssentials-LearningHub/PDFs-Layouts-Processing-Fapp-DocIntelligence): Extract tables/checkboxes/text forms using Azure Document Intelligence; store results in Cosmos DB.
- [PDFs-MultiLayout-VisualCue-AzureAI-Document-Processing](https://github.com/MicrosoftCloudEssentials-LearningHub/PDFs-MultiLayout-VisualCue-AzureAI-Document-Processing): Extended extraction (tables/checkboxes/visual cues) using Azure Document Intelligence and Vision.
- [PDFs-Invoice-Processing-Fapp-OpenFramework](https://github.com/MicrosoftCloudEssentials-LearningHub/PDFs-Invoice-Processing-Fapp-OpenFramework): Extract PDFs from Storage, process with Azure resources + Open Framework, store results in Cosmos DB.
- ![NEW](https://img.shields.io/badge/NEW-brightgreen) [SecureNoStore-IMG2PDF](https://github.com/MicrosoftCloudEssentials-LearningHub/SecureNoStore-IMG2PDF): Demo web app that converts images into PDF documents. | -| Cloud foundations / IaC / Terraform | - [AzureTerraformTemplates-v0.0.0](https://github.com/MicrosoftCloudEssentials-LearningHub/AzureTerraformTemplates-v0.0.0): Sample Terraform templates for Azure resources (adjust as needed for your requirements).
- [Demystifying-Cloud-Evolution](https://github.com/MicrosoftCloudEssentials-LearningHub/Demystifying-Cloud-Evolution): Overview of cloud evolution with historical context and Azure architecture insights.
- ![NEW](https://img.shields.io/badge/NEW-brightgreen) [Azure-Capacity-Overview](https://github.com/MicrosoftCloudEssentials-LearningHub/Azure-Capacity-Overview): Azure capacity overview (see official docs for guidance). | -| Microsoft Fabric | - [Fabric-EnterpriseFramework](https://github.com/MicrosoftCloudEssentials-LearningHub/Fabric-EnterpriseFramework): Demos and guides for building a well-architected Fabric enterprise data platform.
- [Fabric-AI-Retail-Demo](https://github.com/MicrosoftCloudEssentials-LearningHub/Fabric-AI-Retail-Demo): Retail-focused Fabric demo showing how Fabric can be a unified data platform and an AI foundation.
- [Fabric-MCP-Agent2Agent](https://github.com/MicrosoftCloudEssentials-LearningHub/Fabric-MCP-Agent2Agent): Step-by-step reference implementation for setting up data agents and integrating with Copilot Studio.
- [MS-Fabric-Essentials-Workshop](https://github.com/MicrosoftCloudEssentials-LearningHub/MS-Fabric-Essentials-Workshop): Fabric workshop content covering common architecture patterns and features.
- [Fabric-SKU-EstimationTool](https://github.com/MicrosoftCloudEssentials-LearningHub/Fabric-SKU-EstimationTool): Estimation tool (see repo notes for official tooling status/updates).
- [Fabric-Date-Hierarchy-Accelerator](https://github.com/MicrosoftCloudEssentials-LearningHub/Fabric-Date-Hierarchy-Accelerator): Templates/scripts to automate and standardize reusable date hierarchies in Power BI/Fabric models. | -| Data platform & databases (Synapse + Azure DB) | - [Azure-Databases-Purview-Advisor](https://github.com/MicrosoftCloudEssentials-LearningHub/Azure-Databases-Purview-Advisor): Practical examples and guidance for Azure database services (setup, performance tuning, modeling, best practices).
- [azDataBase-Freeing-Unused-Space](https://github.com/MicrosoftCloudEssentials-LearningHub/azDataBase-Freeing-Unused-Space): Optimizing Azure database performance by freeing up unused space.
- [MySQL-autoscale-IOPS](https://github.com/MicrosoftCloudEssentials-LearningHub/MySQL-autoscale-IOPS): Overview of IOPS in MySQL plus example scripts to configure it.
- [azSynapse-Dynamic-RemoveBlanks](https://github.com/MicrosoftCloudEssentials-LearningHub/azSynapse-Dynamic-RemoveBlanks): Synapse overview plus a demo to dynamically remove blank spaces to create a view. | -| Study guides (certifications) | - [AI-102StudyGuide](https://github.com/MicrosoftCloudEssentials-LearningHub/AI-102StudyGuide): Study guide for AI-102 (see official Microsoft documentation for official materials).
- [AI-900StudyGuide](https://github.com/MicrosoftCloudEssentials-LearningHub/AI-900StudyGuide): Study guide for AI-900 (see official Microsoft documentation for official materials).
- [DP-100StudyGuide](https://github.com/MicrosoftCloudEssentials-LearningHub/DP-100StudyGuide): Study guide for DP-100 (see official Microsoft documentation for official materials).
- [DP-900StudyGuide](https://github.com/MicrosoftCloudEssentials-LearningHub/DP-900StudyGuide): Study guide for DP-900 (see official Microsoft documentation for official materials). | -| Catalog / Org tooling | - [.github](https://github.com/MicrosoftCloudEssentials-LearningHub/.github): Organization-wide GitHub configuration/community files.
- [org-catalog](https://github.com/MicrosoftCloudEssentials-LearningHub/org-catalog): Lightweight repo catalog demo designed to be hosted with GitHub Pages.
- ![NEW](https://img.shields.io/badge/NEW-brightgreen) [org-repo-template](https://github.com/MicrosoftCloudEssentials-LearningHub/org-repo-template): Organization repo template with automated pipelines and checks.
- ![NEW](https://img.shields.io/badge/NEW-brightgreen) [org-discussions](https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions): Home for organization discussions and announcements.
- ![NEW](https://img.shields.io/badge/NEW-brightgreen) [devopster-cli](https://github.com/MicrosoftCloudEssentials-LearningHub/devopster-cli): CLI to manage GitHub, Azure DevOps, and GitLab organizations. | +| Demo library / tech talks | - [DemosScenarios-TechTalks](https://github.com/Cloud2BR-MSFTLearningHub/DemosScenarios-TechTalks): Demonstrations and scenarios across Microsoft Cloud technologies (intended as a guide). | +| GenAI (Ops, Agents, RAG, blueprints) | - [GenAIOpsMaturityLevels](https://github.com/Cloud2BR-MSFTLearningHub/GenAIOpsMaturityLevels): Demonstrates managing LLMs using Azure GenAIOps (maturity levels and operations).
- [RAG-ChatBot-Implementation](https://github.com/Cloud2BR-MSFTLearningHub/RAG-ChatBot-Implementation): Example RAG chatbot architecture plus a Zero-Trust deployment option (adapt for your use case).
- [Agentic-DevOps-AI-Shopping](https://github.com/Cloud2BR-MSFTLearningHub/Agentic-DevOps-AI-Shopping): Demos and guides for building a multimodal AI shopping assistant.
- [Agentic-AI-Media-Assistant](https://github.com/Cloud2BR-MSFTLearningHub/Agentic-AI-Media-Assistant): Demos and guides for building a multimodal AI media assistant.
- [AI-Agent-Infra-Blueprint](https://github.com/Cloud2BR-MSFTLearningHub/AI-Agent-Infra-Blueprint): End-to-end infrastructure setup for a generative AI agent using Azure AI Foundry and Azure OpenAI (adapt for your use case).
- [Azure-MCP-blueprint](https://github.com/Cloud2BR-MSFTLearningHub/Azure-MCP-blueprint): Blueprint to set up an MCP server in Azure with multiple hosting options.
- [Azure-Text-Embedding-Overview](https://github.com/Cloud2BR-MSFTLearningHub/Azure-Text-Embedding-Overview): Guidance for optimizing text embedding performance using Azure-native tools/models.
- ![NEW](https://img.shields.io/badge/NEW-brightgreen) [AzureMachineLearning-Overview](https://github.com/Cloud2BR-MSFTLearningHub/AzureMachineLearning-Overview): Overview of Azure Machine Learning components (demo/reference). | +| GitHub + Azure app & integration | - [GitHub-Overview](https://github.com/Cloud2BR-MSFTLearningHub/GitHub-Overview): GitHub overview content (concepts/features/pricing topics).
- [Azure-App-Dev-Overview](https://github.com/Cloud2BR-MSFTLearningHub/Azure-App-Dev-Overview): Overview of Azure App Dev services.
- [AzureFunctionApp-TempUsage](https://github.com/Cloud2BR-MSFTLearningHub/AzureFunctionApp-TempUsage): How Azure Function Apps use temp storage; runtime/deployment considerations and optimization strategies.
- [SAP-integration-AzLogicApps](https://github.com/Cloud2BR-MSFTLearningHub/SAP-integration-AzLogicApps): Approaches for cookie and CSRF token management in SAP integration scenarios (Logic Apps/APIM).
- [Azure-DigitalTwins-Overview](https://github.com/Cloud2BR-MSFTLearningHub/Azure-DigitalTwins-Overview): Overview of Azure Digital Twins.
- ![NEW](https://img.shields.io/badge/NEW-brightgreen) [Azure-ArtifactSigning-DevOps](https://github.com/Cloud2BR-MSFTLearningHub/Azure-ArtifactSigning-DevOps): Demo of building and digitally signing executables with Azure DevOps and a cloud-hosted certificate. | +| Document processing (PDF + Azure AI + Cosmos DB) | - [PDFs-Invoice-Processing-Fapp-DocIntelligence](https://github.com/Cloud2BR-MSFTLearningHub/PDFs-Invoice-Processing-Fapp-DocIntelligence): Extract PDFs and process using Azure Document Intelligence; store results in Cosmos DB.
- [PDFs-Layouts-Processing-Fapp-DocIntelligence](https://github.com/Cloud2BR-MSFTLearningHub/PDFs-Layouts-Processing-Fapp-DocIntelligence): Extract tables/checkboxes/text forms using Azure Document Intelligence; store results in Cosmos DB.
- [PDFs-MultiLayout-VisualCue-AzureAI-Document-Processing](https://github.com/Cloud2BR-MSFTLearningHub/PDFs-MultiLayout-VisualCue-AzureAI-Document-Processing): Extended extraction (tables/checkboxes/visual cues) using Azure Document Intelligence and Vision.
- [PDFs-Invoice-Processing-Fapp-OpenFramework](https://github.com/Cloud2BR-MSFTLearningHub/PDFs-Invoice-Processing-Fapp-OpenFramework): Extract PDFs from Storage, process with Azure resources + Open Framework, store results in Cosmos DB.
- ![NEW](https://img.shields.io/badge/NEW-brightgreen) [SecureNoStore-IMG2PDF](https://github.com/Cloud2BR-MSFTLearningHub/SecureNoStore-IMG2PDF): Demo web app that converts images into PDF documents. | +| Cloud foundations / IaC / Terraform | - [AzureTerraformTemplates-v0.0.0](https://github.com/Cloud2BR-MSFTLearningHub/AzureTerraformTemplates-v0.0.0): Sample Terraform templates for Azure resources (adjust as needed for your requirements).
- [Demystifying-Cloud-Evolution](https://github.com/Cloud2BR-MSFTLearningHub/Demystifying-Cloud-Evolution): Overview of cloud evolution with historical context and Azure architecture insights.
- ![NEW](https://img.shields.io/badge/NEW-brightgreen) [Azure-Capacity-Overview](https://github.com/Cloud2BR-MSFTLearningHub/Azure-Capacity-Overview): Azure capacity overview (see official docs for guidance). | +| Microsoft Fabric | - [Fabric-EnterpriseFramework](https://github.com/Cloud2BR-MSFTLearningHub/Fabric-EnterpriseFramework): Demos and guides for building a well-architected Fabric enterprise data platform.
- [Fabric-AI-Retail-Demo](https://github.com/Cloud2BR-MSFTLearningHub/Fabric-AI-Retail-Demo): Retail-focused Fabric demo showing how Fabric can be a unified data platform and an AI foundation.
- [Fabric-MCP-Agent2Agent](https://github.com/Cloud2BR-MSFTLearningHub/Fabric-MCP-Agent2Agent): Step-by-step reference implementation for setting up data agents and integrating with Copilot Studio.
- [MS-Fabric-Essentials-Workshop](https://github.com/Cloud2BR-MSFTLearningHub/MS-Fabric-Essentials-Workshop): Fabric workshop content covering common architecture patterns and features.
- [Fabric-SKU-EstimationTool](https://github.com/Cloud2BR-MSFTLearningHub/Fabric-SKU-EstimationTool): Estimation tool (see repo notes for official tooling status/updates).
- [Fabric-Date-Hierarchy-Accelerator](https://github.com/Cloud2BR-MSFTLearningHub/Fabric-Date-Hierarchy-Accelerator): Templates/scripts to automate and standardize reusable date hierarchies in Power BI/Fabric models. | +| Data platform & databases (Synapse + Azure DB) | - [Azure-Databases-Purview-Advisor](https://github.com/Cloud2BR-MSFTLearningHub/Azure-Databases-Purview-Advisor): Practical examples and guidance for Azure database services (setup, performance tuning, modeling, best practices).
- [azDataBase-Freeing-Unused-Space](https://github.com/Cloud2BR-MSFTLearningHub/azDataBase-Freeing-Unused-Space): Optimizing Azure database performance by freeing up unused space.
- [MySQL-autoscale-IOPS](https://github.com/Cloud2BR-MSFTLearningHub/MySQL-autoscale-IOPS): Overview of IOPS in MySQL plus example scripts to configure it.
- [azSynapse-Dynamic-RemoveBlanks](https://github.com/Cloud2BR-MSFTLearningHub/azSynapse-Dynamic-RemoveBlanks): Synapse overview plus a demo to dynamically remove blank spaces to create a view. | +| Study guides (certifications) | - [AI-102StudyGuide](https://github.com/Cloud2BR-MSFTLearningHub/AI-102StudyGuide): Study guide for AI-102 (see official Microsoft documentation for official materials).
- [AI-900StudyGuide](https://github.com/Cloud2BR-MSFTLearningHub/AI-900StudyGuide): Study guide for AI-900 (see official Microsoft documentation for official materials).
- [DP-100StudyGuide](https://github.com/Cloud2BR-MSFTLearningHub/DP-100StudyGuide): Study guide for DP-100 (see official Microsoft documentation for official materials).
- [DP-900StudyGuide](https://github.com/Cloud2BR-MSFTLearningHub/DP-900StudyGuide): Study guide for DP-900 (see official Microsoft documentation for official materials). | +| Catalog / Org tooling | - [.github](https://github.com/Cloud2BR-MSFTLearningHub/.github): Organization-wide GitHub configuration/community files.
- [org-catalog](https://github.com/Cloud2BR-MSFTLearningHub/org-catalog): Lightweight repo catalog demo designed to be hosted with GitHub Pages.
- ![NEW](https://img.shields.io/badge/NEW-brightgreen) [org-repo-template](https://github.com/Cloud2BR-MSFTLearningHub/org-repo-template): Organization repo template with automated pipelines and checks.
- ![NEW](https://img.shields.io/badge/NEW-brightgreen) [org-discussions](https://github.com/Cloud2BR-MSFTLearningHub/org-discussions): Home for organization discussions and announcements.
- ![NEW](https://img.shields.io/badge/NEW-brightgreen) [devopster-cli](https://github.com/Cloud2BR-MSFTLearningHub/devopster-cli): CLI to manage GitHub, Azure DevOps, and GitLab organizations. | diff --git a/docs/moderation.md b/docs/moderation.md index 553d5ec..a678ae4 100644 --- a/docs/moderation.md +++ b/docs/moderation.md @@ -3,9 +3,9 @@ Costa Rica [![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) -[brown9804](https://github.com/brown9804) +[Cloud2BR OSS - Learning Hub](https://github.com/Cloud2BR-MSFTLearningHub) -Last updated: 2026-03-04 +Last updated: 2026-04-08 ---------- @@ -39,7 +39,7 @@ Last updated: 2026-03-04
- Total views -

Refresh Date: 2026-03-04

+ Total views +

Refresh Date: 2026-04-08

diff --git a/docs/welcome/community-events.md b/docs/welcome/community-events.md index 3b576ab..ac7a081 100644 --- a/docs/welcome/community-events.md +++ b/docs/welcome/community-events.md @@ -12,5 +12,7 @@ - Post a recap and key takeaways ## Quick links -- [Categories guide](https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions/blob/main/docs/categories.md) -- [Code of Conduct](https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions/blob/main/CODE_OF_CONDUCT.md) +- [Categories guide](https://github.com/Cloud2BR-MSFTLearningHub/org-discussions/blob/main/docs/categories.md) +- [Code of Conduct](https://github.com/Cloud2BR-MSFTLearningHub/org-discussions/blob/main/CODE_OF_CONDUCT.md) + +Last updated: 2026-04-08 diff --git a/docs/welcome/community-general.md b/docs/welcome/community-general.md index 1f4a434..ffdf658 100644 --- a/docs/welcome/community-general.md +++ b/docs/welcome/community-general.md @@ -8,6 +8,8 @@ - Links or screenshots if helpful ## Quick links -- [Categories guide](https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions/blob/main/docs/categories.md) -- [Code of Conduct](https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions/blob/main/CODE_OF_CONDUCT.md) -- [Support policy](https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions/blob/main/SUPPORT.md) +- [Categories guide](https://github.com/Cloud2BR-MSFTLearningHub/org-discussions/blob/main/docs/categories.md) +- [Code of Conduct](https://github.com/Cloud2BR-MSFTLearningHub/org-discussions/blob/main/CODE_OF_CONDUCT.md) +- [Support policy](https://github.com/Cloud2BR-MSFTLearningHub/org-discussions/blob/main/SUPPORT.md) + +Last updated: 2026-04-08 diff --git a/docs/welcome/community-polls.md b/docs/welcome/community-polls.md index e63c534..7adf328 100644 --- a/docs/welcome/community-polls.md +++ b/docs/welcome/community-polls.md @@ -9,5 +9,7 @@ - Comment the decision after it closes ## Quick links -- [Categories guide](https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions/blob/main/docs/categories.md) -- [Code of Conduct](https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions/blob/main/CODE_OF_CONDUCT.md) +- [Categories guide](https://github.com/Cloud2BR-MSFTLearningHub/org-discussions/blob/main/docs/categories.md) +- [Code of Conduct](https://github.com/Cloud2BR-MSFTLearningHub/org-discussions/blob/main/CODE_OF_CONDUCT.md) + +Last updated: 2026-04-08 diff --git a/docs/welcome/community-show-and-tell.md b/docs/welcome/community-show-and-tell.md index 7fb38aa..41ac594 100644 --- a/docs/welcome/community-show-and-tell.md +++ b/docs/welcome/community-show-and-tell.md @@ -9,5 +9,7 @@ - What you used from this org ## Quick links -- [Categories guide](https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions/blob/main/docs/categories.md) -- [Code of Conduct](https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions/blob/main/CODE_OF_CONDUCT.md) +- [Categories guide](https://github.com/Cloud2BR-MSFTLearningHub/org-discussions/blob/main/docs/categories.md) +- [Code of Conduct](https://github.com/Cloud2BR-MSFTLearningHub/org-discussions/blob/main/CODE_OF_CONDUCT.md) + +Last updated: 2026-04-08 diff --git a/docs/welcome/product-announcements.md b/docs/welcome/product-announcements.md index de5a857..040f378 100644 --- a/docs/welcome/product-announcements.md +++ b/docs/welcome/product-announcements.md @@ -7,8 +7,10 @@ - Major updates and changes ## Looking for the catalog? -- [Catalog archive](https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions/tree/main/docs/discussions) +- [Catalog archive](https://github.com/Cloud2BR-MSFTLearningHub/org-discussions/tree/main/docs/discussions) ## Quick links -- [Categories guide](https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions/blob/main/docs/categories.md) -- [Code of Conduct](https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions/blob/main/CODE_OF_CONDUCT.md) +- [Categories guide](https://github.com/Cloud2BR-MSFTLearningHub/org-discussions/blob/main/docs/categories.md) +- [Code of Conduct](https://github.com/Cloud2BR-MSFTLearningHub/org-discussions/blob/main/CODE_OF_CONDUCT.md) + +Last updated: 2026-04-08 diff --git a/docs/welcome/product-ideas.md b/docs/welcome/product-ideas.md index 1750b0c..6aa70a5 100644 --- a/docs/welcome/product-ideas.md +++ b/docs/welcome/product-ideas.md @@ -9,5 +9,7 @@ - Success criteria ## Quick links -- [Categories guide](https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions/blob/main/docs/categories.md) -- [Code of Conduct](https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions/blob/main/CODE_OF_CONDUCT.md) +- [Categories guide](https://github.com/Cloud2BR-MSFTLearningHub/org-discussions/blob/main/docs/categories.md) +- [Code of Conduct](https://github.com/Cloud2BR-MSFTLearningHub/org-discussions/blob/main/CODE_OF_CONDUCT.md) + +Last updated: 2026-04-08 diff --git a/docs/welcome/support-qa.md b/docs/welcome/support-qa.md index 54be287..e115c3e 100644 --- a/docs/welcome/support-qa.md +++ b/docs/welcome/support-qa.md @@ -13,5 +13,7 @@ - Summarize the fix ## Quick links -- [Support policy](https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions/blob/main/SUPPORT.md) -- [Categories guide](https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions/blob/main/docs/categories.md) +- [Support policy](https://github.com/Cloud2BR-MSFTLearningHub/org-discussions/blob/main/SUPPORT.md) +- [Categories guide](https://github.com/Cloud2BR-MSFTLearningHub/org-discussions/blob/main/docs/categories.md) + +Last updated: 2026-04-08 diff --git a/docs/welcome/support-troubleshooting.md b/docs/welcome/support-troubleshooting.md index 5812603..675bb35 100644 --- a/docs/welcome/support-troubleshooting.md +++ b/docs/welcome/support-troubleshooting.md @@ -13,5 +13,7 @@ - Fix or workaround ## Quick links -- [Support policy](https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions/blob/main/SUPPORT.md) -- [Categories guide](https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions/blob/main/docs/categories.md) +- [Support policy](https://github.com/Cloud2BR-MSFTLearningHub/org-discussions/blob/main/SUPPORT.md) +- [Categories guide](https://github.com/Cloud2BR-MSFTLearningHub/org-discussions/blob/main/docs/categories.md) + +Last updated: 2026-04-08 diff --git a/metrics.json b/metrics.json new file mode 100644 index 0000000..8665541 --- /dev/null +++ b/metrics.json @@ -0,0 +1,37 @@ +[ + { + "date": "2025-07-07", + "count": 330, + "uniques": 20 + }, + { + "date": "2025-07-08", + "count": 159, + "uniques": 6 + }, + { + "date": "2025-07-10", + "count": 482, + "uniques": 1 + }, + { + "date": "2025-07-11", + "count": 170, + "uniques": 4 + }, + { + "date": "2025-07-12", + "count": 7, + "uniques": 1 + }, + { + "date": "2025-07-14", + "count": 130, + "uniques": 2 + }, + { + "date": "2025-07-15", + "count": 2, + "uniques": 1 + } +] \ No newline at end of file