You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/bicep/learn-bicep.md
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,24 +2,34 @@
2
2
title: Discover Bicep on Microsoft Learn
3
3
description: Provides an overview of the units that are available on Microsoft Learn for Bicep.
4
4
ms.topic: conceptual
5
-
ms.date: 10/26/2021
5
+
ms.date: 11/09/2021
6
6
---
7
7
# Bicep on Microsoft Learn
8
8
9
9
Ready to see how Bicep can help simplify and accelerate your deployments to Azure? Check out the many hands-on courses on Microsoft Learn.
10
10
11
11
## Get started
12
12
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
+
[<imgsrc="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:
14
24
15
25
:::row:::
16
26
:::column:::
17
-
<imgsrc="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
+
[<imgsrc="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/)
18
28
19
29
[Part 1: Deploy and manage resources in Azure by using Bicep](/learn/paths/bicep-deploy/)
20
30
:::column-end:::
21
31
:::column:::
22
-
<imgsrc="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
+
[<imgsrc="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/)
23
33
24
34
[Part 2: Build Azure infrastructure in a team environment by using Bicep](/learn/paths/bicep-collaborate/)
25
35
:::column-end:::
@@ -31,12 +41,12 @@ After that, you might be interested in adding your Bicep code to a deployment pi
31
41
32
42
:::row:::
33
43
:::column:::
34
-
<imgsrc="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
+
[<imgsrc="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/)
35
45
36
46
[Deploy Azure resources by using Bicep and Azure Pipelines](/learn/paths/bicep-azure-pipelines/)
37
47
:::column-end:::
38
48
:::column:::
39
-
<imgsrc="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
+
[<imgsrc="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/)
40
50
41
51
[Deploy Azure resources by using Bicep and GitHub Actions](/learn/paths/bicep-github-actions/)
0 commit comments