Skip to content

Commit 4c9043f

Browse files
authored
Merge pull request #178820 from johndowns/bicep-learn-reorg
Add Build Your First module to 'Learn Bicep' page
2 parents 0578c36 + 7ae8627 commit 4c9043f

File tree

2 files changed

+67
-6
lines changed

2 files changed

+67
-6
lines changed

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

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,34 @@
22
title: Discover Bicep on Microsoft Learn
33
description: Provides an overview of the units that are available on Microsoft Learn for Bicep.
44
ms.topic: conceptual
5-
ms.date: 10/26/2021
5+
ms.date: 11/09/2021
66
---
77
# Bicep on Microsoft Learn
88

99
Ready to see how Bicep can help simplify and accelerate your deployments to Azure? Check out the many hands-on courses on Microsoft Learn.
1010

1111
## Get started
1212

13-
These two learning paths will help you get started:
13+
If you're new to Bicep, a great way to get started is by taking this module on Microsoft Learn.
14+
15+
There you'll learn how Bicep makes it easier to define how your Azure resources should be configured and deployed in a way that's automated and repeatable. You’ll deploy several Azure resources so you can see for yourself how Bicep works. We provide free access to Azure resources to help you practice the concepts.
16+
17+
[<img src="media/learn-bicep/build-first-bicep-template.svg" width="101" height="120" alt="The badge for the Build your first Bicep template module on Microsoft Learn." role="presentation"></img>](/learn/modules/build-first-bicep-template/)
18+
19+
[Build your first Bicep template](/learn/modules/build-first-bicep-template/)
20+
21+
## Learn more
22+
23+
To learn even more about Bicep's features, take these learning paths:
1424

1525
:::row:::
1626
:::column:::
17-
<img src="media/learn-bicep/bicep-deploy-manage.svg" width="101" height="120" alt="The trophy for the Deploy and manage resources in Azure by using Bicep learning path." role="presentation"></img>
27+
[<img src="media/learn-bicep/bicep-deploy-manage.svg" width="101" height="120" alt="The trophy for the Deploy and manage resources in Azure by using Bicep learning path." role="presentation"></img>](/learn/paths/bicep-deploy/)
1828

1929
[Part 1: Deploy and manage resources in Azure by using Bicep](/learn/paths/bicep-deploy/)
2030
:::column-end:::
2131
:::column:::
22-
<img src="media/learn-bicep/bicep-collaborate.svg" width="101" height="120" alt="The trophy for the Build Azure infrastructure in a team environment by using Bicep learning path." role="presentation"></img>
32+
[<img src="media/learn-bicep/bicep-collaborate.svg" width="101" height="120" alt="The trophy for the Build Azure infrastructure in a team environment by using Bicep learning path." role="presentation"></img>](/learn/paths/bicep-collaborate/)
2333

2434
[Part 2: Build Azure infrastructure in a team environment by using Bicep](/learn/paths/bicep-collaborate/)
2535
:::column-end:::
@@ -31,12 +41,12 @@ After that, you might be interested in adding your Bicep code to a deployment pi
3141

3242
:::row:::
3343
:::column:::
34-
<img src="media/learn-bicep/bicep-azure-pipelines.svg" width="101" height="120" alt="The trophy for the Deploy Azure resources using Bicep and Azure Pipelines learning path." role="presentation"></img>
44+
[<img src="media/learn-bicep/bicep-azure-pipelines.svg" width="101" height="120" alt="The trophy for the Deploy Azure resources using Bicep and Azure Pipelines learning path." role="presentation"></img>](/learn/paths/bicep-azure-pipelines/)
3545

3646
[Deploy Azure resources by using Bicep and Azure Pipelines](/learn/paths/bicep-azure-pipelines/)
3747
:::column-end:::
3848
:::column:::
39-
<img src="media/learn-bicep/bicep-github-actions.svg" width="101" height="120" alt="The trophy for the Deploy Azure resources using Bicep and GitHub Actions learning path." role="presentation"></img>
49+
[<img src="media/learn-bicep/bicep-github-actions.svg" width="101" height="120" alt="The trophy for the Deploy Azure resources using Bicep and GitHub Actions learning path." role="presentation"></img>](/learn/paths/bicep-github-actions/)
4050

4151
[Deploy Azure resources by using Bicep and GitHub Actions](/learn/paths/bicep-github-actions/)
4252
:::column-end:::
Lines changed: 51 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)