Skip to content

Commit

Permalink
Updated readme with links to learn path and docs.microsoft.com (#4036)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanIvemo authored Aug 16, 2021
1 parent c289b17 commit 3e6e581
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ Bicep code is transpiled to standard ARM Template JSON files, which effectively
To get going with Bicep:

1. **Start by [installing the tooling](./docs/installing.md).**
1. **Complete the [Bicep tutorial](./docs/tutorial/01-simple-template.md)**
2. **Complete the [Bicep Learning Path](https://docs.microsoft.com/learn/paths/bicep-deploy/)**

Alternatively, you can try the [Bicep Playground](https://aka.ms/bicepdemo) or use the [VS Code Devcontainer/Codespaces](https://github.com/Azure/vscode-remote-try-bicep) repo to get a preconfigured environment.

If you have an existing ARM Template or set of resources that you would like to convert to `.bicep` format, see [Decompiling an ARM Template](./docs/decompiling.md).
If you have an existing ARM Template or set of resources that you would like to convert to `.bicep` format, see [Decompiling an ARM Template](https://docs.microsoft.com/azure/azure-resource-manager/bicep/decompile).

Full details of how the bicep language works can be found in the [Bicep documentation](https://github.com/Azure/bicep/tree/main/docs) and there is a rich library of [examples](https://github.com/Azure/bicep/tree/main/docs/examples) to help you get a jumpstart.
Full details of how the bicep language works can be found in the [Bicep documentation](https://docs.microsoft.com/azure/azure-resource-manager/bicep/) and there is a rich library of [examples](https://github.com/Azure/bicep/tree/main/docs/examples) to help you get a jumpstart.

## How does Bicep work?

Expand Down

0 comments on commit 3e6e581

Please sign in to comment.