From 3e6e5813dc0962984980f168d94b4d6ac2d3d703 Mon Sep 17 00:00:00 2001 From: Stefan Ivemo Date: Mon, 16 Aug 2021 17:32:55 +0200 Subject: [PATCH] Updated readme with links to learn path and docs.microsoft.com (#4036) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff45d974b0f..37b28a10eed 100644 --- a/README.md +++ b/README.md @@ -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?