From bfdf3b71f87c6329c93f9f93dc5afde7f0ae16ba Mon Sep 17 00:00:00 2001 From: Timna Brown Date: Wed, 8 Apr 2026 11:34:25 -0600 Subject: [PATCH 1/2] chore: rename org to Cloud2BR Open Source Microsoft Cloud Sandbox - Learning Hub - Replace brown9804 header attribution with Cloud2BR OSS - Learning Hub badge - Update MicrosoftCloudEssentials-LearningHub links to Cloud2BR-MSFTLearningHub - Update LICENSE copyright to new org name --- LICENSE | 2 +- README.md | 3 +-- terraform-infrastructure/README.md | 7 +++---- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index dbdf3d4..3417b91 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 Microsoft Cloud Sandbox - Unofficial +Copyright (c) 2025 Cloud2BR Open Source Microsoft Cloud Sandbox - Learning Hub Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 77cccdc..08669b3 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ Costa Rica -[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) -[brown9804](https://github.com/brown9804) +[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) [Cloud2BR OSS - Learning Hub](https://github.com/Cloud2BR-MSFTLearningHub) Last updated: 2025-07-30 diff --git a/terraform-infrastructure/README.md b/terraform-infrastructure/README.md index 3628576..4668cd8 100644 --- a/terraform-infrastructure/README.md +++ b/terraform-infrastructure/README.md @@ -2,8 +2,7 @@ Costa Rica -[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) -[brown9804](https://github.com/brown9804) +[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) [Cloud2BR OSS - Learning Hub](https://github.com/Cloud2BR-MSFTLearningHub) Last updated: 2025-07-16 @@ -11,7 +10,7 @@ Last updated: 2025-07-16 > Terraform configurations for setting up an Azure Machine Learning workspace along with compute clusters and supportive resources to form the core of an ML platform. > `Remember, managing your infrastructure through code (IaC) not only ensures consistency, but also offers version control, reproducibility, and collaboration benefits—essential for scalable ML operations.` -> For additional Terraform templates covering various Azure services, check out [this repository](https://github.com/MicrosoftCloudEssentials-LearningHub/AzureTerraformTemplates-v0.0.0). Explore and borrow ideas as needed! +> For additional Terraform templates covering various Azure services, check out [this repository](https://github.com/Cloud2BR-MSFTLearningHub/AzureTerraformTemplates-v0.0.0). Explore and borrow ideas as needed! > [!TIP] > **About Infrastructure via Terraform**: Terraform is a powerful IaC tool that enables you to define and provision your cloud resources through a high-level configuration language. This approach keeps not only your application objects under source control but also the infrastructure code, ensuring reproducible environments across development, testing, and production. Microsoft also offers additional IaC tools like Bicep and ARM templates, giving you flexibility in how you manage your Azure resources. @@ -25,7 +24,7 @@ Last updated: 2025-07-16 - [Azure Machine Learning Documentation](https://learn.microsoft.com/en-us/azure/machine-learning/) - [Terraform Azure Provider Documentation](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs) -- [Azure Terraform Templates](https://github.com/MicrosoftCloudEssentials-LearningHub/AzureTerraformTemplates-v0.0.0) +- [Azure Terraform Templates](https://github.com/Cloud2BR-MSFTLearningHub/AzureTerraformTemplates-v0.0.0)
From 73577ad9a46e2310576e3e5c31e430f3eff67b55 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Apr 2026 17:35:26 +0000 Subject: [PATCH 2/2] Update last modified date in Markdown files --- README.md | 2 +- terraform-infrastructure/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08669b3..5e4dc7e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Costa Rica [![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) [Cloud2BR OSS - Learning Hub](https://github.com/Cloud2BR-MSFTLearningHub) -Last updated: 2025-07-30 +Last updated: 2026-04-08 ----------------------------- diff --git a/terraform-infrastructure/README.md b/terraform-infrastructure/README.md index 4668cd8..88fe14b 100644 --- a/terraform-infrastructure/README.md +++ b/terraform-infrastructure/README.md @@ -4,7 +4,7 @@ Costa Rica [![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) [Cloud2BR OSS - Learning Hub](https://github.com/Cloud2BR-MSFTLearningHub) -Last updated: 2025-07-16 +Last updated: 2026-04-08 ------------------------------------------