Skip to content

Commit

Permalink
Adding section for GetHelp, Report an Issue (#2035)
Browse files Browse the repository at this point in the history
* Adding section for GetHelp, Report an Issue

Added a new section to point users on when you use discussions and issues.

* Update README.md

Co-authored-by: Alex Frankel <alfran@microsoft.com>
Co-authored-by: Anthony Martin <anthony.ct.martin@gmail.com>
  • Loading branch information
3 people authored Apr 8, 2021
1 parent 598dcd0 commit 08cebb4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ One of our goals is to make the transition from ARM Templates to Bicep as easy a

Note that while we want to make it easy to transition to Bicep, we will continue to support and enhance the underlying ARM Template JSON language. As mentioned in [What is Bicep?](#what-is-bicep), ARM Template JSON remains the wire format that will be sent to Azure to carry out a deployment.

## Get Help, Report an issue
We are here to help you be successful with Bicep, please do not hesitate to reach out to us.

* If you need help or have a generic question such as ‘where can I find an example for…’ or ‘I need help converting my ARM Template to Bicep’ you can [open a discussion]( https://github.com/Azure/bicep/discussions)
* If you have a bug to report or a new feature request for Bicep please [open an issue]( https://github.com/Azure/bicep/issues)

## Reference

* [Complete language spec](./docs/spec/bicep.md)
Expand Down

0 comments on commit 08cebb4

Please sign in to comment.