Skip to content

Commit a87d7a3

Browse files
authored
Merge pull request #107840 from naveedkharadi/patch-8
Update overview.md
2 parents 1dae23e + 350dad0 commit a87d7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Bicep provides concise syntax, reliable type safety, and support for code reuse.
1515

1616
Bicep provides the following advantages:
1717

18-
- **Support for all resource types and API versions**: Bicep immediately supports all preview and GA versions for Azure services. As soon as a resource provider introduces new resources types and API versions, you can use them in your Bicep file. You don't have to wait for tools to be updated before using the new services.
18+
- **Support for all resource types and API versions**: Bicep immediately supports all preview and GA versions for Azure services. As soon as a resource provider introduces new resource types and API versions, you can use them in your Bicep file. You don't have to wait for tools to be updated before using the new services.
1919
- **Simple syntax**: When compared to the equivalent JSON template, Bicep files are more concise and easier to read. Bicep requires no previous knowledge of programming languages. Bicep syntax is declarative and specifies which resources and resource properties you want to deploy.
2020

2121
The following examples show the difference between a Bicep file and the equivalent JSON template. Both examples deploy a storage account.

0 commit comments

Comments
 (0)