From c9fd25bb8a667e23d71bf558d038e98e70f77066 Mon Sep 17 00:00:00 2001 From: Dost Muhammad Date: Wed, 6 Jul 2022 12:34:23 -0600 Subject: [PATCH 01/18] Home page updates to documentation --- docs/wiki/Home.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/wiki/Home.md b/docs/wiki/Home.md index 3723213113..467e2abd4f 100644 --- a/docs/wiki/Home.md +++ b/docs/wiki/Home.md @@ -1,6 +1,8 @@ # Common Azure Resource Modules Library +CARML resource library provides [bicep](https://github.com/Azure/bicep) modules which can be re-use in your infrastructure as code project to accelerate deployments. You can re-use code library as whole or in part. The primary aim is to provide you with re-usable infrastructure pattern so that you can focus what matter the most. +CARML should accelerate your deployment, it should also save time on testing, it should help you easily integrate and overall it should provide you with commonality across your infrastructure deployments. You could integrate CARML into your CI/CD pipelines and that will accelerate your devops adoption with ease. -The objective of this repository is to provide a template library that can accelerate deployments in Infrastructure as Code scenarios, such as Azure landing zones, landing zone accelerators and aspiring landing zone accelerators (workloads/applications/multi-module solutions) or individual service deployments. +CARML will make it easy to deploy complex deployment, such as Azure landing zone, landing zone accelerator or individual service deployments. This wiki describes the content of this repository, its modules, pipelines, and possible options on how to use them and how to contribute to this project. @@ -47,20 +49,22 @@ If you're unfamiliar with Infrastructure as Code or wonder how you can use the c # Scope -Following, you can find an abstract overview of everything in- and out-of-scope of this repository. +In next section, you can find an overview of what is in scope and what is out of scope for CARML. ## In Scope -- **Module library:** A collection of comprehensive, reusable, Bicep-based building blocks to deploy Azure resources, that can be combined to create & orchestrate more complex, multi-module Azure solutions. -- **CI environment:** Pipelines to validate modules & publish the successfully validated ones to a target location, using semantic versioning. Available with both GitHub Workflows and Azure DevOps pipelines. -- **Documentation:** Including design principles and usage of [The library](./The%20library) and [The CI environment](./The%20CI%20environment) as well as step-by-step guidelines on how to start leveraging them - see in the [Getting started](./Getting%20started) section. +- **Module library ** is a collection of comprehensive, reusable, Bicep-based building blocks to deploy Azure resources. It can also be be combined to create & orchestrate more complex, multi-module Azure solutions. +- **CI environment** Is devops pipelines. It can be use to validate modules and to publish module which are successfully validated to a target location. It uses semantic versioning and it can be use with both GitHub Workflows and Azure DevOps pipelines. +- **Documentation** Including design principles, usage of [The library](./The%20library) and [The CI environment](./The%20CI%20environment). It also includes step-by-step guidelines on how to start utilizing CARML Library. For more detail please refer to [Getting started](./Getting%20started) section. ## Out of Scope -- **Orchestration:** Orchestrated, multi-module solutions such as workloads or applications intended for production environments. -- **Real-time Updates:** Modules are updated on a best effort basis by a group of committed contributors. +- **Orchestration:** Orchestrated, multi-module solutions such as workloads or applications intended. As mention earlier, you can use modules to assemble such application /workload deploy workload. - **Languages:** Other domain-specific languages (DSL), like _Terraform_. +## Module update frequency +Modules are updated by a group of committed contributors. + # Reporting Issues ## Bugs From fe3e1d5a732805cf228220e40bede8bd6237447a Mon Sep 17 00:00:00 2001 From: Dost Date: Thu, 7 Jul 2022 11:02:31 -0600 Subject: [PATCH 02/18] Update docs/wiki/Home.md Co-authored-by: Erika Gressi <56914614+eriqua@users.noreply.github.com> --- docs/wiki/Home.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/wiki/Home.md b/docs/wiki/Home.md index 467e2abd4f..e40b032f9c 100644 --- a/docs/wiki/Home.md +++ b/docs/wiki/Home.md @@ -62,6 +62,7 @@ In next section, you can find an overview of what is in scope and what is out of - **Orchestration:** Orchestrated, multi-module solutions such as workloads or applications intended. As mention earlier, you can use modules to assemble such application /workload deploy workload. - **Languages:** Other domain-specific languages (DSL), like _Terraform_. + ## Module update frequency Modules are updated by a group of committed contributors. From 54f82eae4fd13919976dc1c30c3696bc428b6180 Mon Sep 17 00:00:00 2001 From: Dost Date: Thu, 7 Jul 2022 11:02:48 -0600 Subject: [PATCH 03/18] Update docs/wiki/Home.md Co-authored-by: Erika Gressi <56914614+eriqua@users.noreply.github.com> --- docs/wiki/Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/Home.md b/docs/wiki/Home.md index e40b032f9c..a4275aba6e 100644 --- a/docs/wiki/Home.md +++ b/docs/wiki/Home.md @@ -53,7 +53,7 @@ In next section, you can find an overview of what is in scope and what is out of ## In Scope -- **Module library ** is a collection of comprehensive, reusable, Bicep-based building blocks to deploy Azure resources. It can also be be combined to create & orchestrate more complex, multi-module Azure solutions. +- **Module library** is a collection of comprehensive, reusable, Bicep-based building blocks to deploy Azure resources. It can also be combined to create & orchestrate more complex, multi-module Azure solutions. - **CI environment** Is devops pipelines. It can be use to validate modules and to publish module which are successfully validated to a target location. It uses semantic versioning and it can be use with both GitHub Workflows and Azure DevOps pipelines. - **Documentation** Including design principles, usage of [The library](./The%20library) and [The CI environment](./The%20CI%20environment). It also includes step-by-step guidelines on how to start utilizing CARML Library. For more detail please refer to [Getting started](./Getting%20started) section. From c4a21e4846359cdee7238c363377f2ad4abcef7f Mon Sep 17 00:00:00 2001 From: Dost Date: Thu, 7 Jul 2022 11:02:57 -0600 Subject: [PATCH 04/18] Update docs/wiki/Home.md Co-authored-by: Erika Gressi <56914614+eriqua@users.noreply.github.com> --- docs/wiki/Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/Home.md b/docs/wiki/Home.md index a4275aba6e..b324338481 100644 --- a/docs/wiki/Home.md +++ b/docs/wiki/Home.md @@ -1,6 +1,6 @@ # Common Azure Resource Modules Library CARML resource library provides [bicep](https://github.com/Azure/bicep) modules which can be re-use in your infrastructure as code project to accelerate deployments. You can re-use code library as whole or in part. The primary aim is to provide you with re-usable infrastructure pattern so that you can focus what matter the most. -CARML should accelerate your deployment, it should also save time on testing, it should help you easily integrate and overall it should provide you with commonality across your infrastructure deployments. You could integrate CARML into your CI/CD pipelines and that will accelerate your devops adoption with ease. +CARML should accelerate your deployment, it should also save time on testing, it should help you easily integrate and overall it should provide you with commonality across your infrastructure deployments. You could integrate CARML into your CI/CD pipelines and that will accelerate your DevOps adoption with ease. CARML will make it easy to deploy complex deployment, such as Azure landing zone, landing zone accelerator or individual service deployments. From 50254e8b5fc74a03622a7bab226db67190105ca6 Mon Sep 17 00:00:00 2001 From: Dost Date: Thu, 7 Jul 2022 11:03:04 -0600 Subject: [PATCH 05/18] Update docs/wiki/Home.md Co-authored-by: Erika Gressi <56914614+eriqua@users.noreply.github.com> --- docs/wiki/Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/Home.md b/docs/wiki/Home.md index b324338481..f4e0e33ce4 100644 --- a/docs/wiki/Home.md +++ b/docs/wiki/Home.md @@ -54,7 +54,7 @@ In next section, you can find an overview of what is in scope and what is out of ## In Scope - **Module library** is a collection of comprehensive, reusable, Bicep-based building blocks to deploy Azure resources. It can also be combined to create & orchestrate more complex, multi-module Azure solutions. -- **CI environment** Is devops pipelines. It can be use to validate modules and to publish module which are successfully validated to a target location. It uses semantic versioning and it can be use with both GitHub Workflows and Azure DevOps pipelines. +- **CI environment** is DevOps pipelines. It can be used to validate modules and to publish modules which are successfully validated to a target location. It uses semantic versioning and it can be used with both GitHub workflows and Azure DevOps pipelines. - **Documentation** Including design principles, usage of [The library](./The%20library) and [The CI environment](./The%20CI%20environment). It also includes step-by-step guidelines on how to start utilizing CARML Library. For more detail please refer to [Getting started](./Getting%20started) section. ## Out of Scope From ad2731f7a0f05f75f416fb3098fb8bbbe5f70e25 Mon Sep 17 00:00:00 2001 From: Dost Date: Thu, 7 Jul 2022 11:04:11 -0600 Subject: [PATCH 06/18] Update docs/wiki/Home.md Co-authored-by: Erika Gressi <56914614+eriqua@users.noreply.github.com> --- docs/wiki/Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/Home.md b/docs/wiki/Home.md index f4e0e33ce4..b2903b2fb1 100644 --- a/docs/wiki/Home.md +++ b/docs/wiki/Home.md @@ -55,7 +55,7 @@ In next section, you can find an overview of what is in scope and what is out of - **Module library** is a collection of comprehensive, reusable, Bicep-based building blocks to deploy Azure resources. It can also be combined to create & orchestrate more complex, multi-module Azure solutions. - **CI environment** is DevOps pipelines. It can be used to validate modules and to publish modules which are successfully validated to a target location. It uses semantic versioning and it can be used with both GitHub workflows and Azure DevOps pipelines. -- **Documentation** Including design principles, usage of [The library](./The%20library) and [The CI environment](./The%20CI%20environment). It also includes step-by-step guidelines on how to start utilizing CARML Library. For more detail please refer to [Getting started](./Getting%20started) section. +- **Documentation** including design principles, usage of [The library](./The%20library) and [The CI environment](./The%20CI%20environment). It also includes step-by-step guidelines on how to start utilizing CARML Library. For more details, please refer to [Getting started](./Getting%20started) section. ## Out of Scope From ed094ad636eb532a1c3b6b78a2b27fec2ba6f752 Mon Sep 17 00:00:00 2001 From: Dost Date: Thu, 7 Jul 2022 11:08:55 -0600 Subject: [PATCH 07/18] Update docs/wiki/Home.md Co-authored-by: Erika Gressi <56914614+eriqua@users.noreply.github.com> --- docs/wiki/Home.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/wiki/Home.md b/docs/wiki/Home.md index b2903b2fb1..d8f23a1a31 100644 --- a/docs/wiki/Home.md +++ b/docs/wiki/Home.md @@ -1,5 +1,6 @@ # Common Azure Resource Modules Library -CARML resource library provides [bicep](https://github.com/Azure/bicep) modules which can be re-use in your infrastructure as code project to accelerate deployments. You can re-use code library as whole or in part. The primary aim is to provide you with re-usable infrastructure pattern so that you can focus what matter the most. + +CARML resource library provides [bicep](https://github.com/Azure/bicep) modules which can be re-used in your infrastructure as code project to accelerate deployments. You can re-use code library as whole or in part. The primary aim is to provide you with re-usable infrastructure pattern so that you can focus what matter the most. CARML should accelerate your deployment, it should also save time on testing, it should help you easily integrate and overall it should provide you with commonality across your infrastructure deployments. You could integrate CARML into your CI/CD pipelines and that will accelerate your DevOps adoption with ease. CARML will make it easy to deploy complex deployment, such as Azure landing zone, landing zone accelerator or individual service deployments. From b25b0585585ba38eb15c47cd38f5ea81541aea83 Mon Sep 17 00:00:00 2001 From: Dost Muhammad Date: Mon, 11 Jul 2022 10:26:52 -0600 Subject: [PATCH 08/18] replacing word easy with approrpriate word --- docs/wiki/Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/Home.md b/docs/wiki/Home.md index 467e2abd4f..f77a541601 100644 --- a/docs/wiki/Home.md +++ b/docs/wiki/Home.md @@ -2,7 +2,7 @@ CARML resource library provides [bicep](https://github.com/Azure/bicep) modules which can be re-use in your infrastructure as code project to accelerate deployments. You can re-use code library as whole or in part. The primary aim is to provide you with re-usable infrastructure pattern so that you can focus what matter the most. CARML should accelerate your deployment, it should also save time on testing, it should help you easily integrate and overall it should provide you with commonality across your infrastructure deployments. You could integrate CARML into your CI/CD pipelines and that will accelerate your devops adoption with ease. -CARML will make it easy to deploy complex deployment, such as Azure landing zone, landing zone accelerator or individual service deployments. +CARML will make it accelerate deployment of complex deployment, such as Azure landing zone, landing zone accelerator or individual service deployments. This wiki describes the content of this repository, its modules, pipelines, and possible options on how to use them and how to contribute to this project. From 70709b2a2a97447d21a29e03b5903270a04dd212 Mon Sep 17 00:00:00 2001 From: Dost Muhammad Date: Mon, 11 Jul 2022 10:28:23 -0600 Subject: [PATCH 09/18] replacing word easy with approriate word --- docs/wiki/Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/Home.md b/docs/wiki/Home.md index b32fcf0dc2..1d79a508cd 100644 --- a/docs/wiki/Home.md +++ b/docs/wiki/Home.md @@ -3,7 +3,7 @@ CARML resource library provides [bicep](https://github.com/Azure/bicep) modules which can be re-used in your infrastructure as code project to accelerate deployments. You can re-use code library as whole or in part. The primary aim is to provide you with re-usable infrastructure pattern so that you can focus what matter the most. CARML should accelerate your deployment, it should also save time on testing, it should help you easily integrate and overall it should provide you with commonality across your infrastructure deployments. You could integrate CARML into your CI/CD pipelines and that will accelerate your DevOps adoption with ease. -CARML will make it accelerate deployment of complex deployment, such as Azure landing zone, landing zone accelerator or individual service deployments. +CARML will accelerate deployment of complex deployment, such as Azure landing zone, landing zone accelerator or individual service deployments. This wiki describes the content of this repository, its modules, pipelines, and possible options on how to use them and how to contribute to this project. From ef184aebec4569fe8e6db456d7e949d91b424c17 Mon Sep 17 00:00:00 2001 From: Dost Muhammad Date: Mon, 11 Jul 2022 10:33:13 -0600 Subject: [PATCH 10/18] words fixes --- docs/wiki/Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/Home.md b/docs/wiki/Home.md index 1d79a508cd..1bd3c89226 100644 --- a/docs/wiki/Home.md +++ b/docs/wiki/Home.md @@ -3,7 +3,7 @@ CARML resource library provides [bicep](https://github.com/Azure/bicep) modules which can be re-used in your infrastructure as code project to accelerate deployments. You can re-use code library as whole or in part. The primary aim is to provide you with re-usable infrastructure pattern so that you can focus what matter the most. CARML should accelerate your deployment, it should also save time on testing, it should help you easily integrate and overall it should provide you with commonality across your infrastructure deployments. You could integrate CARML into your CI/CD pipelines and that will accelerate your DevOps adoption with ease. -CARML will accelerate deployment of complex deployment, such as Azure landing zone, landing zone accelerator or individual service deployments. +CARML will accelerate deployment of complex system, such as Azure landing zone, landing zone accelerator or individual service deployments. This wiki describes the content of this repository, its modules, pipelines, and possible options on how to use them and how to contribute to this project. From e01ef5a984f4d6be4a4cfc3ff191a1dd12f94557 Mon Sep 17 00:00:00 2001 From: Dost Date: Wed, 3 Aug 2022 13:38:57 -0600 Subject: [PATCH 11/18] Update docs/wiki/Home.md Co-authored-by: Alexander Sehr --- docs/wiki/Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/Home.md b/docs/wiki/Home.md index 1bd3c89226..ed60ccf9e3 100644 --- a/docs/wiki/Home.md +++ b/docs/wiki/Home.md @@ -1,6 +1,6 @@ # Common Azure Resource Modules Library -CARML resource library provides [bicep](https://github.com/Azure/bicep) modules which can be re-used in your infrastructure as code project to accelerate deployments. You can re-use code library as whole or in part. The primary aim is to provide you with re-usable infrastructure pattern so that you can focus what matter the most. +The CARML resource library provides [bicep](https://github.com/Azure/bicep) modules which can be re-used in your infrastructure as code project to accelerate deployments. You can re-use the code library as whole or in part. The primary aim is to provide you with re-usable infrastructure pattern so that you can focus what matter the most. CARML should accelerate your deployment, it should also save time on testing, it should help you easily integrate and overall it should provide you with commonality across your infrastructure deployments. You could integrate CARML into your CI/CD pipelines and that will accelerate your DevOps adoption with ease. CARML will accelerate deployment of complex system, such as Azure landing zone, landing zone accelerator or individual service deployments. From affc5aecf1add063bfc4102a68ae6b30f7e04072 Mon Sep 17 00:00:00 2001 From: Dost Date: Thu, 4 Aug 2022 11:03:17 -0600 Subject: [PATCH 12/18] Update docs/wiki/Home.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Máté Barabás --- docs/wiki/Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/Home.md b/docs/wiki/Home.md index ed60ccf9e3..2d80fa5867 100644 --- a/docs/wiki/Home.md +++ b/docs/wiki/Home.md @@ -56,7 +56,7 @@ In next section, you can find an overview of what is in scope and what is out of - **Module library** is a collection of comprehensive, reusable, Bicep-based building blocks to deploy Azure resources. It can also be combined to create & orchestrate more complex, multi-module Azure solutions. - **CI environment** is DevOps pipelines. It can be used to validate modules and to publish modules which are successfully validated to a target location. It uses semantic versioning and it can be used with both GitHub workflows and Azure DevOps pipelines. -- **Documentation** including design principles, usage of [The library](./The%20library) and [The CI environment](./The%20CI%20environment). It also includes step-by-step guidelines on how to start utilizing CARML Library. For more details, please refer to [Getting started](./Getting%20started) section. +- **Documentation:** it includes design principles, usage of [The library](./The%20library) and [The CI environment](./The%20CI%20environment). It also includes step-by-step guidelines on how to start utilizing the CARML Library. For more details, please refer to [Getting started](./Getting%20started) section. ## Out of Scope From 7b5b1d62659ecdb4e0033ac7577fb5d7c8a2fbb9 Mon Sep 17 00:00:00 2001 From: Dost Date: Thu, 4 Aug 2022 11:03:31 -0600 Subject: [PATCH 13/18] Update docs/wiki/Home.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Máté Barabás --- docs/wiki/Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/Home.md b/docs/wiki/Home.md index 2d80fa5867..81073803fa 100644 --- a/docs/wiki/Home.md +++ b/docs/wiki/Home.md @@ -55,7 +55,7 @@ In next section, you can find an overview of what is in scope and what is out of ## In Scope - **Module library** is a collection of comprehensive, reusable, Bicep-based building blocks to deploy Azure resources. It can also be combined to create & orchestrate more complex, multi-module Azure solutions. -- **CI environment** is DevOps pipelines. It can be used to validate modules and to publish modules which are successfully validated to a target location. It uses semantic versioning and it can be used with both GitHub workflows and Azure DevOps pipelines. +- **CI environment:** it provides DevOps pipelines. It can be used to validate modules and to publish modules which are successfully validated to a target location. It uses semantic versioning, and it can be used with both GitHub workflows and Azure DevOps pipelines. - **Documentation:** it includes design principles, usage of [The library](./The%20library) and [The CI environment](./The%20CI%20environment). It also includes step-by-step guidelines on how to start utilizing the CARML Library. For more details, please refer to [Getting started](./Getting%20started) section. ## Out of Scope From e75a9ec51b7acb57b460af97d9b355040bacb731 Mon Sep 17 00:00:00 2001 From: Dost Date: Thu, 4 Aug 2022 11:03:48 -0600 Subject: [PATCH 14/18] Update docs/wiki/Home.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Máté Barabás --- docs/wiki/Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/Home.md b/docs/wiki/Home.md index 81073803fa..b9fc2193b6 100644 --- a/docs/wiki/Home.md +++ b/docs/wiki/Home.md @@ -54,7 +54,7 @@ In next section, you can find an overview of what is in scope and what is out of ## In Scope -- **Module library** is a collection of comprehensive, reusable, Bicep-based building blocks to deploy Azure resources. It can also be combined to create & orchestrate more complex, multi-module Azure solutions. +- **Module library:** CARML is a collection of comprehensive, reusable, Bicep-based building blocks to deploy Azure resources. It can also be combined to create & orchestrate more complex, multi-module Azure solutions. - **CI environment:** it provides DevOps pipelines. It can be used to validate modules and to publish modules which are successfully validated to a target location. It uses semantic versioning, and it can be used with both GitHub workflows and Azure DevOps pipelines. - **Documentation:** it includes design principles, usage of [The library](./The%20library) and [The CI environment](./The%20CI%20environment). It also includes step-by-step guidelines on how to start utilizing the CARML Library. For more details, please refer to [Getting started](./Getting%20started) section. From 0a2f1dec43d8c331d6607c4226cee1b906a0bff7 Mon Sep 17 00:00:00 2001 From: Dost Date: Thu, 4 Aug 2022 11:04:11 -0600 Subject: [PATCH 15/18] Update docs/wiki/Home.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Máté Barabás --- docs/wiki/Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/Home.md b/docs/wiki/Home.md index b9fc2193b6..e18f518688 100644 --- a/docs/wiki/Home.md +++ b/docs/wiki/Home.md @@ -60,7 +60,7 @@ In next section, you can find an overview of what is in scope and what is out of ## Out of Scope -- **Orchestration:** Orchestrated, multi-module solutions such as workloads or applications intended. As mention earlier, you can use modules to assemble such application /workload deploy workload. +- **Orchestration:** Orchestrated, multi-module solutions, such as workloads or applications. As mentioned earlier, you can leverage modules to assemble and deploy such applications/workloads. - **Languages:** Other domain-specific languages (DSL), like _Terraform_. From 8cfd662f9747ed4e67c956bc8fc5ab25dca856a6 Mon Sep 17 00:00:00 2001 From: Dost Date: Thu, 4 Aug 2022 11:04:24 -0600 Subject: [PATCH 16/18] Update docs/wiki/Home.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Máté Barabás --- docs/wiki/Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/Home.md b/docs/wiki/Home.md index e18f518688..a051ff7939 100644 --- a/docs/wiki/Home.md +++ b/docs/wiki/Home.md @@ -3,7 +3,7 @@ The CARML resource library provides [bicep](https://github.com/Azure/bicep) modules which can be re-used in your infrastructure as code project to accelerate deployments. You can re-use the code library as whole or in part. The primary aim is to provide you with re-usable infrastructure pattern so that you can focus what matter the most. CARML should accelerate your deployment, it should also save time on testing, it should help you easily integrate and overall it should provide you with commonality across your infrastructure deployments. You could integrate CARML into your CI/CD pipelines and that will accelerate your DevOps adoption with ease. -CARML will accelerate deployment of complex system, such as Azure landing zone, landing zone accelerator or individual service deployments. +CARML will accelerate the deployment of complex solutions, such as Azure landing zones, landing zone accelerators or individual multi-module applications/workloads. This wiki describes the content of this repository, its modules, pipelines, and possible options on how to use them and how to contribute to this project. From 8ee73cc7b6114f818d57d9c6d0b32ba67cf947f5 Mon Sep 17 00:00:00 2001 From: Dost Date: Thu, 4 Aug 2022 11:04:49 -0600 Subject: [PATCH 17/18] Update docs/wiki/Home.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Máté Barabás --- docs/wiki/Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/Home.md b/docs/wiki/Home.md index a051ff7939..2dcfaaef30 100644 --- a/docs/wiki/Home.md +++ b/docs/wiki/Home.md @@ -1,6 +1,6 @@ # Common Azure Resource Modules Library -The CARML resource library provides [bicep](https://github.com/Azure/bicep) modules which can be re-used in your infrastructure as code project to accelerate deployments. You can re-use the code library as whole or in part. The primary aim is to provide you with re-usable infrastructure pattern so that you can focus what matter the most. +The CARML resource library provides [Bicep](https://github.com/Azure/bicep) modules which can be leveraged in your infrastructure as code project to accelerate solution development. You can re-use the code library as whole or in part. The primary aim is to provide you with re-usable building blocks, so that you can focus what matter the most. CARML should accelerate your deployment, it should also save time on testing, it should help you easily integrate and overall it should provide you with commonality across your infrastructure deployments. You could integrate CARML into your CI/CD pipelines and that will accelerate your DevOps adoption with ease. CARML will accelerate the deployment of complex solutions, such as Azure landing zones, landing zone accelerators or individual multi-module applications/workloads. From bf8047b98acb8fa1d0907bbd26da8bdc6e84b58e Mon Sep 17 00:00:00 2001 From: Dost Date: Thu, 4 Aug 2022 11:04:54 -0600 Subject: [PATCH 18/18] Update docs/wiki/Home.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Máté Barabás --- docs/wiki/Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/Home.md b/docs/wiki/Home.md index 2dcfaaef30..23688ae090 100644 --- a/docs/wiki/Home.md +++ b/docs/wiki/Home.md @@ -1,7 +1,7 @@ # Common Azure Resource Modules Library The CARML resource library provides [Bicep](https://github.com/Azure/bicep) modules which can be leveraged in your infrastructure as code project to accelerate solution development. You can re-use the code library as whole or in part. The primary aim is to provide you with re-usable building blocks, so that you can focus what matter the most. -CARML should accelerate your deployment, it should also save time on testing, it should help you easily integrate and overall it should provide you with commonality across your infrastructure deployments. You could integrate CARML into your CI/CD pipelines and that will accelerate your DevOps adoption with ease. +CARML accelerates your solution development, it also saves time on testing, it helps you easily integrate and overall, it provides you with commonality across your infrastructure deployments. You can integrate CARML into your CI/CD pipelines to accelerate your DevOps adoption. CARML will accelerate the deployment of complex solutions, such as Azure landing zones, landing zone accelerators or individual multi-module applications/workloads.