diff --git a/docs/wiki/Interoperability - Bicep to ARM conversion.md b/docs/wiki/Interoperability - Bicep to ARM conversion.md index d0931acf53..9ef44cdf4b 100644 --- a/docs/wiki/Interoperability - Bicep to ARM conversion.md +++ b/docs/wiki/Interoperability - Bicep to ARM conversion.md @@ -1,6 +1,8 @@ -Bicep is a relatively new Domain-specific language (DSL) and - at the time of writing - not yet in the state of General Availability (GA). For this reason, some people may want to wait for Bicep's _General Availability_ and prefer to use ARM/JSON for the time being. -For these scenarios, the CARML library provides a script that uses the Bicep Toolkit translator/compiler to support the conversion of CARML Bicep modules to ARM/JSON Templates. +Bicep is [ready for production use](https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/frequently-asked-questions#is-this-ready-for-production-use) starting with version 0.3. It is supported by Microsoft support plans and has parity with what can be accomplished with ARM Templates. + +However, for users who still prefer using ARM templates over Bicep, the CARML library provides a script that uses the Bicep Toolkit translator/compiler to support the conversion of CARML Bicep modules to ARM/JSON Templates. + This page documents the conversion utility and how to use it. --- diff --git a/docs/wiki/Interoperability.md b/docs/wiki/Interoperability.md index e0718df833..c7cf78cc00 100644 --- a/docs/wiki/Interoperability.md +++ b/docs/wiki/Interoperability.md @@ -1,6 +1,6 @@ -This section explores how CARML can work with both Bicep & ARM JSON templates, as well as GitHub Actions & Azure DevOps Pipelines to meet different customer scenarios. +This section explores how CARML can work with both Bicep & ARM/JSON templates, as well as GitHub Actions & Azure DevOps Pipelines to meet different customer scenarios. -This is how you will run different scripts and set up a module in either ARM JSON Template or Bicep syntax and configure a CI/CD pipeline using Azure DevOps or GitHub. +This is how you will run different scripts and set up a module in either ARM/JSON Template or Bicep syntax and configure a CI/CD pipeline using Azure DevOps or GitHub. ---