You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/bicep/overview.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: What is Bicep?
3
3
description: Understand the Bicep language for deploying infrastructure to Azure. Gain an improved authoring experience over one with JSON to develop templates.
4
4
ms.topic: conceptual
5
5
ms.custom: devx-track-bicep
6
-
ms.date: 03/25/2025
6
+
ms.date: 04/30/2025
7
7
---
8
8
9
9
# What is Bicep?
@@ -176,7 +176,16 @@ The structure of the Bicep file is more flexible than a JSON template. You can d
176
176
177
177
[!INCLUDE [Request ARM template support](../../../includes/template-support.md)]
178
178
179
+
## Contribute to Bicep
180
+
181
+
Bicep is an open-source project. That means you can contribute to Bicep's development, and participate in the broader Bicep community. The contribution types include:
182
+
183
+
-**Azure Quickstart Templates.** You can contribute example Bicep files and ARM templates to the Azure Quickstart Templates repository. For more information, see the [Azure Quickstart Templates contribution guide](https://github.com/Azure/azure-quickstart-templates/blob/master/1-CONTRIBUTION-GUIDE/README.md#contribution-guide).
184
+
-**Documentation.** Bicep's documentation is open to contributions, too. For more information, see our [contributor guide overview](/contribute/).
185
+
-**Snippets.** Do you have a favorite snippet you think the community would benefit from? You can add it to the Visual Studio Code extension's collection of snippets. For more information, see [Contributing to Bicep](https://github.com/Azure/bicep/blob/main/CONTRIBUTING.md#snippets).
186
+
-**Code changes.** If you're a developer and you have ideas you'd like to see in the Bicep language or tooling, you can contribute a pull request. For more information, see [Contributing to Bicep](https://github.com/Azure/bicep/blob/main/CONTRIBUTING.md).
187
+
179
188
## Next steps
180
189
181
-
* To get started, see the [Quickstart: Create Bicep files with Visual Studio Code](./quickstart-create-bicep-use-visual-studio-code.md).
182
-
* For answers to common questions, see [Frequently asked questions for Bicep](frequently-asked-questions.yml).
190
+
- To get started, see the [Quickstart: Create Bicep files with Visual Studio Code](./quickstart-create-bicep-use-visual-studio-code.md).
191
+
- For answers to common questions, see [Frequently asked questions for Bicep](frequently-asked-questions.yml).
Copy file name to clipboardExpand all lines: includes/template-support.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
ms.service: bicep, arm-templates
4
4
ms.topic: include
5
-
ms.date: 08/28/2024
5
+
ms.date: 04/30/2025
6
6
7
7
---
8
8
@@ -17,4 +17,4 @@ Here are the steps for opening a support ticket for Azure Resource Manager (ARM)
17
17
1. Select a subscription, and then select **Next**.
18
18
1. Select **Issue with ARM templates**, and then select **Next**.
19
19
20
-
:::image type="content" source="./media/template-support/request-arm-template-support.png" alt-text="Screenshot of requesting ARM template support." border="false":::
20
+
:::image type="content" source="./media/template-support/request-arm-template-support.png" alt-text="Screenshot of requesting ARM template support.":::
0 commit comments