Skip to content

Commit 1986400

Browse files
Merge pull request #186067 from ucheNkadiCode/master
Added bicep authoring gif
2 parents a706d3c + 67aa4c3 commit 1986400

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
2.34 MB
Loading

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ Bicep provides the following advantages:
7575

7676
---
7777

78-
- **Authoring experience**: When you use VS Code to create your Bicep files, you get a first-class authoring experience. The editor provides rich type-safety, intellisense, and syntax validation.
78+
- **Authoring experience**: When you use the [Bicep Extension for VS Code](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-bicep) to create your Bicep files, you get a first-class authoring experience. The editor provides rich type-safety, intellisense, and syntax validation.
79+
80+
![Bicep file authoring example](./media/overview/bicep-intellisense.gif)
81+
7982
- **Repeatable results**: Repeatedly deploy your infrastructure throughout the development lifecycle and have confidence your resources are deployed in a consistent manner. Bicep files are idempotent, which means you can deploy the same file many times and get the same resource types in the same state. You can develop one file that represents the desired state, rather than developing lots of separate files to represent updates.
8083
- **Orchestration**: You don't have to worry about the complexities of ordering operations. Resource Manager orchestrates the deployment of interdependent resources so they're created in the correct order. When possible, Resource Manager deploys resources in parallel so your deployments finish faster than serial deployments. You deploy the file through one command, rather than through multiple imperative commands.
8184

0 commit comments

Comments
 (0)