Have minimum viable examples in addition to the huge sprawling ones. #8439
-
I would like to suggest the the deployment references should at the very least, always contain one example that has the minimum viable Bicep code needed for a successful deployment. Ideally at the top off the list of the Quickstart Templates. For example, if I go to Microsoft.Network publicIPAddresses, and take a look at the quickstart templates, I get these huge files which are mostly not relevant to what I want, which is info about how to create a publicIPAddresses so I can attach it to a VM. This seems to be the case in many places, and the documentation would be vastly improved by providing more examples like this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Have you seen the snippets that are available via the VS Code extension? Just type |
Beta Was this translation helpful? Give feedback.
Have you seen the snippets that are available via the VS Code extension? Just type
res-
in your editor and you will find a list with single resource snippets that can be a good starting point.