This commit is contained in:
Rakesh Kumar 2021-11-11 11:44:29 -08:00
Родитель c604a8136a
Коммит fe4a82dce6
1 изменённых файлов: 10 добавлений и 3 удалений

Просмотреть файл

@ -1,11 +1,18 @@
---
page_type: sample
languages:
- bicep
products:
- templates
description: "Sample Bicep templates to deploy resources on AzureStackHub"
urlFragment: AzureStack-QuickStart-Templates
---
# This directory contains Bicep samples for AzureStackHub
## Project Bicep - an ARM DSL
Please visit the [Project Bicep](https://github.com/Azure/bicep/blob/main/README.md) main page for full information and links.
## What is Bicep?
Bicep is a Domain Specific Language (DSL) for deploying Azure resources declaratively. It aims to drastically simplify the authoring experience with a cleaner syntax, improved type safety, and better support for modularity and code re-use. Bicep is a **transparent abstraction** over ARM and ARM templates, which means anything that can be done in an ARM Template can be done in Bicep (outside of temporary [known limitations](#known-limitations)). All resource `types`, `apiVersions`, and `properties` that are valid in an ARM template are equally valid in Bicep on day one (Note: even if Bicep warns that type information is not available for a resource, it can still be deployed).